mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user