Merge "Adding a couple extras keys for keyguard widget selection" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
95a2ff7cb4
@@ -215,6 +215,20 @@ public class AppWidgetManager {
|
|||||||
*/
|
*/
|
||||||
public static final String EXTRA_CUSTOM_EXTRAS = "customExtras";
|
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.
|
* A sentiel value that the AppWidget manager will never return as a appWidgetId.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user