Loading core/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -578,6 +578,7 @@ package android.app { field public static final int HISTORY_FLAGS_ALL = 3; // 0x3 field public static final int HISTORY_FLAG_AGGREGATE = 1; // 0x1 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2 field public static final int HISTORY_FLAG_GET_ATTRIBUTION_CHAINS = 4; // 0x4 field public static final String OPSTR_ACCEPT_HANDOVER = "android:accept_handover"; field public static final String OPSTR_ACCESS_ACCESSIBILITY = "android:access_accessibility"; field public static final String OPSTR_ACCESS_NOTIFICATIONS = "android:access_notifications"; core/java/android/app/AppOpsManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -4612,10 +4612,9 @@ public class AppOpsManager { * Flag for querying app op history: assemble attribution chains, and attach the last visible * node in the chain to the start as a proxy info. This only applies to discrete accesses. * * TODO 191512294: Add to @SystemApi * * @hide */ @SystemApi public static final int HISTORY_FLAG_GET_ATTRIBUTION_CHAINS = 1 << 2; /** Loading Loading
core/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -578,6 +578,7 @@ package android.app { field public static final int HISTORY_FLAGS_ALL = 3; // 0x3 field public static final int HISTORY_FLAG_AGGREGATE = 1; // 0x1 field public static final int HISTORY_FLAG_DISCRETE = 2; // 0x2 field public static final int HISTORY_FLAG_GET_ATTRIBUTION_CHAINS = 4; // 0x4 field public static final String OPSTR_ACCEPT_HANDOVER = "android:accept_handover"; field public static final String OPSTR_ACCESS_ACCESSIBILITY = "android:access_accessibility"; field public static final String OPSTR_ACCESS_NOTIFICATIONS = "android:access_notifications";
core/java/android/app/AppOpsManager.java +1 −2 Original line number Diff line number Diff line Loading @@ -4612,10 +4612,9 @@ public class AppOpsManager { * Flag for querying app op history: assemble attribution chains, and attach the last visible * node in the chain to the start as a proxy info. This only applies to discrete accesses. * * TODO 191512294: Add to @SystemApi * * @hide */ @SystemApi public static final int HISTORY_FLAG_GET_ATTRIBUTION_CHAINS = 1 << 2; /** Loading