android-mnc

getColor (int id) deprecated on Android 6.0 Marshmallow (API 23)

Metoda Resources.getColor(int id) została wycofana. @ColorInt @Deprecated public int getColor(@ColorRes int id) throws NotFoundException { return getColor(id, null); } Co mam zrobić?