why high API level added method AutoCompleteTextView.setText(CharSequence, boolean) run on low API level device work well
doc:https://developer.android.com/reference/android/widget/AutoCompleteTextView.html#setText(java.lang.CharSequence, boolean)
in the doc said this method was Added in API level 17 but what device i had test:ZTE U880(2.2.2)API8, HuaWeiU8860(2.3.6) all work well
i want to known why?