Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Porush Manjhi authored and Porush Manjhi committed Apr 21, 2018
1 parent 73ed2c6 commit ca9957e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion ffchooser/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.darkorbitstudio.ffchooser" />
package="com.darkorbitstudio.ffchooser" >

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

</manifest>

0 comments on commit ca9957e

Please sign in to comment.