summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/current.xml21
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="&quot;group_visible&quot;"
+ value="&quot;group_is_read_only&quot;"
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="&quot;group_is_read_only&quot;"
+ value="&quot;group_visible&quot;"
static="true"
final="true"
deprecated="not deprecated"
@@ -220894,6 +220894,17 @@
visibility="public"
>
</method>
+<method name="getShortcutInputMethodsAndSubtypes"
+ return="java.util.List&lt;android.util.Pair&lt;android.view.inputmethod.InputMethodInfo, android.view.inputmethod.InputMethodSubtype&gt;&gt;"
+ 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>