diff options
| author | 2024-10-16 18:39:50 +0000 | |
|---|---|---|
| committer | 2024-10-16 18:39:50 +0000 | |
| commit | da70989ecf679b8657b5ec7cc44b79e8cad5549b (patch) | |
| tree | e8fb4666e1e44f4bbeb77d24ddaedc820a7eab4d | |
| parent | 5a22f5f9fc15b9ca8a90946d906b54c2321c2d1a (diff) | |
| parent | ade1961f0aec952a58231ae0d2aaa67c22c10a7d (diff) | |
Merge "Fix typo in app usage docs" into main
| -rw-r--r-- | core/java/android/app/usage/UsageEventsQuery.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/usage/UsageEventsQuery.java b/core/java/android/app/usage/UsageEventsQuery.java index c0f13ca557e2..ecf4cd115fef 100644 --- a/core/java/android/app/usage/UsageEventsQuery.java +++ b/core/java/android/app/usage/UsageEventsQuery.java @@ -75,7 +75,7 @@ public final class UsageEventsQuery implements Parcelable { } /** - * Returns the exclusive timpstamp to indicate the end of the range of events. + * Returns the exclusive timestamp to indicate the end of the range of events. * Defined in terms of "Unix time", see {@link java.lang.System#currentTimeMillis}. */ public @CurrentTimeMillisLong long getEndTimeMillis() { |