mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
xml: added access to bluetooth in AndroidManifest
This commit is contained in:
parent
e95ac16257
commit
ce80c3128a
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
<!-- Allow writing to external storage and reading from it -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<!-- Allow access to bluetooth -->
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<!-- Allow access to the vibrator -->
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue