Move location permission to main manifest

pull/795/head
Alex Baker 6 years ago
parent 616c48b6c7
commit 6ca7b4c8c1

@ -3,19 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.tasks">
<!-- ************************ -->
<!-- location based reminders -->
<!-- ************************ -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
<uses-feature
android:name="android.hardware.location"
android:required="false"/>
<uses-feature
android:name="android.hardware.location.gps"
android:required="false"/>
<!-- **************** -->
<!-- google task sync -->
<!-- **************** -->

@ -9,6 +9,18 @@
<!-- ================================================== Used Permissions = -->
<!-- ********************************* -->
<!-- maps and location based reminders -->
<!-- ********************************* -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-feature
android:name="android.hardware.location"
android:required="false"/>
<uses-feature
android:name="android.hardware.location.gps"
android:required="false"/>
<!-- ************* -->
<!-- notifications -->
<!-- ************* -->

Loading…
Cancel
Save