This commit is contained in:
zhongchao
2022-03-11 19:49:09 +08:00
parent c37feb2953
commit 1e4b69fbd6
271 changed files with 41438 additions and 64 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.module.main"
android:versionCode="1"
android:versionName="2.1.16.10" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
<application>
<service
android:name="com.mogo.module.main.service.MogoMainService"
android:enabled="true"
android:exported="true" >
<intent-filter>
<action android:name="com.mogo.launcher.action.MAIN_SERVICE" />
</intent-filter>
</service>
</application>
</manifest>