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

Commit ab47ff18 authored by Ji-Hwan Lee's avatar Ji-Hwan Lee Committed by Android (Google) Code Review
Browse files

Merge "Add config resource for disabling KeyguardService"

parents cd8f0c58 25eb3d0c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -273,7 +273,8 @@

        <service
            android:name=".keyguard.KeyguardService"
            android:exported="true" />
            android:exported="true"
            android:enabled="@bool/config_enableKeyguardService" />

        <activity android:name=".Somnambulator"
            android:label="@string/start_dreams"
+4 −1
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@
    <!-- The minimum alpha for the dim applied to cards that go deeper into the stack. -->
    <integer name="recents_max_task_stack_view_dim">96</integer>

    <!-- Whether to enable KeyguardService or not -->
    <bool name="config_enableKeyguardService">true</bool>

    <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
     card. -->
    <integer name="keyguard_max_notification_count">4</integer>