O getColor (int id) foi descontinuado no Android 6.0 Marshmallow (API 23)

O Resources.getColor(int id)método foi preterido. @ColorInt @Deprecated public int getColor(@ColorRes int id) throws NotFoundException { return getColor(id, null); } O que devo