Loading services/appwidget/java/com/android/server/appwidget/AppWidgetServiceImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,10 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku @Override public void onReceive(Context context, Intent intent) { final String action = intent.getAction(); if (action == null) { return; } final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, UserHandle.USER_NULL); if (DEBUG) { Loading Loading
services/appwidget/java/com/android/server/appwidget/AppWidgetServiceImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,10 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku @Override public void onReceive(Context context, Intent intent) { final String action = intent.getAction(); if (action == null) { return; } final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, UserHandle.USER_NULL); if (DEBUG) { Loading