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

Commit 67fe970e authored by Luan Nguyen's avatar Luan Nguyen Committed by Android Git Automerger
Browse files

am 82120b61: am 5c7dcb30: am 0e7fa9e3: docs: Update the AlwaysOn sample link...

am 82120b61: am 5c7dcb30: am 0e7fa9e3: docs: Update the AlwaysOn sample link to point to DAC\'s samples

* commit '82120b61':
  docs: Update the AlwaysOn sample link to point to DAC's samples
parents b7361058 82120b61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ helpoutsWidget=true
  </ul>
<h2>Related Samples</h2>
  <ul>
    <li><a href="//github.com/googlesamples/android-AlwaysOn">AlwaysOn</a></li>
    <li><a href="{@docRoot}samples/AlwaysOn/index.html">AlwaysOn</a></li>
  </ul>
</div>
</div>
@@ -361,7 +361,7 @@ public void onUpdateAmbient() {

<p class="note"><b>Note:</b> In this example, the <code>refreshDisplayAndSetNextUpdate()</code>
method is called whenever the screen needs to be updated. For more examples of when to call this
method, see the <a href="//github.com/googlesamples/android-AlwaysOn">AlwaysOn</a> sample.
method, see the <a href="{@docRoot}samples/AlwaysOn/index.html">AlwaysOn</a> sample.
</p>

<h4 id="CancelAlarm">Cancel the alarm</h4>