Merge changes Iaadc7e1a,I3e8d5d2f into main

* changes:
  Add flag for restoring Archived App Icons from db
  Add flag for restoring archived pinned shortcuts
This commit is contained in:
Treehugger Robot
2025-01-23 18:37:04 -08:00
committed by Android (Google) Code Review
+20
View File
@@ -564,3 +564,23 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "restore_archived_shortcuts"
namespace: "launcher"
description: "Makes sure pre-archived pinned shortcuts also get restored"
bug: "375414891"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "restore_archived_app_icons_from_db"
namespace: "launcher"
description: "Restores pre-archived icons from db when available, mimicing promise icons"
bug: "391913214"
metadata {
purpose: PURPOSE_BUGFIX
}
}