Skip to content

Commit

Permalink
added write sdcard permission to app
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 14, 2014
1 parent f622c26 commit dbfa494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.hiteshsondhi88.sampleffmpeg" >

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit dbfa494

Please sign in to comment.