|
|
|
@ -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 -->
|
|
|
|
|
<!-- **************** -->
|
|
|
|
|