Describe time base/units on ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD

Bug: 188084977
Test: NA
Change-Id: I25aa1d6419cdec8f0a9508948451be9edbffa964
This commit is contained in:
Erik Wolsheimer
2021-05-24 17:18:47 -07:00
parent 5f28ee3e52
commit 350fa3e8b0

View File

@@ -2013,12 +2013,12 @@ public class Intent implements Parcelable, Cloneable {
* Input: {@link #EXTRA_ATTRIBUTION_TAGS} specifies the attribution tags for the usage entry.
* </p>
* <p>
* Input: {@link #EXTRA_START_TIME} specifies the start time of the period. Both start time and
* end time are needed and start time must be <= end time.
* Input: {@link #EXTRA_START_TIME} specifies the start time of the period (epoch time in
* millis). Both start time and end time are needed and start time must be <= end time.
* </p>
* <p>
* Input: {@link #EXTRA_END_TIME} specifies the end time of the period. Both start time and end
* time are needed and start time must be <= end time.
* Input: {@link #EXTRA_END_TIME} specifies the end time of the period (epoch time in
* millis). Both start time and end time are needed and start time must be <= end time.
* </p>
* <p>
* Output: Nothing.