public interface URLChooserShortcutProvider
Register providers using DialogUtil.addURLChooserShortcutProvider(URLChooserShortcutProvider).
The shortcuts are installed by DialogUtil.addShortcutButtons(URLChooser,Context).
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<URLChooserShortcut> |
createShortcuts(Context context)
Creates shortcuts for the specified context.
|
java.util.Collection<URLChooserShortcut> createShortcuts(Context context)
context - a context in which the chooser is being invoked. The
context is a copy, and so modifying it will have no effect.java.lang.NullPointerException - if context is null.