【发布时间】:2012-04-23 16:58:52
【问题描述】:
Android 中是否有可能获取状态栏的状态,尤其是添加了新通知?
如果状态栏中发生了什么事,它需要这个来启动一个活动。我不是指“状态栏窗口”。
也许我可以使用 IntentFilter,例如:
IntentFilter statusBarIntentFilter = new IntentFilter(android.bla.bla.ACTION_STATUSBAR_STATE_CHANGED);
感谢您到目前为止!
BR
【问题讨论】:
标签: android android-intent notifications statusbar