Loading packages/SystemUI/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading packages/SystemUI/res/values/config.xml +4 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
packages/SystemUI/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
packages/SystemUI/res/values/config.xml +4 −1 Original line number Diff line number Diff line Loading @@ -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> Loading