我正在为我的Android手机编写一个应用程序。应用程序有一个后台服务。我要像Skype应用程序确实在通知区域显示该服务。
如果我使用NotificationManager和通知(方式机器人样品做),其结果是不同的。

See this image

我的通知是一个称为“服务”的通知。
Skype服务在通知区域上方有一个图标。 Skype拥有也是“正常的通知”。这些“正常通知”显示在我的通知下方。

我希望我的服务像Skype应用程序一样位于通知区域上方。有谁知道这是怎么做到的吗?

提前致谢。

最佳答案

看一眼

http://developer.android.com/reference/android/app/Notification.html#FLAG_ONGOING_EVENT

还看

Android: How to create an "Ongoing" notification?



http://developer.android.com/guide/topics/ui/notifiers/notifications.html

10-07 19:22
查看更多