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

Commit 5331227a authored by Alex Klyubin's avatar Alex Klyubin Committed by Android (Google) Code Review
Browse files

Merge "Declare that Bluetooth app does not use cleartext network traffic."

parents 77c91ab7 91be253d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@
        android:name=".btservice.AdapterApp"
        android:icon="@drawable/bt_share"
        android:persistent="false"
        android:label="@string/app_name">
        android:label="@string/app_name"
        android:usesCleartextTraffic="false">
        <uses-library android:name="javax.obex" />
        <provider android:name=".opp.BluetoothOppProvider"
            android:authorities="com.android.bluetooth.opp"