MessagingActivity.builder()
.withEngines(ChatEngine.engine())
.show(context);
I start the MessagingActivity with activity which is not main process , it's mean that My activity has "android:process= :test " setting in AndroidManifest.xml , is always fail to start it.
But the main process always success.
How can I build MessagingActivity in different process activity?
Apologies, I'm having a hard time understanding what you're trying to accomplish by building the MessagingActivity in a different process. Would you be able to give us more context on what you're trying to do?
Thanks!