Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c09f636 authored by Adam Cohen's avatar Adam Cohen
Browse files

Adding a couple extras keys for keyguard widget selection

Change-Id: I2ca60769379174d12055ad44cab0fefafb24eb5c
parent d428e95e
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -215,6 +215,20 @@ public class AppWidgetManager {
     */
    public static final String EXTRA_CUSTOM_EXTRAS = "customExtras";

    /**
     * An intent extra to pass to the AppWidget picker which allows the picker to filter
     * the list based on the {@link AppWidgetProviderInfo#widgetCategory}.
     */
    /** @hide */
    public static final String EXTRA_CATEGORY_FILTER = "categoryFilter";

    /**
     * An intent extra to pass to the AppWidget picker which allows the picker to filter
     * the list based on the {@link AppWidgetProviderInfo#widgetFeatures}.
     */
    /** @hide */
    public static final String EXTRA_FEATURES_FILTER = "featuresFilter";

    /**
     * A sentiel value that the AppWidget manager will never return as a appWidgetId.
     */