We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f622c26 commit dbfa494Copy full SHA for dbfa494
app/src/main/AndroidManifest.xml
@@ -2,6 +2,8 @@
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.github.hiteshsondhi88.sampleffmpeg" >
4
5
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
6
+
7
<application
8
android:allowBackup="true"
9
android:icon="@drawable/ic_launcher"
0 commit comments