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

Commit 4ed68ab8 authored by Alexandra Gherghina's avatar Alexandra Gherghina Committed by Android (Google) Code Review
Browse files

Merge "Mark Bluetooth as required for all profiles"

parents 42513465 7a7ab501
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"