Merge "Describe time base/units on ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD" into sc-dev am: af00dc9264 am: 1c0a2f03e7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14707023 Change-Id: Ibe7588e9cd24bf6a437a33bf1fc57f5b9b1ff8cf
This commit is contained in:
@@ -2013,12 +2013,12 @@ public class Intent implements Parcelable, Cloneable {
|
|||||||
* Input: {@link #EXTRA_ATTRIBUTION_TAGS} specifies the attribution tags for the usage entry.
|
* Input: {@link #EXTRA_ATTRIBUTION_TAGS} specifies the attribution tags for the usage entry.
|
||||||
* </p>
|
* </p>
|
||||||
* <p>
|
* <p>
|
||||||
* Input: {@link #EXTRA_START_TIME} specifies the start time of the period. Both start time and
|
* Input: {@link #EXTRA_START_TIME} specifies the start time of the period (epoch time in
|
||||||
* end time are needed and start time must be <= end time.
|
* millis). Both start time and end time are needed and start time must be <= end time.
|
||||||
* </p>
|
* </p>
|
||||||
* <p>
|
* <p>
|
||||||
* Input: {@link #EXTRA_END_TIME} specifies the end time of the period. Both start time and end
|
* Input: {@link #EXTRA_END_TIME} specifies the end time of the period (epoch time in
|
||||||
* time are needed and start time must be <= end time.
|
* millis). Both start time and end time are needed and start time must be <= end time.
|
||||||
* </p>
|
* </p>
|
||||||
* <p>
|
* <p>
|
||||||
* Output: Nothing.
|
* Output: Nothing.
|
||||||
|
|||||||
Reference in New Issue
Block a user