diff options
| author | 2011-01-18 15:31:21 -0800 | |
|---|---|---|
| committer | 2011-01-18 15:31:21 -0800 | |
| commit | 36c84403ec07439d11ed284ac5f9a9db807fbf92 (patch) | |
| tree | 99d66e6c541995db79e56ef4879575a2131aa52f /api/current.xml | |
| parent | f4368c959fa9436d75feb2543cb65da0d46521e5 (diff) | |
| parent | cfaf8878de83b6bb7a24aee3c240259f428e6e4a (diff) | |
Merge "Fix issue #3362484: Can't dismiss activity picker by tapping outside dialog" into honeycomb
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 4f566f6a02e2..76be2087e280 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" |