Allow devices without Bluetooth support.

This commit is contained in:
akwizgran
2018-07-27 17:49:02 +01:00
parent 481de00f90
commit 05152eef0e
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
package="org.briarproject.briar"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-feature android:name="android.hardware.bluetooth"/>
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />