Skip to content

Commit

Permalink
Revert "android: disable background location access due to Google Pla…
Browse files Browse the repository at this point in the history
…y Store policy"

This reverts commit cbfa32f.
  • Loading branch information
zinuzoid committed Nov 22, 2021
1 parent 29b0923 commit 3910d08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>

<!-- required since Android 10 / targetSdkVersion 29 -->
<!-- disabled temporarily because the evil Google overlords want us
to provide a YouTube video explaining this requirement, see
https://support.google.com/googleplay/android-developer/answer/9799150#zippy=%2Cstep-provide-a-video-demonstration
-->
<!-- uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/ -->
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>

<!-- XCSoar renders maps and the UI with GLES 2.0 -->
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
Expand Down

0 comments on commit 3910d08

Please sign in to comment.