Pega Mobile Client 8.5.1 - customizing Android manifest file
Hello
Is it possible to control the permission settings that are added to the AndroidManifest.xml during the build from Pega when it generates the .apk file? For instance, is it possible to not have
<uses-permission android:name="android.permission.CAMERA" />
in the manifest that Pega generates when the Android app is built using the mobile client channel interface?
The client wishes not to allow permissions to things like camera or location services.