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

Commit eeba0257 authored by Yuncheol Heo's avatar Yuncheol Heo
Browse files

Tag hole-punching api with @SystemApi.

Change-Id: I50c27c32abd7e6d2404c451fb53cfb1379b88e00
parent e9b9b1e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.webkit;

import android.annotation.SystemApi;
import android.content.Context;

/**
@@ -1500,6 +1501,7 @@ public abstract class WebSettings {
     * WebView.
     * @hide
     */
    @SystemApi
    public abstract void setVideoOverlayForEmbeddedEncryptedVideoEnabled(boolean flag);

    /**
@@ -1509,5 +1511,6 @@ public abstract class WebSettings {
     * @see #setVideoOverlayForEmbeddedEncryptedVideoEnabled
     * @hide
     */
    @SystemApi
    public abstract boolean getVideoOverlayForEmbeddedEncryptedVideoEnabled();
}