<service android:name=".service.SensorService" ><intent-filter><action android:name="ITOP.MOBILE.SIMPLE.SERVICE.SENSORSERVICE"/></intent-filter></service>2、在Activity中调用
final Intent intent = new Intent();intent.setAction("ITOP.MOBILE.SIMPLE.SERVICE.SENSORSERVICE");stopService(intent);更多关于Android开发相关内容感兴趣的读者可查看本站专题:《Android开发入门与进阶教程》