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.
我正在构建一个 android 应用程序,我想从通知栏提供访问权限,但我不希望它在顶部的状态栏中显示为通知项。它应该只在用户拉下栏时显示。
有没有办法让一个没有另一个?
NotificationCompat与setPriorityas一起使用PRIORITY_MIN
NotificationCompat
setPriority
PRIORITY_MIN