Added ACCESS_BACKGROUND_LOCATION permission to help avoid having to grant permission repeatedly on Android 10

This commit is contained in:
Graham Jones
2021-02-12 14:33:43 +00:00
parent 9558bd44fc
commit 72c7247c08
6 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
compileSdkVersion 29
useLibrary 'org.apache.http.legacy'
defaultConfig {