summaryrefslogtreecommitdiffstats
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-02-22 15:33:59 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-02-22 15:33:59 +0100
commit76b036db2e9f632fb8315f7ff925434912671940 (patch)
treecff1d50aa8a32f9f57c0618b81ca9c0c510faee8 /android/AndroidManifest.xml
parent09ee4433efc9a62211bca3aff60415ba6d187ab0 (diff)
downloadRustAndDust-76b036db2e9f632fb8315f7ff925434912671940.zip
RustAndDust-76b036db2e9f632fb8315f7ff925434912671940.tar.gz
AndroidBackend: fetch owner's google account
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 052ffcf..c3bf902 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -5,6 +5,7 @@
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />
+ <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
<application
android:allowBackup="true"