Top "Android-manifest" questions

The manifest presents essential information about the application to the Android system

How should I define launchMode in AndroidManifest.xml - Using PhoneGap & JQM

I am struggling to restrict my application to a single instance. Currently if the user presses home screen to quit …

android jquery-mobile cordova android-manifest launchmode
How to add android:allowBackup="false" via cordova plugin

I am now developing a Cordova Plugin, I wanna add android:allowBackup="true" into AndroidManifest.xml, but I do not …

android cordova android-manifest cordova-plugins
Maximum Length of Android versionName / versionCode (Manifest)

I am trying to find out the maximum length of both the android:versionName and android:versionCode attributes of the …

java android android-manifest manifest maxlength
Could not find manifest-merger.jar (com.android.tools.build:manifest-merger:26.0.0) in ionic3?

I have got above error after generating build in ionic3 I have tried a lot of solution but not working …

ionic3 android-manifest
Android: OnBootReceiver: Exported receiver does not require permission

I've created a BroadcastReceiver, which receives BOOT_COMPLETED. In my AndroidManifest.xml I've added it like so: <receiver android:…

java android broadcastreceiver android-manifest bootcompleted
How can I add foregroundServiceType to a library manifest while maintaining backwards compatibility?

My library project has a location service, and per Android Q requirements it sets the android:foregroundServiceType="location" attribute in …

android android-manifest android-10.0
how do I change my AndroidManifest as it's being packaged by maven

I have the maven goal update-manifest working in my project and updating the attributes I want changed based on the …

android maven android-manifest android-maven-plugin
Found duplicate file for APK: AndroidManifest.xml

I recently split some code out into an Android library project. I added references to that project from my application …

android android-manifest google-tv
why won't the new version of my android app apk install over the old version

I successfully produced a small private android app (using appcelerator if that makes a difference) and installed it on my …

android android-manifest appcelerator-mobile android-install-apk apk
Setting app name in application label isn't working

So I've got an Android App with an generated Login Screen (the one you can directly create from Eclipse). That's …

android string label android-manifest launch