summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityOptions.java
diff options
context:
space:
mode:
authorkopriva <kopriva@google.com>2018-10-09 13:29:04 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-09 13:29:04 -0700
commitc997fc62e06f1fb2eadbceb6e7dfaa71fb2cf080 (patch)
tree3d3501f6749549f462f24ac395a166ba3171966d /core/java/android/app/ActivityOptions.java
parent1e7b9347d7cbaf94760ebd9b5af1e5df2e5173ea (diff)
parent4d12f4c42b278cc087533aab0638446b3cb0cee6 (diff)
Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6
am: 4d12f4c42b Change-Id: I96a6dab05b6d4ea40950fe2ddc0948adf1b4e48f
Diffstat (limited to 'core/java/android/app/ActivityOptions.java')
-rw-r--r--core/java/android/app/ActivityOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ActivityOptions.java b/core/java/android/app/ActivityOptions.java
index 63c61d319a44..3c9a2d4ab7e3 100644
--- a/core/java/android/app/ActivityOptions.java
+++ b/core/java/android/app/ActivityOptions.java
@@ -1501,7 +1501,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.