Skip to content
Snippets Groups Projects

Allow devices without Bluetooth support

Merged akwizgran requested to merge bluetooth-not-required into master
1 unresolved thread

As suggested by @HughIsaacs2. The Bluetooth code already assumes there might not be a BluetoothAdapter.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
2 2 package="org.briarproject.bramble"
3 3 xmlns:android="http://schemas.android.com/apk/res/android">
4 4
5 <uses-feature android:name="android.hardware.bluetooth"/>
5 <uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
6 6
7 7 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
8 8 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
9 9 <uses-permission android:name="android.permission.BLUETOOTH"/>
10 10 <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
11 11 <uses-permission android:name="android.permission.INTERNET"/>
12 <uses-permission android:name="android.permission.READ_LOGS"/>
  • merged

  • Torsten Grote mentioned in commit 099e8ef4

    mentioned in commit 099e8ef4

  • Please register or sign in to reply
    Loading