Skip to content

Commit

Permalink
Remove background location access
Browse files Browse the repository at this point in the history
  • Loading branch information
KipCrossing committed Jan 27, 2021
1 parent 5820fad commit 8a30eec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="au.com.opensourceagriculture.soil_mate">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" tools:node="remove"/>

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

0 comments on commit 8a30eec

Please sign in to comment.