WinBollActivityManager测试..

This commit is contained in:
ZhanGSKen
2025-03-25 05:29:51 +08:00
parent e85cbd803e
commit 9706a39f41
11 changed files with 576 additions and 12 deletions

View File

@@ -13,6 +13,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:exported="true">
<intent-filter>
@@ -49,10 +50,12 @@
android:name=".services.MainService"
android:exported="true"/>
<service android:name="cc.winboll.studio.appbase.services.TestDemoBindService"
<service
android:name="cc.winboll.studio.appbase.services.TestDemoBindService"
android:exported="true"/>
<service android:name="cc.winboll.studio.appbase.services.TestDemoService"
<service
android:name="cc.winboll.studio.appbase.services.TestDemoService"
android:exported="true"/>
<service android:name=".services.AssistantService"/>
@@ -103,6 +106,11 @@
android:name="android.max_aspect"
android:value="4.0"/>
<activity android:name=".activities.NewActivity"
android:label="NewActivity"
android:launchMode="singleInstance"
android:exported="true"/>
</application>
</manifest>