I have a native wearable Tizen app, and a companion Android phone app. They communicate using the Samsung Accessory Protocol SDK. Right now, users have to start the phone app, then explicitly start the wearable app to connect them. Is there any way the phone app can cause the wearable app to launch?
One way I thought of is to create a service on the watch which listens for connections from the phone, then uses app_manager_resume_app() to launch the wearable app. Will this work? Is there an easier way?
thanks!