Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

Android Wearで通知を出したら即通知を表示する方法

$
0
0

いたってシンプル。通知を出したらアプリを閉じればいいのです。

アクティビティあたりで以下のような雰囲気のコードを書けばOK.

Notification n = ...組み立て処理...;
NotificationManager nm = (NotificationManager) this.getSystemService(Context.NOTIFICATION_SERVICE);
nm.notify(0, n);
this.finish();

Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>