Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/quic-xiaomi-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Aug 11, 2024
2 parents fcc4ce5 + 0fddf08 commit 084f16f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lastgimbus.the.freebuddy">

Expand All @@ -7,10 +8,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" />
<!-- 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 084f16f

Please sign in to comment.