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

Commit c590424a authored by Songchun Fan's avatar Songchun Fan
Browse files

[pm] unlist LOAD_DATA as a protected broadcast intent

This did not protect service binding. Removing it to avoid confusion.

Test: atest PackageManagerShellCommandTest
BUG: 156898751
Change-Id: Icb7a4dc5298d9bac2e3158bcd61461dfc42233d0
parent 2cdbcea8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -96,7 +96,6 @@
    <protected-broadcast android:name="android.intent.action.OVERLAY_PRIORITY_CHANGED" />
    <protected-broadcast android:name="android.intent.action.MY_PACKAGE_SUSPENDED" />
    <protected-broadcast android:name="android.intent.action.MY_PACKAGE_UNSUSPENDED" />
    <protected-broadcast android:name="android.intent.action.LOAD_DATA" />

    <protected-broadcast android:name="android.os.action.POWER_SAVE_MODE_CHANGED" />
    <protected-broadcast android:name="android.os.action.POWER_SAVE_MODE_CHANGING" />