Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9c4d4fd

Browse files
removes unneededadvertisement permission from manifest
1 parent be3653f commit 9c4d4fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Thu Apr 13 10:19:23 MDT 2023
12
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
24
distributionPath=wrapper/dists
3-
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
6+
zipStoreBase=GRADLE_USER_HOME

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
your app never derives physical location from Bluetooth scan results. -->
88
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"
99
android:usesPermissionFlags="neverForLocation" />
10-
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
1110
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
1211

1312
<!-- Request legacy Bluetooth permissions on older devices. -->

0 commit comments

Comments
 (0)