开发者

Icon for running service

开发者 https://www.devze.com 2023-03-21 15:29 出处:网络
I want a icon for a running service, I know that there is android:icon... in the services tag but I want the i开发者_StackOverflow中文版con the whole in the status bar like the icon for bluetooth

I want a icon for a running service, I know that there is android:icon... in the services tag but I want the i开发者_StackOverflow中文版con the whole in the status bar like the icon for bluetooth

Is that possible?

thanks

EDIT:

the thing with the flag and the notification is almost what I meant, its a notification which you can't delete but I meant an icon for a running service like bluetooth in the statusbar on the right of the phone not left is that possible?


you should create Status Bar Notifications with FLAG_ONGOING_EVENT/FLAG_NO_CLEAR flag

EDIT:

you can't change position of status bar notification icon from left to right(at least on devices with stock ROM)

0

精彩评论

暂无评论...
验证码 换一张
取 消