|
|
|
|
|
by fy20
1988 days ago
|
|
Certain permissions (internet is one example) are granted when the app is installed, other permissions (e.g. access to photos) require the user to give access through a dialog prompt (and from Android 10(?) the user will be asked again every so often, rather than just once). All permissions an app can use are listed in the manifest file, and are displayed on Google Play. |
|