Loading core/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -19315,6 +19315,7 @@ package android.webkit { method @Deprecated public abstract void setUseWebViewBackgroundForOverscrollBackground(boolean); method @Deprecated public abstract void setUserAgent(int); method public abstract void setVideoOverlayForEmbeddedEncryptedVideoEnabled(boolean); field @FlaggedApi("android.webkit.enable_chips") public static final long ENABLE_CHIPS = 380890146L; // 0x16b3ec22L field public static final long ENABLE_SIMPLIFIED_DARK_MODE = 214741472L; // 0xcccb1e0L field @FlaggedApi("android.webkit.user_agent_reduction") public static final long ENABLE_USER_AGENT_REDUCTION = 371034303L; // 0x161d88bfL } core/java/android/webkit/WebSettings.java +13 −0 Original line number Diff line number Diff line Loading @@ -1788,4 +1788,17 @@ public abstract class WebSettings { * @see #setDisabledActionModeMenuItems */ public static final int MENU_ITEM_PROCESS_TEXT = 1 << 2; /** * Enable CHIPS for webview. * This provides a means to check if partitioned cookies are enabled by default. * CHIPS will only be enabled by default for apps targeting Android B or above. * * @hide */ @ChangeId @EnabledAfter(targetSdkVersion = android.os.Build.VERSION_CODES.VANILLA_ICE_CREAM) @FlaggedApi(android.webkit.Flags.FLAG_ENABLE_CHIPS) @SystemApi public static final long ENABLE_CHIPS = 380890146L; } core/java/android/webkit/flags.aconfig +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ flag { bug: "371034303" } flag { name: "enable_chips" is_exported: true namespace: "webview" description: "New feature enable CHIPS for webview" bug: "359448044" } flag { name: "file_system_access" is_exported: true Loading Loading
core/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -19315,6 +19315,7 @@ package android.webkit { method @Deprecated public abstract void setUseWebViewBackgroundForOverscrollBackground(boolean); method @Deprecated public abstract void setUserAgent(int); method public abstract void setVideoOverlayForEmbeddedEncryptedVideoEnabled(boolean); field @FlaggedApi("android.webkit.enable_chips") public static final long ENABLE_CHIPS = 380890146L; // 0x16b3ec22L field public static final long ENABLE_SIMPLIFIED_DARK_MODE = 214741472L; // 0xcccb1e0L field @FlaggedApi("android.webkit.user_agent_reduction") public static final long ENABLE_USER_AGENT_REDUCTION = 371034303L; // 0x161d88bfL }
core/java/android/webkit/WebSettings.java +13 −0 Original line number Diff line number Diff line Loading @@ -1788,4 +1788,17 @@ public abstract class WebSettings { * @see #setDisabledActionModeMenuItems */ public static final int MENU_ITEM_PROCESS_TEXT = 1 << 2; /** * Enable CHIPS for webview. * This provides a means to check if partitioned cookies are enabled by default. * CHIPS will only be enabled by default for apps targeting Android B or above. * * @hide */ @ChangeId @EnabledAfter(targetSdkVersion = android.os.Build.VERSION_CODES.VANILLA_ICE_CREAM) @FlaggedApi(android.webkit.Flags.FLAG_ENABLE_CHIPS) @SystemApi public static final long ENABLE_CHIPS = 380890146L; }
core/java/android/webkit/flags.aconfig +8 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,14 @@ flag { bug: "371034303" } flag { name: "enable_chips" is_exported: true namespace: "webview" description: "New feature enable CHIPS for webview" bug: "359448044" } flag { name: "file_system_access" is_exported: true Loading