diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index fb4cdde..5207534 100644 --- a/api/current.xml +++ b/api/current.xml @@ -28643,6 +28643,17 @@ visibility="public" > </method> +<method name="dismissAllowingStateLoss" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getDialog" return="android.app.Dialog" abstract="false" @@ -267031,7 +267042,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |