Service
  • 音标:/ˈsɜːrvɪs/
  • 意思:服务;Android中在后台运行的组件
  • 例句A Service runs in the background to perform long-running operations without a user interface.
  • 翻译:Service在后台运行,用于执行长时间运行的操作而无需用户界面。
  • 补充说明:Service分为前台服务(Foreground Service,需要显示通知)和后台服务(Background Service)。