Top "Android-manifest" questions

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

Bulk Publishing of Android Apps

We have several apps that will be very similar in layout and code. The only difference is we will be …

android android-manifest android-build
Optimizing Android manifest file for largest number of supported devices

I am having issues getting my Manifest file to be compatible with a lot of the newer phones when I …

android android-manifest manifest compatibility android-compatibility
Is there a way to check for manifest permission from code?

How do I check for a specific permission in the manifest.xml from code? I want to throw some exception …

android android-manifest android-permissions
Is the request for internet persmission required at runtime (Android)?

For Android, it is required that we ask permissions at runtime to make sure users understand better why en when …

android android-manifest android-permissions runtime-permissions
Parse versionCode from android apk files

I know .apk files are .zip files, but AndroidManifest.xml looks binary and certainly grep or hex editors haven't been …

android packaging android-manifest apk
Error:(72) unknown element <receiver> found

I am using Dji-SDK. Recently i migrated the SDK from version 4.2 to 4.3.2. After changing the dji-sdk.aar in the libs …

android android-manifest android-studio-3.0 dji-sdk
Android Dev - Callback URL not working... (0_o)

I'm working on an android application for my research, and I am working with OAuth (signpost library) to gain access …

android oauth callback android-manifest signpost
What's the "dot" for when registering an Activity

I'm kind of a noob at programming for the Android OS. I noticed in the books I have been reading …

android android-manifest
uses-sdk:minSdkVersion 7 cannot be smaller than version 9 declared in library

I am using Android Studio Version 1.2.2. My project's min sdk is 7 and I want to use google play service which …

android admob android-manifest google-play-services android-min-sdk
Set different theme for library project in android

In an android project which consists of a library project, I need to have a different theme set in manifest …

android styles android-manifest android-theme android-library