diff --git a/docs/html/wear/preview/features/bridger.jd b/docs/html/wear/preview/features/bridger.jd index 4f0d76b70c969..91b1bedf7260a 100644 --- a/docs/html/wear/preview/features/bridger.jd +++ b/docs/html/wear/preview/features/bridger.jd @@ -1,7 +1,7 @@ page.title=Bridging Mode for Notifications meta.keywords="wear-preview" page.tags="wear-preview" -page.image=images/cards/card-n-sdk_2x.png + @jd:body
com.google.android.wearable.notificationBridgeMode -+ +
Setting that entry to NO_BRIDGING will prevent bridging:
- Thus, if bridging should be prevented when the watch app + Thus, if bridging should be prevented when the watch app is installed, use the Bridging mode feature. @@ -118,7 +119,7 @@ com.google.android.wearable.notificationBridgeMode
public WearableExtender setDismissalId(String dismissalId) public String getDismissalId() -+
To enable a dismissal to be synced, use the setDismissalId()
method. For each notification, pass a globally unique ID, as a string,
@@ -140,7 +141,7 @@ Notification notification = new NotificationCompat.Builder(context)
<set other fields>
.extend(wearableExtender)
.build();
-
+
Dismissal IDs work if a watch is paired to an Android phone, but not if a watch is paired to an iPhone.