Skip to content

Instantly share code, notes, and snippets.

@mchestr
mchestr / AndroidManifest.xml
Created March 21, 2018 06:19 — forked from TomTasche/AndroidManifest.xml
OAuth flow using the AccountManager on Android
<!-- ... -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<!-- ... -->