summaryrefslogtreecommitdiff
path: root/api/current.xml
diff options
context:
space:
mode:
author Patrick Scott <phanna@android.com> 2011-03-09 05:10:34 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2011-03-09 05:10:34 -0800
commit888f0654fd2ecbe76be12e2a57b41191e78bb87e (patch)
tree5fac96aba39e7df72974067aab8f091306e2ef59 /api/current.xml
parent6a5ecc090020d84f91374b54f2e8cb1ca152c4bd (diff)
parent5d534f288d0c29337458e267fd207236bc23fec5 (diff)
am 5d534f28: am ea44c7c7: Merge "Pass the auto login header information to the app." into honeycomb-mr1
* commit '5d534f288d0c29337458e267fd207236bc23fec5': Pass the auto login header information to the app.
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 1e32f025f65f..bc71bcc67713 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -244978,6 +244978,25 @@
<parameter name="realm" type="java.lang.String">
</parameter>
</method>
+<method name="onReceivedLoginRequest"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="view" type="android.webkit.WebView">
+</parameter>
+<parameter name="realm" type="java.lang.String">
+</parameter>
+<parameter name="account" type="java.lang.String">
+</parameter>
+<parameter name="args" type="java.lang.String">
+</parameter>
+</method>
<method name="onReceivedSslError"
return="void"
abstract="false"