Top "Manifest-merging" questions

How to use the new manifest merger (of Android Studio and Gradle)?

Background In the past, when Eclipse&ADT were the official tools to develop for Android, you could simply use "…

android android-studio android-manifest manifest-merging
Possible to use multiple authorities with FileProvider?

Background I maintain a library whose core functionality involves sharing programmatically-captured screenshots to external email applications. I use a FileProvider …

android android-manifest android-contentprovider manifest-merging
Using ${applicationId} in library manifest

I'm working on an SDK that uses an internal ContentProvider, I would like to use this SDK in a few …

android gradle manifest-merging
Android Studio is adding me android.permission.USE_CREDENTIALS on my manifest

When 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-merging
applicationId manifest placeholder for multiple build flavors not working

I 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-merging