[+] Service as separate process

This commit is contained in:
Azalea Gui
2023-01-24 13:12:23 -05:00
parent 3c27d1ff71
commit 5b5a691b59
+3 -1
View File
@@ -40,7 +40,9 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name=".MyService"/>
<service
android:name=".MyService"
android:process=":externalProcess" />
</application>
</manifest>