cancel
Showing results for 
Search instead for 
Did you mean: 

Removing manifest permissions

ki7a
Protege
Hello!
I have issues with the following manifest permissions, which I don't need or use in my app:
android.permission.RECORD_AUDIO
android.hardware.microphone
android.permission.READ_EXTERNAL_STORAGE
I've overcome this by selecting skip permissions = true;
This solves the issue but created a new one. I need the ACCESS_FINE_LOCATION which became also unavailable because of skip permissions.
What can be done to properly set the manifest with the right permissions?
Thanks!
1 REPLY 1

aghko
Explorer
Hi there, how you solved this? 🙂