Record a native activity and keep the watch app in foreground to vibrate

Hi,

I was wondering if a watch app could start recording a native activity (like running), with the native screen views (datafields etc) but still be able to use attention.

The project is to vibrate to indicate direction so the watch app has to be actived. But I also want to display screen views and to have the normal behavior (start, stop, save...).

Is there a way of doing that ? I don't know if the System.exitTo() to a route intent would work or if it kills the watch app. Or how do I display native screen views with a ActivityRecording.createSession() ?

Thank you !