docs: Update the AlwaysOn sample link to point to DAC's samples
Change-Id: I54e2457009ef561c49a042e2a65fa55808a370bf
This commit is contained in:
@@ -18,7 +18,7 @@ helpoutsWidget=true
|
|||||||
</ul>
|
</ul>
|
||||||
<h2>Related Samples</h2>
|
<h2>Related Samples</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="//github.com/googlesamples/android-AlwaysOn">AlwaysOn</a></li>
|
<li><a href="{@docRoot}samples/AlwaysOn/index.html">AlwaysOn</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -361,7 +361,7 @@ public void onUpdateAmbient() {
|
|||||||
|
|
||||||
<p class="note"><b>Note:</b> In this example, the <code>refreshDisplayAndSetNextUpdate()</code>
|
<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 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>
|
</p>
|
||||||
|
|
||||||
<h4 id="CancelAlarm">Cancel the alarm</h4>
|
<h4 id="CancelAlarm">Cancel the alarm</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user