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

Commit d03d136

Browse files
:( Revert "removes unneededadvertisement permission from manifest"
This reverts commit 9c4d4fd.
1 parent 9c4d4fd commit d03d136

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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" />
1011
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
1112

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

0 commit comments

Comments
 (0)