配置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>

  

 

 

####################

posted @ 2024-04-10 19:28  西北逍遥  阅读(3)  评论(0编辑  收藏  举报