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

Commit 7f6d6593 authored by Kholoud Mohamed's avatar Kholoud Mohamed
Browse files

Protect some device policy broadcasts that are sent by the system

Bug: 272483242
Test: N/A
Change-Id: I2c276cf21dbf14a67c0f7081f6527b9ca8cc9e10
parent 24fa99c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -824,6 +824,9 @@
    <protected-broadcast android:name="android.companion.virtual.action.VIRTUAL_DEVICE_REMOVED" />
    <protected-broadcast android:name="com.android.internal.intent.action.FLASH_NOTIFICATION_START_PREVIEW" />
    <protected-broadcast android:name="com.android.internal.intent.action.FLASH_NOTIFICATION_STOP_PREVIEW" />
    <protected-broadcast android:name="android.app.admin.action.DEVICE_FINANCING_STATE_CHANGED" />
    <protected-broadcast android:name="android.app.admin.action.DEVICE_POLICY_SET_RESULT" />
    <protected-broadcast android:name="android.app.admin.action.DEVICE_POLICY_CHANGED" />

    <!-- ====================================================================== -->
    <!--                          RUNTIME PERMISSIONS                           -->