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.
さまざまなボタンを備えたリモートビューを持つ進行中のイベントをクリックすると、アクティビティがバックグラウンドで読み込まれ、通知トレイが折りたたまれません。
この問題は ICS 4.0 でのみ発生します。4.1で問題なく動作します
次の 2 つのコード行を使用して、通知バーを折りたたむことができます。
Intent it = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); context.sendBroadcast(it);