Android Question How an app to create multiple processes, rather than a service

chjk

Member
Licensed User
Longtime User
I know AndroidManifest.xml, set the "android:process" property of service

B4X:
SetServiceAttribute(testService,  android:process,"com.b4a.testService")

but Main StartService(testService) fail, how to solve this problem, the realization of a multi-process applications
 
Last edited:
Top