add storage permission to the sample app

This commit is contained in:
tibbi 2017-01-07 12:39:48 +01:00
parent 1362891b6e
commit a086b98a24

View file

@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simplemobiletools.commons.samples">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application
android:allowBackup="true"
android:icon="@mipmap/commons_launcher"