配置1
<service android:name=".LocationService" android:enabled="true" android:exported="false"> <!-- 其他intent-filter(如果有的话) --> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <intent-filter> <action android:name="android.intent.action.SERVICE_LOCATION" /> </intent-filter> </service>
####################
QQ 3087438119