`startRemoteOwnApp` is not starting the app.
Open
- Dominant language
- Kotlin
- Stars
- 693
- Forks
- 123
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 34
Description
`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?
Contributor guide
Assessment
This issue has not been assessed yet.