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

Commit c31c2631 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Also default shell main thread=true in shell resources" into main

parents ff32b37a 565ee03f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<resources>
    <!-- Determines whether the shell features all run on another thread. This is to be overrided
         by the resources of the app using the Shell library. -->
    <bool name="config_enableShellMainThread">false</bool>
    <bool name="config_enableShellMainThread">true</bool>

    <!-- Determines whether to register the shell task organizer on init.
         TODO(b/238217847): This config is temporary until we refactor the base WMComponent. -->