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

Commit b2e56e34 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Hide android.webkit.PermissionRequest.RESOURCE_GEOLOCATION

We haven't hooked this constant up yet, so @hide from the API until
it's ready.

Bug: 14668406
Change-Id: Ia0bb2ac1deaa0575d5ceb509997ca27f930040b0
parent 2ac99791
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33735,7 +33735,6 @@ package android.webkit {
    method public abstract long getResources();
    method public abstract void grant(long);
    field public static final long RESOURCE_AUDIO_CAPTURE = 4L; // 0x4L
    field public static final long RESOURCE_GEOLOCATION = 1L; // 0x1L
    field public static final long RESOURCE_VIDEO_CAPTURE = 2L; // 0x2L
  }
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import android.net.Uri;
public interface PermissionRequest {
    /**
     * Resource belongs to geolocation service.
     * @hide - see b/14668406
     */
    public final static long RESOURCE_GEOLOCATION = 1 << 0;
    /**