Pham Thai Duong

Results 2 comments of Pham Thai Duong

// display dialog to confirm accept if (!appWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId, appWidgetInfo.provider, extras)) { Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_BIND); intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId); intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_PROVIDER, appWidgetInfo.provider); _homeActivity.startActivityForResult(intent, REQUEST_BIND_APPWIDGET); } if (appWidgetInfo.configure != null && appWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId, appWidgetInfo.provider,...

I have same issue. Are you fix it?