Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45dde71e authored by Bert McMeen's avatar Bert McMeen Committed by android-build-merger
Browse files

Merge "docs: Iterating on Wear docs - Get Started, Download/Test, Program...

Merge "docs: Iterating on Wear docs - Get Started, Download/Test, Program Overview" into mnc-io-docs am: ba803db9 am: f097e00a
am: 94a5231f

* commit '94a5231f':
  Docs: Iterating on Wear docs - Bridger API

Change-Id: If50f0806f2ef1e2d8269d2c9577d1e542b50cb61
parents 61f501e1 94a5231f
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
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

    <div id="qv-wrapper">
@@ -39,8 +39,8 @@ page.image=images/cards/card-n-sdk_2x.png

    <ul>
      <li>Specifying in the standalone app's Android manifest file that
      notifications from the corresponding phone app should <strong>not be
      bridged</strong> to the watch
      notifications from the corresponding phone app should not be
      bridged to the watch
      </li>

      <li>Setting a dismissal ID so notification dismissals are synced across
@@ -61,6 +61,7 @@ page.image=images/cards/card-n-sdk_2x.png
    <pre>
com.google.android.wearable.notificationBridgeMode
    </pre>

    <p>
      Setting that entry to <code>NO_BRIDGING</code> will prevent bridging:
    </p>
@@ -96,7 +97,7 @@ com.google.android.wearable.notificationBridgeMode
    </p>

    <p>
      Thus, if bridging should be prevented <strong>when</strong> the watch app
      Thus, if bridging should be prevented when the watch app
      is installed, use the <a href=
      "#preventing_bridging_with_the_bridging_mode_feature">Bridging mode
      feature</a>.