Java android.content.pm ShortcutInfo fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm ShortcutInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm ShortcutInfo.

The text is from its open source code.

Method

Objectclone()
Creates and returns a copy of this object.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
PersistableBundlegetExtras()
Extras that the app can set for any purpose.
StringgetId()
Returns the ID of a shortcut.
CharSequencegetLongLabel()
Return the long description of a shortcut.
StringgetPackage()
Return the package name of the publisher app.
CharSequencegetShortLabel()
Return the short description of a shortcut.
booleanisEnabled()
Returns false if a shortcut is disabled with ShortcutManager#disableShortcuts .
StringtoString()
Return a string representation, intended for logging.