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

Commit c82eab1c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Deprecate android.webkit.WebViewUpdateService." into main

parents ec141f10 e3183138
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19001,10 +19001,10 @@ package android.webkit {
    field public final android.content.pm.Signature[] signatures;
  }
  public final class WebViewUpdateService {
    method public static android.webkit.WebViewProviderInfo[] getAllWebViewPackages();
    method public static String getCurrentWebViewPackageName();
    method @RequiresPermission(android.Manifest.permission.INTERACT_ACROSS_USERS) public static android.webkit.WebViewProviderInfo[] getValidWebViewPackages();
  @Deprecated @FlaggedApi("android.webkit.update_service_ipc_wrapper") public final class WebViewUpdateService {
    method @Deprecated public static android.webkit.WebViewProviderInfo[] getAllWebViewPackages();
    method @Deprecated public static String getCurrentWebViewPackageName();
    method @Deprecated @RequiresPermission(android.Manifest.permission.INTERACT_ACROSS_USERS) public static android.webkit.WebViewProviderInfo[] getValidWebViewPackages();
  }
}
+4 −0
Original line number Diff line number Diff line
@@ -16,14 +16,18 @@

package android.webkit;

import android.annotation.FlaggedApi;
import android.annotation.RequiresPermission;
import android.annotation.SystemApi;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.RemoteException;

/**
 * @deprecated Use the {@link WebViewUpdateManager} class instead.
 * @hide
 */
@FlaggedApi(Flags.FLAG_UPDATE_SERVICE_IPC_WRAPPER)
@Deprecated
@SystemApi
public final class WebViewUpdateService {