From a1a7848f83982af8acb71464b3409946be85ef08 Mon Sep 17 00:00:00 2001 From: kopriva Date: Tue, 9 Oct 2018 10:09:23 -0700 Subject: docs: fixing errors found with lint check This covers directories through /app. removed unused import in KeyguardManager.java Test: make ds-docs Bug: 117494359 Change-Id: Ie2536676ae8d3ab9349aa43dc3e3248b618dd143 Exempt-From-Owner-Approval: Docs-only change --- core/java/android/app/ActivityOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/app/ActivityOptions.java') diff --git a/core/java/android/app/ActivityOptions.java b/core/java/android/app/ActivityOptions.java index 50100e7554c3..ad64753f362d 100644 --- a/core/java/android/app/ActivityOptions.java +++ b/core/java/android/app/ActivityOptions.java @@ -1474,7 +1474,7 @@ public class ActivityOptions { } /** - * Ask the the system track that time the user spends in the app being launched, and + * Ask the system track that time the user spends in the app being launched, and * report it back once done. The report will be sent to the given receiver, with * the extras {@link #EXTRA_USAGE_TIME_REPORT} and {@link #EXTRA_USAGE_TIME_REPORT_PACKAGES} * filled in. -- cgit v1.2.3