summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorGuojing Yuan <guojing@google.com>2021-04-15 17:56:31 +0000
committerGuojing Yuan <guojing@google.com>2021-04-15 17:56:31 +0000
commitdfcbefcc509c6acd842309ae44af297be8b52b7f (patch)
treedfc72ae1d3f677040413d9cca414b3f17f91adec /core/java/android
parent96f0dd188f9a8b125a40ebdf4830b92181e10083 (diff)
Add reference for privacy hub API timestamps
Fix: 184890546 Test: N/A Change-Id: I5a9787e8667268557d60ef97db581b172015ea3e
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/Intent.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 2c77372d6345..b2c6fc1d7edd 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -5382,8 +5382,8 @@ public class Intent implements Parcelable, Cloneable {
public static final String EXTRA_ATTRIBUTION_TAGS = "android.intent.extra.ATTRIBUTION_TAGS";
/**
- * A long representing the start timestamp (in millis) of the permission usage when used with
- * {@link #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD}
+ * A long representing the start timestamp (epoch time in millis) of the permission usage
+ * when used with {@link #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD}
*
* @hide
*/
@@ -5391,8 +5391,8 @@ public class Intent implements Parcelable, Cloneable {
public static final String EXTRA_START_TIME = "android.intent.extra.START_TIME";
/**
- * A long representing the end timestamp (in millis) of the permission usage when used with
- * {@link #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD}
+ * A long representing the end timestamp (epoch time in millis) of the permission usage when
+ * used with {@link #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD}
*
* @hide
*/