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

Commit f6e11122 authored by Tao Bai's avatar Tao Bai
Browse files

Enable new geolocation permission API.

BUG: 14668406
Change-Id: I9500154d14eceae0248eb3718de27fc33fef4f28
parent 8d61b672
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35383,6 +35383,7 @@ 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_PROTECTED_MEDIA_ID = 8L; // 0x8L
    field public static final long RESOURCE_VIDEO_CAPTURE = 2L; // 0x2L
  }
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ import android.net.Uri;
public interface PermissionRequest {
    /**
     * Resource belongs to geolocation service.
     * @hide - see b/14668406
     */
    public final static long RESOURCE_GEOLOCATION = 1 << 0;
    /**