Tried your solution, stil lhave to manually grant microphone, location and external storage writings. These are the permissions in both Android manifest and in the privapp-permissions-platform.xml file:
<permission name="android.permission.RECORD_AUDIO" /> <permission name="android.permission.MODIFY_AUDIO_SETTINGS" /> <permission name="android.permission.WRITE_EXTERNAL_STORAGE" /> <permission name="android.permission.READ_EXTERNAL_STORAGE" /> <permission name="android.permission.ACCESS_COARSE_LOCATION" /> <permission name="android.permission.ACCESS_NETWORK_STATE" /> <permission name="android.permission.ACCESS_FINE_LOCATION" /> What am I missing here? On Wednesday, August 5, 2020 at 9:49:02 PM UTC+2 [email protected] wrote: > Hello Riccardo, > > Please set PRODUCT_PROPERTY_OVERRIDES += > control_privapp_permissions=enforce to your current makefile of your > product. > > To check missing permission and other information related to Privileged > permission, please refer this reference: > > https://source.android.com/devices/tech/config/perms-whitelist > > Regards, > Kha Tran -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-porting/2172ea90-b114-4dab-ace7-3c53f272abfan%40googlegroups.com.
