Skip to content

Commit 18f37a7

Browse files
committed
Updated permission to support Android 11
1 parent 5c60d1e commit 18f37a7

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<uses-permission android:name="android.permission.BLUETOOTH" />
2323
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
24-
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
24+
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2525

2626
<application
2727
android:name="com.bluetooth.communicatorexample.Global"

local.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## This file must *NOT* be checked into Version Control Systems,
2+
# as it contains information specific to your local configuration.
3+
#
4+
# Location of the SDK. This is only used by Gradle.
5+
# For customization when using a Version Control System, please read the
6+
# header note.
7+
#Thu Sep 09 15:13:52 CEST 2021
8+
sdk.dir=C\:\\Users\\lucam\\AppData\\Local\\Android\\Sdk

0 commit comments

Comments
 (0)