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

Commit 1d57b5de authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Fix issue with protected broadcast declaration.

These were renamed in the code-review.  Not sure how the presubmits passed
with the declaration being wrong here.

Test: Manual testing / CTS testing.
Bug: 136109592
Change-Id: I8cf0b6b3a95faa504415318ba521379e2a8680b2
parent 49af39e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,8 +108,8 @@

    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE_PRIVILEGED" />
    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE_PRIVILEGED" />
    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE_PRIORITIZED" />
    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE_PRIORITIZED" />
    <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
    <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
    <protected-broadcast android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />