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

Commit 8d968d4c authored by Torne (Richard Coles)'s avatar Torne (Richard Coles)
Browse files

Update WebView change ID releases.

The ENABLE_FILE_SYSTEM_ACCESS and ENABLE_USER_AGENT_REDUCTION compat
changes did not ship in B as originally planned (the flags guarding the
features were not enabled). Update the annotations on the compat change
IDs to indicate that they will be enabled for apps targeting C instead
in preparation for rolling these out again.

The compat changes will still not actually be enabled until the flags
are turned on.

Bug: 371034303
Bug: 40101963
Test: n/a
Flag: android.webkit.file_system_access
Flag: android.webkit.user_agent_reduction
Change-Id: I52aa4addc7314fd21e8ab96025833ffe856ebd26
parent 105c903d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -580,7 +580,7 @@ public class WebChromeClient {
         * @hide
         */
        @ChangeId
        @EnabledAfter(targetSdkVersion = android.os.Build.VERSION_CODES.VANILLA_ICE_CREAM)
        @EnabledAfter(targetSdkVersion = android.os.Build.VERSION_CODES.BAKLAVA)
        @FlaggedApi(android.webkit.Flags.FLAG_FILE_SYSTEM_ACCESS)
        @SystemApi
        public static final long ENABLE_FILE_SYSTEM_ACCESS = 364980165L;
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ public abstract class WebSettings {
     * @hide
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = android.os.Build.VERSION_CODES.VANILLA_ICE_CREAM)
    @EnabledAfter(targetSdkVersion = android.os.Build.VERSION_CODES.BAKLAVA)
    @FlaggedApi(android.webkit.Flags.FLAG_USER_AGENT_REDUCTION)
    @SystemApi
    public static final long ENABLE_USER_AGENT_REDUCTION = 371034303L;