add storage permission to the sample app
This commit is contained in:
parent
1362891b6e
commit
a086b98a24
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue