diff options
author | Luan Nguyen <luann@google.com> | 2015-05-21 18:12:35 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-21 18:12:35 +0000 |
commit | 5c7dcb3054bef13896631de04aa45fc77782a1c2 (patch) | |
tree | 5244c7cf54becd139921f963d5452575ebab5645 /docs | |
parent | 23fcc39e419c74533697cc9858709e681266830a (diff) | |
parent | 0e7fa9e32aecdd3d124828ac459ad6c14776c8e4 (diff) | |
download | frameworks_base-5c7dcb3054bef13896631de04aa45fc77782a1c2.zip frameworks_base-5c7dcb3054bef13896631de04aa45fc77782a1c2.tar.gz frameworks_base-5c7dcb3054bef13896631de04aa45fc77782a1c2.tar.bz2 |
am 0e7fa9e3: docs: Update the AlwaysOn sample link to point to DAC\'s samples
* commit '0e7fa9e32aecdd3d124828ac459ad6c14776c8e4':
docs: Update the AlwaysOn sample link to point to DAC's samples
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/wearables/apps/always-on.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/wearables/apps/always-on.jd b/docs/html/training/wearables/apps/always-on.jd index 21187e1..5bb6064 100644 --- a/docs/html/training/wearables/apps/always-on.jd +++ b/docs/html/training/wearables/apps/always-on.jd @@ -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> |