Skip to content

Commit

Permalink
Don't declare ACCESS_BACKGROUND_LOCATION permission in manifest for g…
Browse files Browse the repository at this point in the history
…oogle flavor
  • Loading branch information
equeim committed May 5, 2021
1 parent 347279e commit ea3cb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/fdroid/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.equeim.tremotesf">

<uses-permission-sdk-23 android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<uses-permission-sdk-23 android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission-sdk-23 android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission-sdk-23 android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

<queries>
Expand Down

0 comments on commit ea3cb68

Please sign in to comment.