Skip to content

Commit

Permalink
Fix missing permission
Browse files Browse the repository at this point in the history
Incorrectly moved it to play version due to its comment

Signed-off-by: Jonas Kalderstam <[email protected]>
  • Loading branch information
spacecowboy committed Nov 3, 2014
1 parent f509def commit 2041f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />

<!-- Writing sync files to SD card -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<!-- For notifications -->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.VIBRATE" />
Expand Down
2 changes: 0 additions & 2 deletions app/src/play/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
<permission
android:name="com.nononsenseapps.notepad.permission.MAPS_RECEIVE"
android:protectionLevel="signature" />
<!-- Maps crashed because it did not have this permission, weird -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<uses-permission android:name="com.nononsenseapps.notepad.permission.MAPS_RECEIVE" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
Expand Down

0 comments on commit 2041f14

Please sign in to comment.