Skip to content

Commit

Permalink
Merge pull request #22 from decates/remove-bluetooth-admin-permission
Browse files Browse the repository at this point in the history
Removed unnecessary BLUETOOTH_ADMIN permission on Android
  • Loading branch information
ghenry22 authored May 13, 2020
2 parents 87093c4 + d52cdb3 commit ec19a42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down

0 comments on commit ec19a42

Please sign in to comment.