def keep_status_bar_cover_alive(dev):
"""
keep sending 'turn on status bar cover' broadcast, for the cover effect is not very perfect
:param dev: device id to process
:return: None
"""
StatusBarCover.switch_cover(dev, True)
threading.Timer(5, keep_status_bar_cover_alive, [dev]).start()
评论列表
文章目录