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

Commit 214a24ac authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add reference for privacy hub API timestamps" into sc-dev

parents 23292d7d dfcbefcc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5368,8 +5368,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
     */
@@ -5377,8 +5377,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
     */