I am developing Samsung Gear (Tizen native) app, which also has companion app for Android. Companion app is needed to fully use the wearable app, so I need to place deep link to the Android app inside the wearable app to meet Samsung's wearable apps requirements.
The problem is, I cannot figure out how to do this, I did not find anything besides the SAP, which has no point here, because that would mean there has to be some app in Android phone to communicate over SAP.
I tried to open the web browser with URL to Play Store via appcontrol, but it just produces one log line that tells there is no app to process request (I naively thought it would somehow open the browser on phone, but it does not).