AssistantService 启动成功

This commit is contained in:
ZhanGSKen
2025-02-14 21:18:43 +08:00
parent 419244b12a
commit 825dfb944e
13 changed files with 609 additions and 39 deletions

View File

@@ -22,14 +22,6 @@
android:exported="true">
</service>
<service android:name="cc.winboll.studio.libappbase.SOSService"
android:exported="true">
<intent-filter>
<action android:name="cc.winboll.studio.libappbase.SOSService" />
</intent-filter>
</service>
<activity android:name=".LogActivity"/>
<receiver android:name=".receiver.MyBroadcastReceiver">