This commit is contained in:
2023-09-03 21:16:37 -06:00
parent 0676b6f2bb
commit 3aef6989e9
7 changed files with 226 additions and 22 deletions

View File

@@ -56,5 +56,13 @@
android:name=".httputils2service$httputils2service_BR"
android:exported="true">
</receiver>
<service
android:name=".newinst2"
android:exported="true">
</service>
<receiver
android:name=".newinst2$newinst2_BR"
android:exported="true">
</receiver>
</application>
</manifest>