1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-23 04:11:37 +00:00

Add activity checker service

This commit is contained in:
Ammar Githam 2020-09-12 00:51:00 +09:00
parent 60d9e64a57
commit 08134ef5f1
11 changed files with 327 additions and 126 deletions

View file

@ -138,5 +138,6 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
<service android:name=".services.ActivityCheckerService" />
</application>
</manifest>