使用软键盘API,我可以使用以下代码示例获取android EditText的属性
EditorInfo ei = getCurrentInputEditorInfo(); Log.i(TAG, "found field hintText = " + ei.hintText);
但是如果从浏览器显示了输入字段,则上面的以下代码将不会检索提示文本。
如何获得在浏览器中显示的输入字段的属性?
android autofill android-autofill-manager
android ×1
android-autofill-manager ×1
autofill ×1