Loading core/java/android/content/Intent.java +4 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading Loading
core/java/android/content/Intent.java +4 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading