Only need GET_ACCOUNTS on pre-oreo devices

pull/757/head
Alex Baker 7 years ago
parent d0808f7093
commit c00344c56b

@ -20,7 +20,7 @@
<!-- google task sync --> <!-- google task sync -->
<!-- **************** --> <!-- **************** -->
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH"/> <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH"/>
<uses-permission android:name="android.permission.GET_ACCOUNTS"/> <uses-permission android:name="android.permission.GET_ACCOUNTS" android:maxSdkVersion="25"/>
<application tools:ignore="GoogleAppIndexingWarning"> <application tools:ignore="GoogleAppIndexingWarning">

Loading…
Cancel
Save