mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
[a11y] Add FLAG_NOT_PINNABLE and modify supportAddToWorkSpace.
// play uninstalled app Bug: 286998395 Bug: 287156208 Bug: 287157282 // contact Bug: 287362865 Bug: 287370843 Bug: 287372663 // clock Bug: 287166186 Bug: 287166771 Bug: 287167527 Test: manual Flag: N/A Change-Id: I859deba6218e232a232f009793044ca4be2cab19
This commit is contained in:
@@ -118,6 +118,11 @@ public abstract class ItemInfoWithIcon extends ItemInfo {
|
||||
| FLAG_DISABLED_QUIET_USER | FLAG_DISABLED_BY_PUBLISHER | FLAG_DISABLED_LOCKED_USER
|
||||
| FLAG_DISABLED_VERSION_LOWER;
|
||||
|
||||
/**
|
||||
* Flag indicating this item can't be pinned to home screen.
|
||||
*/
|
||||
public static final int FLAG_NOT_PINNABLE = 1 << 13;
|
||||
|
||||
/**
|
||||
* 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