launcher3: Change promise icon id key to not be backed up.
LauncherPrefs wrapper adds a backup when using backedUpItem for promise icon ids. Disable backup and restore for this preference as it could cause unwanted situations Bug: 419426642 Test: None yet Flag: EXEMPT Bug fix Change-Id: I4cfef8c587b951ee6b4753e5f2e2a45409294ef3
This commit is contained in:
@@ -240,7 +240,7 @@ constructor(@ApplicationContext private val encryptedContext: Context) {
|
||||
|
||||
@JvmField
|
||||
val ENABLE_TWOLINE_ALLAPPS_TOGGLE = backedUpItem("pref_enable_two_line_toggle", false)
|
||||
@JvmField val PROMISE_ICON_IDS = backedUpItem(InstallSessionHelper.PROMISE_ICON_IDS, "")
|
||||
@JvmField val PROMISE_ICON_IDS = nonRestorableItem(InstallSessionHelper.PROMISE_ICON_IDS, "")
|
||||
@JvmField val WORK_EDU_STEP = backedUpItem("showed_work_profile_edu", 0)
|
||||
@JvmField
|
||||
val WORKSPACE_SIZE =
|
||||
|
||||
Reference in New Issue
Block a user