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.
アプリ ウィジェット (ホーム画面ウィジェット) を登録して、送信されるローカル ブロードキャスト メッセージをリッスンするにはどうすればよいLocalBroadcastManagerですか?
LocalBroadcastManager
アプリ ウィジェットは、実際にはView別のアプリのプロセス (ホーム画面など) の のセットです。したがって、実際に何かを「聞く」ことができるプロセスは何もありません。
View
アプリ ウィジェットを更新する場合は、AppWidgetManagerとを使用して更新するだけupdateAppWidget()です。
AppWidgetManager
updateAppWidget()