Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a7ab501 authored by Alexandra Gherghina's avatar Alexandra Gherghina
Browse files

Mark Bluetooth as required for all profiles

Change-Id: I6c5ccac860a1d3f5874963760d849552e0b7ff74
parent 283da326
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -66,7 +66,8 @@
        android:name=".btservice.AdapterApp"
        android:icon="@drawable/bt_share"
        android:persistent="false"
        android:label="@string/app_name">
        android:label="@string/app_name"
        android:requiredForProfile="all">
        <uses-library android:name="javax.obex" />
        <provider android:name=".opp.BluetoothOppProvider"
            android:authorities="com.android.bluetooth.opp"