Example usage for Java android.content.pm ShortcutInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | clone() Creates and returns a copy of this object. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
PersistableBundle | getExtras() Extras that the app can set for any purpose. |
String | getId() Returns the ID of a shortcut. |
CharSequence | getLongLabel() Return the long description of a shortcut. |
String | getPackage() Return the package name of the publisher app. |
CharSequence | getShortLabel() Return the short description of a shortcut. |
boolean | isEnabled() Returns false if a shortcut is disabled with ShortcutManager#disableShortcuts . |
String | toString() Return a string representation, intended for logging. |