1

So in the http://img-developer.samsung.com/contents/cmm/SamsungGearApplication_UID...

I've found the notifications panel. I have a host android app on my phone. Can someone point me to a guide/tutorial on how to get the notification produced by my Android App onto the Watch? My setup is Master-Slave Linked App. And Once User pressed the notification on the watch, it will pull up the corresponding Gear 2 App?

2.2. Notifications Unlike the phone’s notification panel, Notifications app substitutes for its function in Gear. Gear’s notifications are placed on the home screen to the right of the clock and users can change its position. Its notifications are synced with the connected device’s notification panel. The numbers of unread notifications are displayed on the badge. If a user reads notifications on either device, the read notifications on both devices will disappear or be marked as read. Users can choose which notification to show on Gear in ‘Gear Manager’.

When users’ mobile device is not connected to the Gear via Bluetooth, notifications of incoming calls/messages will not be sent to the Gear. After reconnecting, any missed notifications that users have not read on their mobile device will be sent to the Gear. ‘Limit notifications’ option in Gear Manager stops notifications being sent to the Gear when users are using their mobile device.

4

1 回答 1

1

所以你不能从手表访问通知 API,它是私有的。您可以只启用齿轮 2 的推送通知,并定期向您的手机发送推送通知。然后它将被齿轮 2 拾取。这是您能做的最好的事情。

于 2014-07-11T22:16:31.520 回答