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

Commit aa728652 authored by Bruno Martins's avatar Bruno Martins
Browse files

Move Lineage additions to the custom manifest

Change-Id: Iaad23c30b4c47ae7c3a585c61b101bca4306af47
parent ed08dbba
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -541,9 +541,6 @@
    <protected-broadcast android:name="android.media.tv.action.WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED" />
    <protected-broadcast android:name="android.media.tv.action.CHANNEL_BROWSABLE_REQUESTED" />

    <!-- LineageOS additions -->
    <protected-broadcast android:name="lineageos.intent.action.LID_STATE_CHANGED" />

    <!-- ====================================================================== -->
    <!--                          RUNTIME PERMISSIONS                           -->
    <!-- ====================================================================== -->
+3 −0
Original line number Diff line number Diff line
@@ -25,4 +25,7 @@
    <permission android:name="android.permission.PREVENT_POWER_KEY"
        android:protectionLevel="signature|privileged" />

    <!-- Used to launch a common app (FlipFlap) for devices with flip cover. -->
    <protected-broadcast android:name="lineageos.intent.action.LID_STATE_CHANGED" />

</manifest>