Is it possible to have different manifest files for the debug and release versions of my APK in Android Studio?
Normally I don\'t have need for such a such a thing b
Yes, it is possible. Use this paths:
Debug Manifest: ../src/debug/AndroidManifest.xml
Release Manifest: ../src/release/AndroidManifest.xml
Show Release Manifest on Android Studio: