반응형
EditText 에서
autofillHints 라는 애트리뷰트 가 생긴 듯 하다.
https://developer.android.com/reference/android/view/View#attr_android:autofillHints
스마트폰에서 자동으로 값을 가져와서 넣는 것으로 보여진다.
username, password, email address, credit card number 와 같은 값들인 듯 하다.
https://stackoverflow.com/questions/52690296/missing-autofillhints-attribute
API 26 이상에서 이용이 되고, 그 이하 버전에서는 문제를 일으킬 수 있는 듯 하다.
아래와 같은 값을 추가함.
android:importantForAutofill="no"
tools:targetApi="o"
반응형
'개발 > Android' 카테고리의 다른 글
[안드로이드 Android] The Google Mobile Ads SDK was initialized incorrectly. (수정 2019-03-11) (0) | 2019.02.21 |
---|---|
[Android] com.android.support:appcompat-v7:27.0.1 버전 혼동 문제. (0) | 2019.02.21 |
[Android] kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead (0) | 2019.02.21 |
[Android] Missing accessibility label: in Android Studio Warning (0) | 2019.02.21 |
[안드로이드 Android] Cannot resolve symbol 에러 (0) | 2017.11.23 |
[Android Studio] 모듈 콘솔 디버깅 한글 깨짐 증상 (0) | 2017.11.16 |
[Android Studio] Inspection Typo Scope 설정 (0) | 2017.11.15 |
[안드로이드 Android] .AndroidStudio2.1 폴더 (0) | 2017.11.12 |