Skip to content

Commit

Permalink
🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus authored Mar 19, 2024
1 parent 2de15e5 commit 0fddf08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 @@ -8,7 +9,7 @@
<!-- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />-->

<!-- Request legacy Bluetooth permissions on ekhm ALL devices, thx xiaomi ;) -->
<uses-permission android:name="android.permission.BLUETOOTH" tools:remove="android:maxSdkVersion" />
<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 0fddf08

Please sign in to comment.