Skip to content

Commit

Permalink
Add explicit READ_EXTERNAL_STORAGE permission with maxSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Mar 4, 2016
1 parent 83ccfb8 commit 7b73238
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<uses-permission
android:name="android.permission.VIBRATE"/>

<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="18" />

<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="18" />
Expand Down

0 comments on commit 7b73238

Please sign in to comment.