Skip to content

Commit dbfa494

Browse files
added write sdcard permission to app
1 parent f622c26 commit dbfa494

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.github.hiteshsondhi88.sampleffmpeg" >
44

5+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
6+
57
<application
68
android:allowBackup="true"
79
android:icon="@drawable/ic_launcher"

0 commit comments

Comments
 (0)