Skip to content

Commit

Permalink
fix xioami shit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus authored Mar 19, 2024
1 parent c5f2894 commit 2de15e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
<!-- <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />-->
<!-- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />-->

<!-- Request legacy Bluetooth permissions on older devices. -->
<uses-permission
android:name="android.permission.BLUETOOTH"
android:maxSdkVersion="30" />
<!-- Request legacy Bluetooth permissions on ekhm ALL devices, thx xiaomi ;) -->
<uses-permission android:name="android.permission.BLUETOOTH" tools:remove="android:maxSdkVersion" />
<!-- Needed only if your app communicates with already-paired Bluetooth devices. -->
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

Expand Down

0 comments on commit 2de15e5

Please sign in to comment.