The manifest presents essential information about the application to the Android system
I've written a wrapper on top of Log.java that is provided by android. My Class will add some other …
android android-manifestI'm developing an Android SDK library. In this library I've declared and used some Activities. Now I've tried to include …
android android-activity android-manifest android-libraryWhen i compile my app for release, a new permission called USE_CREDENTIALS is being added to my manifest. <…
android android-studio android-manifest android-gradle-plugin manifest-mergingCan I (in the Manifest file or somewhere else) set system properties for my Android application? I want to use …
android configuration android-manifest system-propertiesI am modifying current android project so it can be installed on same device for multiple flavors and build configs. …
android gradle android-manifest buildconfig manifest-mergingI would like to add a custom attribute to the application tag of my AndroidManifest.xml file. Is this possible …
android android-manifestI've coded my app so that it has some features which it prefers, but otherwise does not need as I …
android android-manifest uses-featureI'm working on an Android library project, in the default src/main/AndroidManifest.xml, the MainActivity is the launcher activity. …
android android-intent android-manifest android-productflavorsI'm facing a strange problem with android studio. I have two Android app that uses facebook sdk with same facebook …
android facebook android-studio android-manifest android-facebookso I'm trying to use gradle to create a separate buildType, but that buildType needs to use different characteristics for …
build action android-manifest gradle intentfilter