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

Commit d81897d0 authored by Svet Ganov's avatar Svet Ganov
Browse files

Lower protection level of the dangerous Bluetooth permissions

bug:21594947

Change-Id: Ic643bc0768b0fc9adcc3e07661ee34fa59f4ec35
parent 678e8532
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -913,13 +913,13 @@
    <permission android:name="android.permission.BLUETOOTH"
        android:description="@string/permdesc_bluetooth"
        android:label="@string/permlab_bluetooth"
        android:protectionLevel="dangerous" />
        android:protectionLevel="normal" />

    <!-- Allows applications to discover and pair bluetooth devices -->
    <permission android:name="android.permission.BLUETOOTH_ADMIN"
        android:description="@string/permdesc_bluetoothAdmin"
        android:label="@string/permlab_bluetoothAdmin"
        android:protectionLevel="dangerous" />
        android:protectionLevel="normal" />

    <!-- @SystemApi Allows applications to pair bluetooth devices without user interaction, and to
         allow or disallow phonebook access or message access.