PhoneDataLayerAppHelper.startRemoteOwnApp is not resulting in the app starting.
- Calling
sendMessage directly (we do that to launch a service) works, but it doesn't cause the app to go to foreground.
- Calling
startRemoteOwnApp reports SUCCESS error code, no error logs are printed.
- The call finishes, but the app doesn't become foreground (no UI appears)
Did you correctly handle the restrictions on launching activities from the background?