Skip to content

Commit

Permalink
Remove RECEIVE_BOOT_COMPLETED permission using manifest merger (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Apr 16, 2019
1 parent 58401ea commit d1b5cd8
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
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.mozilla.vrbrowser">
<uses-feature android:glEsVersion="0x00030000"/>

Expand All @@ -9,6 +10,7 @@
<uses-permission android:name="${applicationId}.CRASH_RECEIVER_PERMISSION"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" tools:node="remove"/>

<permission android:name="${applicationId}.CRASH_RECEIVER_PERMISSION"
android:protectionLevel="signature"/>
Expand Down

0 comments on commit d1b5cd8

Please sign in to comment.