Skip to content

Commit

Permalink
🔥 Remove ACCESS_BACKGROUND_LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Feb 13, 2021
1 parent 2b8d378 commit 3c38fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

<application
android:name="io.flutter.app.FlutterApplication"
Expand Down

0 comments on commit 3c38fca

Please sign in to comment.