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

Commit b6b5286f authored by William Xiao's avatar William Xiao
Browse files

Add configuration for default timeout to dock user

See other changes in the topic for context

Bug: 260123067
Test: verified on local device that timeout is 60s by default
Change-Id: I72b5fb35aef14e90f98fa9b281134a5af0f16813
parent c17a684c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -783,6 +783,10 @@
    <!-- Delay in milliseconds of the dream in bottom complications fade-in animation. -->
    <integer name="config_dreamOverlayInBottomComplicationsDelayMs">299</integer>

    <!-- Delay in milliseconds before switching to the dock user and dreaming if a secondary user is
    active when the device is locked and docked. 0 indicates disabled. Default is 1 minute. -->
    <integer name="config_defaultDockUserTimeoutMs">60000</integer>

    <!-- Icons that don't show in a collapsed non-keyguard statusbar -->
    <string-array name="config_collapsed_statusbar_icon_blocklist" translatable="false">
        <item>@*android:string/status_bar_volume</item>