Top "Android-manifest" questions

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

Publishing Android app - Differentiating APK details - "native platform" = none?

Edit: As Per @marbarfa 's answer, this seems related to 3rd party libraries. Read his answer and comment for full …

android android-manifest developer-console
Not targeting the latest versions of Android targetSdkVersion="15"

i've this error: Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult …

android android-manifest target-sdk
How to programmatically enable Autostart option for my app in MI 4i security APP?

For check screenshot and detail, click here Please give related suggession or code for how to add automatic enable auto …

android android-service android-manifest autostart
MANIFEST MERGER: It is possible to see the resulting mixed Manifest?

I have a library module with a huge manifest. Also i have a application module with a huge manifest very …

android android-studio android-manifest android-gradle-plugin manifest-merging
NullPointerException at mapFragment.getMapAsync

After going through SO questions relating to my title, I couldn't find a solution to the problem. I am having …

java android google-maps android-manifest supportmapfragment
Android studio adds unwanted permission after running application on real device

After running application on device application required unwanted location permission that is not mention in manifest file. While when I …

android android-gradle-plugin build.gradle android-manifest android-permissions