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.
我在以下屏幕中看到我的应用程序
https://i.stack.imgur.com/BbqqZ.jpg
如果我向右滑动我的应用程序,我注意到与应用程序相关的进程和服务被终止。
为此,您需要将服务作为前台服务启动。请参阅在前台运行服务下的此处。
如果您启动作为后台服务的服务,Android 将在内存不足时将其终止。请注意,并非每次清除该列表时,您的服务都会消失。仅当 Android 系统确定其内存不足时才会发生这种情况。