diff options
| -rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 5ef3c4ceaf09..76a16cd24fd3 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -10359,7 +10359,7 @@ public class DevicePolicyManager { * @param flags flags to be set for the intent * @return {@code true} if the activity is started successfully. {@code false} otherwise. * - * @see CalendarContract#startViewCalenderEventInManagedProfile(Context, String, long, long, + * @see CalendarContract#startViewCalendarEventInManagedProfile(Context, String, long, long, * long, boolean, int) * * @hide |