Loading core/java/android/webkit/WebChromeClient.java +7 −0 Original line number Diff line number Diff line Loading @@ -284,6 +284,13 @@ public class WebChromeClient { * currently set for that origin. The host application should invoke the * specified callback with the desired permission state. See * {@link GeolocationPermissions} for details. * * <p>Note that for applications targeting Android N and later SDKs * (API level > {@link android.os.Build.VERSION_CODES#M}) * this method is only called for requests originating from secure * origins such as https. On non-secure origins geolocation requests * are automatically denied.</p> * * @param origin The origin of the web content attempting to use the * Geolocation API. * @param callback The callback to use to set the permission state for the Loading core/java/android/webkit/WebView.java +10 −0 Original line number Diff line number Diff line Loading @@ -255,6 +255,16 @@ import java.util.Map; * is loading. * </p> * * <h3>HTML5 Geolocation API support</h3> * * <p>For applications targeting Android N and later releases * (API level > {@link android.os.Build.VERSION_CODES#M}) the geolocation api is only supported on * secure origins such as https. For such applications requests to geolocation api on non-secure * origins are automatically denied without invoking the corresponding * {@link WebChromeClient#onGeolocationPermissionsShowPrompt(String, GeolocationPermissions.Callback)} * method. * </p> * * <h3>Layout size</h3> * <p> * It is recommended to set the WebView layout height to a fixed value or to Loading Loading
core/java/android/webkit/WebChromeClient.java +7 −0 Original line number Diff line number Diff line Loading @@ -284,6 +284,13 @@ public class WebChromeClient { * currently set for that origin. The host application should invoke the * specified callback with the desired permission state. See * {@link GeolocationPermissions} for details. * * <p>Note that for applications targeting Android N and later SDKs * (API level > {@link android.os.Build.VERSION_CODES#M}) * this method is only called for requests originating from secure * origins such as https. On non-secure origins geolocation requests * are automatically denied.</p> * * @param origin The origin of the web content attempting to use the * Geolocation API. * @param callback The callback to use to set the permission state for the Loading
core/java/android/webkit/WebView.java +10 −0 Original line number Diff line number Diff line Loading @@ -255,6 +255,16 @@ import java.util.Map; * is loading. * </p> * * <h3>HTML5 Geolocation API support</h3> * * <p>For applications targeting Android N and later releases * (API level > {@link android.os.Build.VERSION_CODES#M}) the geolocation api is only supported on * secure origins such as https. For such applications requests to geolocation api on non-secure * origins are automatically denied without invoking the corresponding * {@link WebChromeClient#onGeolocationPermissionsShowPrompt(String, GeolocationPermissions.Callback)} * method. * </p> * * <h3>Layout size</h3> * <p> * It is recommended to set the WebView layout height to a fixed value or to Loading