From 41a2e337447a7d6f3e9d66af35e90429e3088be6 Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Wed, 7 May 2014 19:18:38 -0400 Subject: [PATCH] Fix Docs breakage This depends on another API which evidently has not been merged yet, this change should be reverted once the API is available to be linked. Change-Id: I59cb76e158fc0fac68ebd1c0de48b55e52274805 --- core/java/android/app/Activity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index 2dfa50005f0b0..b58d2a00643ca 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -5689,7 +5689,7 @@ public class Activity extends ContextThemeWrapper * or reaching the home screen. * * Lock task mode will only start if the activity has been whitelisted by the - * Device Owner through {@link DevicePolicyManager#setLockTaskComponents}. + * Device Owner through DevicePolicyManager#setLockTaskComponents. */ public void startLockTask() { try {