Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfcbefcc authored by Guojing Yuan's avatar Guojing Yuan
Browse files

Add reference for privacy hub API timestamps

Fix: 184890546

Test: N/A
Change-Id: I5a9787e8667268557d60ef97db581b172015ea3e
parent 96f0dd18
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
     */