[PS] Log event for private space add button click.

Bug: 320702146
Test: manual
Flag: ACONFIG com.android.launcher3.private_space_app_installer_button teamfood
Change-Id: I2ea6b215d4bce93e682c260242a6c3a7cb31922f
This commit is contained in:
Holly Sun
2024-01-17 16:08:31 -08:00
parent 9de29f211a
commit 70d8ecbcfe
4 changed files with 17 additions and 0 deletions

View File

@@ -121,6 +121,11 @@ public abstract class ItemInfoWithIcon extends ItemInfo {
*/
public static final int FLAG_ARCHIVED = 1 << 14;
/**
* Flag indicating it's the Private Space Install App icon.
*/
public static final int FLAG_PRIVATE_SPACE_INSTALL_APP = 1 << 15;
/**
* Status associated with the system state of the underlying item. This is calculated every
* time a new info is created and not persisted on the disk.