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

Commit ca8bce51 authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix typo in protected broadcast decls

Bug 26471149

Change-Id: I4332fd9adc52d3bd2f6ee0ce3718bf844f1f9843
parent 629f9846
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -103,9 +103,9 @@


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


    <protected-broadcast android:name="android.backup.intent.RUN" />
    <protected-broadcast android:name="android.app.backup.intent.RUN" />
    <protected-broadcast android:name="android.backup.intent.CLEAR" />
    <protected-broadcast android:name="android.app.backup.intent.CLEAR" />
    <protected-broadcast android:name="android.backup.intent.INIT" />
    <protected-broadcast android:name="android.app.backup.intent.INIT" />


    <protected-broadcast android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
    <protected-broadcast android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
    <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
    <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />