This commit is contained in:
wangcongtao
2020-06-10 11:56:25 +08:00
parent ad5718d49d
commit 719a447789
13 changed files with 240 additions and 66 deletions

View File

@@ -2,6 +2,13 @@
package="com.mogo.module.main">
<application>
<service
android:name=".service.MogoMainService"
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="com.mogo.launcher.action.MAIN_SERVICE" />
</intent-filter>
</service>
</application>
</manifest>