Skip to content Skip to sidebar Skip to footer

Open Corresponding App On Handheld Without Notification From Android Wearable (gear Live)

I would like to develop an app on the wearable wich should be able to launch an app on my Handheld device, without the notification standard ('open on device') action. It should st

Solution 1:

To do that, you have to use the Wearable Data Layer API.

Just send a message using the Message API from the Android Wear device to the handheld's one. The WearableListenerService of your handheld app can then launch an Intent to open the app.

Post a Comment for "Open Corresponding App On Handheld Without Notification From Android Wearable (gear Live)"