ShortcutXmlParser

Parses information of static shortcuts from shortcuts.xml

Functions

Link copied to clipboard
@NonNull
open fun getShortcutIds(@NonNull context: @NonNull Context): @NonNull List<String>
Returns a singleton instance of list of ids of static shortcuts parsed from shortcuts.
Link copied to clipboard
open fun parseShortcutIds(@NonNull parser: @NonNull XmlPullParser): @NonNull List<String>
Parses the shortcut ids from given XmlPullParser.