version:
update:2020.12.26 fix:增加启动页 add:
This commit is contained in:
@@ -87,15 +87,17 @@
|
||||
android:enabled="true"
|
||||
android:exported="true" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
android:excludeFromRecents="true">
|
||||
<activity android:name=".activity.HomeActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleTop"/>
|
||||
|
||||
<service android:name=".server.MyDownloadService" />
|
||||
<service android:name=".server.GuardService" />
|
||||
|
||||
Reference in New Issue
Block a user