添加主服务

This commit is contained in:
ZhanGSKen
2025-02-13 07:29:48 +08:00
parent 75b2245061
commit b0e81fc960
9 changed files with 297 additions and 25 deletions

View File

@@ -42,7 +42,18 @@
</provider>
<service android:name="cc.winboll.studio.contacts.services.MainService"/>
<receiver android:name="cc.winboll.studio.contacts.receivers.MainReceiver">
<intent-filter>
<action android:name="cc.winboll.studio.contacts.receivers.MainReceiver"/>
</intent-filter>
</receiver>
</application>
</manifest>
</manifest>