diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/api/current.xml b/api/current.xml index 42cdaf2..4025f3c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -156003,22 +156003,22 @@ visibility="public" > </field> -<field name="GROUP_VISIBLE" +<field name="GROUP_IS_READ_ONLY" type="java.lang.String" transient="false" volatile="false" - value=""group_visible"" + value=""group_is_read_only"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> -<field name="GROUP_IS_READ_ONLY" +<field name="GROUP_VISIBLE" type="java.lang.String" transient="false" volatile="false" - value=""group_is_read_only"" + value=""group_visible"" static="true" final="true" deprecated="not deprecated" @@ -220894,6 +220894,17 @@ visibility="public" > </method> +<method name="getShortcutInputMethodsAndSubtypes" + return="java.util.List<android.util.Pair<android.view.inputmethod.InputMethodInfo, android.view.inputmethod.InputMethodSubtype>>" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="hideSoftInputFromInputMethod" return="void" abstract="false" @@ -248473,7 +248484,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |