Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ウィジェットの削除を担当するメソッドに独自の機能を追加するにはどうすればよいですか (リサイクル アイコンにドラッグ アンド ドロップしたとき)。追加の実装を追加できるようにする必要があります。どうすればいいですか?
私はこれを試していませんが、youoはこれを使用できます...
@Override public void onDeleted(Context context, int[] appWidgetIds) { //You code here super.onDeleted(context, appWidgetIds); }