OSDN Git Service

Apollo: Allow reading external storage
authorShareef Ali <shareefalis@gmail.com>
Sat, 14 Jun 2014 02:38:16 +0000 (22:38 -0400)
committerEthan Chen <intervigil@gmail.com>
Mon, 16 Jun 2014 20:42:13 +0000 (13:42 -0700)
Change-Id: Ifeb30898036b6e3390e416bfebd22679deb367bf
JIRA: CYAN-3867

AndroidManifest.xml

index 2670d03..caa2f1d 100644 (file)
@@ -41,6 +41,8 @@
     <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
     <!-- Used to check if the app is in the background -->
     <uses-permission android:name="android.permission.GET_TASKS" />
+    <!-- Allows Apollo to read from External Storage -->
+    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
 
     <application
         android:name=".ApolloApplication"