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.
我目前正在实现一个在后台系统中运行的加速度计。我想在另一个活动中使用的切换按钮上停止和启动服务。当我启动应用程序时,我的服务已启动,并且在另一个活动中打开了切换按钮。那么我该如何理解这一点?我怎样才能做到这一点?
stopService(new Intent(getBaseContext(), Your_service_class.class));
它有效吗?