How can remove the following accesses from the program -- ACCESS_FINE_LOCATION

how can remove the following accesses from the program
ACCESS_FINE_LOCATION
ACCESS_COARSE_LOCATION
CAMERA
GET_ACCOUNTS

Which components are you using?.
Location sensor? Camera?

What exactly are you trying to do? Do you want to remove those permissions from the manifest? Why?

Taifun

Yes, I want access to the above items to be completely removed from the application because the employer wants this

If you do not ask for those permissions, your app does not have access... see also

To remove this completely, start with removing the location sensor and canera components and let us know

Taifun

I did not use the location sensor and camera component in the app
Of course, I used these plugins

Modify the manifest as described here

Taifun

1 Like


It does not work??!

Taifun

Thanks :heart_eyes:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.