summaryrefslogtreecommitdiff
path: root/api/current.xml
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2011-01-18 13:57:54 -0800
committer Dianne Hackborn <hackbod@google.com> 2011-01-18 15:28:41 -0800
commitcfaf8878de83b6bb7a24aee3c240259f428e6e4a (patch)
tree94b5ce5d527514de1854a3f73bf0fd7208534dcb /api/current.xml
parent60610d245f899c8c48ba6c7e94c0a20010fc6eed (diff)
Fix issue #3362484: Can't dismiss activity picker by tapping outside dialog
Change-Id: Idc2fe5a86c61e8f94fe9d902a0087a05f6f7918e
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index b087c20f922d..ad3d0069f7ba 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -10894,6 +10894,17 @@
visibility="public"
>
</field>
+<field name="windowCloseOnTouchOutside"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843611"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="windowContentOverlay"
type="int"
transient="false"
@@ -24300,6 +24311,19 @@
<parameter name="uri" type="android.net.Uri">
</parameter>
</method>
+<method name="setFinishOnTouchOutside"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="finish" type="boolean">
+</parameter>
+</method>
<method name="setIntent"
return="void"
abstract="false"