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

Commit afaaa61b authored by Kevin's avatar Kevin
Browse files

Add feature flag for replacing task snapshots.

Add a feature flag to work behind while implementing icon
recents/replacing task snapshots. We will eventually remove this in
favor of the isLowRamDevice flag.

Bug: 114136250
Test: Manual test
Change-Id: I6f7fd381b4b308ab81c30ef86526e81ed834f16e
parent ca72a202
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2573,6 +2573,11 @@
    <!-- Package name for default network scorer app; overridden by product overlays. -->
    <string name="config_defaultNetworkScorerPackageName"></string>

    <!-- Feature flag to enable memory efficient task snapshots that are used in recents optimized
         for low memory devices and replace the app transition starting window with the splash
         screen. -->
    <bool name="config_lowRamTaskSnapshotsAndRecents">false</bool>

    <!-- Determines whether recent tasks are provided to the user. Default device has recents
         property. If this is false, then the following recents config flags are ignored. -->
    <bool name="config_hasRecents">true</bool>
+1 −0
Original line number Diff line number Diff line
@@ -330,6 +330,7 @@
  <java-symbol type="bool" name="config_enableMultiUserUI"/>
  <java-symbol type="bool" name="config_enableNewAutoSelectNetworkUI"/>
  <java-symbol type="bool" name="config_disableUsbPermissionDialogs"/>
  <java-symbol type="bool" name="config_lowRamTaskSnapshotsAndRecents" />
  <java-symbol type="bool" name="config_hasRecents" />
  <java-symbol type="string" name="config_recentsComponentName" />
  <java-symbol type="integer" name="config_minNumVisibleRecentTasks_lowRam" />