Hi
i need to start specific activity in another prosses .
i add this to manifest but not work.
android
rocess attribute
i need to start specific activity in another prosses .
i add this to manifest but not work.
B4X:
AddApplicationText(
<activity
android:name=".test"
android:process=":test_process"
android:exported="true">
</activity>
)
android