summaryrefslogtreecommitdiffstats
path: root/api/current.xml
diff options
context:
space:
mode:
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml79
1 files changed, 79 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 425dad4..bc5a4be 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -1222,6 +1222,17 @@
visibility="public"
>
</field>
+<field name="WRITE_GEOLOCATION_PERMISSIONS"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;com.android.browser.permission.WRITE_GEOLOCATION_PERMISSIONS&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="WRITE_GSERVICES"
type="java.lang.String"
transient="false"
@@ -120828,6 +120839,21 @@
<parameter name="search" type="java.lang.String">
</parameter>
</method>
+<method name="allowGeolocation"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="cr" type="android.content.ContentResolver">
+</parameter>
+<parameter name="origin" type="java.lang.String">
+</parameter>
+</method>
<method name="canClearHistory"
return="boolean"
abstract="false"
@@ -120841,6 +120867,21 @@
<parameter name="cr" type="android.content.ContentResolver">
</parameter>
</method>
+<method name="clearGeolocation"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="cr" type="android.content.ContentResolver">
+</parameter>
+<parameter name="origin" type="java.lang.String">
+</parameter>
+</method>
<method name="clearHistory"
return="void"
abstract="false"
@@ -121040,6 +121081,16 @@
visibility="public"
>
</field>
+<field name="GEOLOCATION_URI"
+ type="android.net.Uri"
+ transient="false"
+ volatile="false"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="HISTORY_PROJECTION"
type="java.lang.String[]"
transient="false"
@@ -121312,6 +121363,34 @@
>
</field>
</class>
+<class name="Browser.GeolocationColumns"
+ extends="java.lang.Object"
+ abstract="false"
+ static="true"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<constructor name="Browser.GeolocationColumns"
+ type="android.provider.Browser.GeolocationColumns"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</constructor>
+<field name="ORIGIN"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;origin&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+</class>
<class name="Browser.SearchColumns"
extends="java.lang.Object"
abstract="false"