CountryCodePickerProject icon indicating copy to clipboard operation
CountryCodePickerProject copied to clipboard

Non-SDK API: Landroid/widget/TextView;->mCursorDrawableRes:I # Use the new get/setTextCursorDrawable

Open hvsimon opened this issue 4 years ago • 0 comments

https://github.com/hbb20/CountryCodePickerProject/blob/3dec41356dc7a81387e541e63187c39dae096c5a/ccp/src/main/java/com/hbb20/CountryCodeDialog.java#L50

mCursorDrawableRes is non-SDK api. Consider using get/setTextCursorDrawable that recommend by official?

https://developer.android.com/about/versions/10/non-sdk-q

hvsimon avatar Nov 17 '21 03:11 hvsimon