Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Dec 14, 2013
1 parent ac58a09 commit 0290a03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions SecretCodes/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@
limitations under the License.-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.simon.marquis.secretcodes"
android:versionCode="7"
android:versionName="1.3" >
android:versionCode="8"
android:versionName="1.3.1" >

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />

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

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

0 comments on commit 0290a03

Please sign in to comment.