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 手机没有服务提供商,所以我无法检查。
来电时,加速度计会停止记录吗??
Service如果它在 a或 a 上运行,则不会AsyncTask。当您在 UI 上运行加速度计时,Thread它将被ActivitysonPause()方法停止,但如果您在不同的线程上运行它,它不会停止。
Service
AsyncTask
Thread
Activity
onPause()