みっちゃんラボ

2013/10/05(Sat)

Androidの通知をタップした時に元の状態を表示させる

Notificationを利用してステータスバーに通知を表示した後、通知をタップした時にActivityを起動させず、元の状態を表示させる。

マニフェストファイルAndroidManifest.xml<activity>内に以下を追加する。

android:launchMode="singleTask"


参考サイト:

  1. Android PendingIntent take you to an already existing activity? (stackoverflow.com)
  2. notification の利用 - (主に)プログラミングのメモ (yoshihikomuto.hatenablog.jp)
Posted by (mi|o)cchan  Updated at 05 Oct 2013  Category android  Tags acvitity notification