diff options
| author | 2017-09-12 15:54:47 +0000 | |
|---|---|---|
| committer | 2017-09-12 15:54:47 +0000 | |
| commit | 7bd888bea64b24e68847bd01c13fc3a5f0a72979 (patch) | |
| tree | 66cc4bad9c2257fdf95d0cb549201d4923322e50 | |
| parent | 9ffc81b315583159f50bc3673b8ea90ebf8e8175 (diff) | |
| parent | 8a0a614f451050d736215b8852743d0c4168f0f7 (diff) | |
Merge "Remove incorrect note about truncation in the javadoc"
| -rw-r--r-- | core/java/android/app/usage/UsageStatsManager.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/app/usage/UsageStatsManager.java b/core/java/android/app/usage/UsageStatsManager.java index 1f939f996c68..051dccbd86c0 100644 --- a/core/java/android/app/usage/UsageStatsManager.java +++ b/core/java/android/app/usage/UsageStatsManager.java @@ -172,9 +172,6 @@ public final class UsageStatsManager { /** * Query for events in the given time range. Events are only kept by the system for a few * days. - * <p /> - * <b>NOTE:</b> The last few minutes of the event log will be truncated to prevent abuse - * by applications. * * @param beginTime The inclusive beginning of the range of events to include in the results. * @param endTime The exclusive end of the range of events to include in the results. |