cordova-android
                                
                                
                                
                                    cordova-android copied to clipboard
                            
                            
                            
                        Apache Cordova Android
### Platforms affected n/a ### Motivation and Context check license header and package dependency licenses during commit and pr submission ### Description create release audit workflow ### Testing n/a ###...
# Bug Report ## Problem On Android 13 the status bar background color is always black. I've set the color on the config.xml with the StatusBarBackgroundColor preference and it works...
# Feature Request ## Motivation Behind Feature Some plugins may require to perform actions inside the `onCreate()` Activity Lifecycle. An example of logic that needs to be inside `onCreate`: ```Java...
# Bug Report ## Problem Google Play Console: App rejected due to Intent Redirection vulnerability, org.apache.cordova.CordovaInterfaceImpl.startActivityForResu ### What is expected to happen? App should approve and publish without any issues...
# Feature Request Support latest build tool set like Gradle 8.2+, AGP 8.1+, Kotlin 1.9 (already addressed in https://github.com/apache/cordova-android/issues/1642) ## Motivation Behind Feature Starting from AGP 8.1.0 Android ships with...
Most of the time the testing mobile disconnect automatically or other some reason, and when I try to run the app on the device it show this message "Could not...
# Bug Report ## Problem Google Android Vitals are reporting an increased amount of ANRs after updating to the Cordova Android 12 platform. ## Information I am unsure if the...
# Bug Report ## Problem when defining a `` see [cordova documentation config.xml](https://cordova.apache.org/docs/en/11.x/config_ref/#resource-file) the src-file is not copied into the application-resources folder `/app/src/main/`, but instead to the ``. In contrast...
# Bug Report ## Problem Splashscreen suddenly blinks before hide on device 32 API ## Steps to reproduce Simply create and launch few times clear cordova app with `cordova-android@11` ##...
# Bug Report ## Problem If I add a custom setting to the config.xml file using config-file, build, and later I delete it, and build again, the custom setting will...