Skip to content

Commit

Permalink
remove RECEIVE_BOOT_COMPLETED permission (introduced by evernote libr…
Browse files Browse the repository at this point in the history
…ary)
  • Loading branch information
westnordost committed Oct 1, 2017
1 parent b0e51f5 commit 1305e72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.westnordost.streetcomplete"
xmlns:tools="http://schemas.android.com/tools"
package="de.westnordost.streetcomplete"
>

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.WAKE_LOCK" android:maxSdkVersion="20" />

<!-- evernote lib adds this permission but we do not use that feature-->
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" tools:node="remove" />

<application
android:name="de.westnordost.streetcomplete.StreetCompleteApplication"
android:allowBackup="true"
Expand Down

0 comments on commit 1305e72

Please sign in to comment.