am 4cce397c: Merge "Letting partial update fall through if the widget has not received a full update yet. (Bug 7214731)" into jb-mr1-dev
* commit '4cce397c0dab44cf7b1b657d0e5410b5970eef55': Letting partial update fall through if the widget has not received a full update yet. (Bug 7214731)
This commit is contained in:
@@ -448,6 +448,10 @@ public class AppWidgetManager {
|
||||
* and outside of the handler.
|
||||
* This method will only work when called from the uid that owns the AppWidget provider.
|
||||
*
|
||||
* <p>
|
||||
* This method will be ignored if a widget has not received a full update via
|
||||
* {@link #updateAppWidget(int[], RemoteViews)}.
|
||||
*
|
||||
* @param appWidgetIds The AppWidget instances for which to set the RemoteViews.
|
||||
* @param views The RemoteViews object containing the incremental update / command.
|
||||
*/
|
||||
@@ -476,6 +480,10 @@ public class AppWidgetManager {
|
||||
* and outside of the handler.
|
||||
* This method will only work when called from the uid that owns the AppWidget provider.
|
||||
*
|
||||
* <p>
|
||||
* This method will be ignored if a widget has not received a full update via
|
||||
* {@link #updateAppWidget(int[], RemoteViews)}.
|
||||
*
|
||||
* @param appWidgetId The AppWidget instance for which to set the RemoteViews.
|
||||
* @param views The RemoteViews object containing the incremental update / command.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user