Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当单击具有各种按钮的远程视图的正在进行的事件时,活动会在后台加载并且通知托盘不会折叠。
我只在 ICS 4.0 上遇到这个问题。它在 4.1 上运行良好
您可以使用以下两行代码来折叠通知栏。
Intent it = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); context.sendBroadcast(it);