how to programmatically remove gps blinking icon from status bar in android (or make it never blink)?

后端 未结 2 980
悲哀的现实
悲哀的现实 2021-01-15 01:19

In my android application which uses GPS, I have UI elemnts that should blink permanently. I was told after a couple of pilot runs that the blinking GPS icon, i.e. when GPS

相关标签:
2条回答
  • 2021-01-15 01:40

    You could hide the Status Bar altogether:

    http://blog.thaichaiguy.com/1600/android-how-to-hide-the-status-bar-and-title-bar/

    0 讨论(0)
  • 2021-01-15 01:47

    This is outside of the scope of the SDK and not possible.

    0 讨论(0)
提交回复
热议问题