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

Commit dcfcb97a authored by Zach Johnson's avatar Zach Johnson Committed by Automerger Merge Worker
Browse files

Add more entries to priv permission allowlist for BT am: 96ff3cdd am: 32a62221

parents 625a4cdb 32a62221
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
    <permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE"
         android:label="@string/permlab_bluetoothShareManager"
         android:description="@string/permdesc_bluetoothShareManager"
         android:protectionLevel="signature"/>
         android:protectionLevel="signature|privileged"/>

    <!--  Allows temporarily acceptlisting Bluetooth addresses for sharing -->
    <permission android:name="com.android.permission.ALLOWLIST_BLUETOOTH_DEVICE"
         android:label="@string/permlab_bluetoothAcceptlist"
         android:description="@string/permdesc_bluetoothAcceptlist"
         android:protectionLevel="signature"/>
         android:protectionLevel="signature|privileged"/>

    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
    <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE"/>