Loading services/java/com/android/server/AppWidgetService.java +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ class AppWidgetService extends IAppWidgetService.Stub // Add it to the mapping of RemoteViewsService to appWidgetIds so that we can determine // when we can call back to the RemoteViewsService later to destroy associated // factories. WidgetRemoteViewsServiceBinding(appWidgetId, fc); incrementAppWidgetServiceRefCount(appWidgetId, fc); } } Loading Loading
services/java/com/android/server/AppWidgetService.java +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ class AppWidgetService extends IAppWidgetService.Stub // Add it to the mapping of RemoteViewsService to appWidgetIds so that we can determine // when we can call back to the RemoteViewsService later to destroy associated // factories. WidgetRemoteViewsServiceBinding(appWidgetId, fc); incrementAppWidgetServiceRefCount(appWidgetId, fc); } } Loading