Skip to content

Commit

Permalink
Merge pull request #438 from wallabag/fix_storage_access
Browse files Browse the repository at this point in the history
Fix storage access for image caching
  • Loading branch information
tcitworld authored Feb 27, 2017
2 parents 2287faf + b2101ff commit 67e1af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="22"/>

<application
android:name="fr.gaulupeau.apps.Poche.App"
Expand Down

0 comments on commit 67e1af3

Please sign in to comment.