summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorJohnson Hsieh <johnson@google.com>2015-06-05 02:58:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-05 02:58:42 +0000
commit997f3ccad33394fabe62a6a388e701e07a52e408 (patch)
treefc01b506c868547eca70f9466fd47a2ccf5c22d9 /core/java/android
parent30ff6523a791dc66b9c93f1cb7822071c20da454 (diff)
parentbcc1ff6726fe88396283f27fca8dce1ad56eed97 (diff)
Merge "Fix build: documentation error in AlarmClock.java." into mnc-dev
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/AlarmClock.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/AlarmClock.java b/core/java/android/provider/AlarmClock.java
index be372933a48a..63ae9a96c8a6 100644
--- a/core/java/android/provider/AlarmClock.java
+++ b/core/java/android/provider/AlarmClock.java
@@ -86,7 +86,7 @@ public final class AlarmClock {
* If the extra {@link #EXTRA_ALARM_SEARCH_MODE} is used, and the search results contain two or
* more matching alarms, then the implementation should show an UI with the results and allow
* the user to select the alarm to dismiss. If the implementation supports
- * {@link android.content.Intent.CATEGORY_VOICE} and the activity is started in Voice
+ * {@link android.content.Intent#CATEGORY_VOICE} and the activity is started in Voice
* Interaction mode (i.e. check {@link android.app.Activity#isVoiceInteraction}), then the
* implementation should additionally use {@link android.app.VoiceInteractor.PickOptionRequest}
* to start a voice interaction follow-on flow to help the user disambiguate the alarm by voice.