diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-07 00:10:39 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-07 00:10:39 +0530 |
commit | ca97c46120b3ce298bfd72bfeb208aa136076ea3 (patch) | |
tree | 75818679866e14510d6b0dcca838be595fd27bb7 /app/src/main/AndroidManifest.xml | |
parent | b90ec32e36644fba6eedefd361b1386f21e89bc8 (diff) |
Add mapview to pick location from map
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2c3b055..74c226c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,6 +2,9 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="foundation.e.privacycentralapp"> + <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> + <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> + <application android:name=".PrivacyCentralApplication" android:allowBackup="true" |