Require bluetooth feature to install.
This commit is contained in:
parent
b785d14622
commit
e20804e916
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
|
||||
<uses-feature android:name="android.hardware.bluetooth" android:required="true" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
|
|
Reference in a new issue