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:
committed by
Android (Google) Code Review
commit
df8fc5ebd8
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user