视图缓存控件调试成功。

This commit is contained in:
2025-12-25 16:00:17 +08:00
parent 4fcce7edb3
commit 81f0e5c56e
8 changed files with 70 additions and 51 deletions

View File

@@ -198,7 +198,6 @@
android:priority="1000"
android:enabled="true"
android:exported="false"
android:process=".controlcenterservice"
android:foregroundServiceType="dataSync">
<property
android:name="android.app.PROPERTY_SPECIAL_USE_FOREGROUND_SERVICE"
@@ -209,7 +208,7 @@
android:name=".services.AssistantService"
android:enabled="true"
android:exported="false"
android:process=".assistantservice">
android:process=".assistant">
<property
android:name="android.app.PROPERTY_SPECIAL_USE_FOREGROUND_SERVICE"
android:value="辅助核心功能运行"/>