Don't require GPS or microphone

pull/384/head
Alex Baker 9 years ago
parent 6410570d84
commit 66dbf832b8

@ -13,6 +13,9 @@
<!-- ************************ -->
<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 -->

@ -46,6 +46,7 @@
<!-- recording voice notes -->
<!-- ********************* -->
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<!-- ============================================== Exported Permissions = -->

Loading…
Cancel
Save