Skip to content

Commit

Permalink
Move permission
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Oct 28, 2023
1 parent 4a2f7c2 commit 06e67e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app-common/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
android:name="android.permission.BLUETOOTH_SCAN"
android:usesPermissionFlags="neverForLocation" />

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

<application>
<receiver
android:name=".bluetooth.BleScanResultReceiver"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

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

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

<uses-feature
android:name="android.hardware.bluetooth_le"
android:required="true" />
Expand Down

0 comments on commit 06e67e0

Please sign in to comment.