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 中,您可以使用 startForeground 方法让服务在前台运行。但是,此方法需要通知第二个参数,这意味着用户将在状态栏上看到一个图标。
是否可以在不向用户发出任何通知或视觉指示的情况下运行前台服务?