fun Context.getCompatDrawable(@DrawableRes id: Int): Drawable?
fun Context.getCompatColor(@ColorRes id: Int): Int
fun Context.createInputStreamFromUri(uri: Uri): InputStream?
соответственно в
fun Context.getDrawableCompat(@DrawableRes id: Int): Drawable?
fun Context.getColorCompat(@ColorRes id: Int): Int
fun Context.openInputStream(uri: Uri): InputStream?
fun Context.getCompatDrawable(@DrawableRes id: Int): Drawable?fun Context.getCompatColor(@ColorRes id: Int): Intfun Context.createInputStreamFromUri(uri: Uri): InputStream?соответственно в
fun Context.getDrawableCompat(@DrawableRes id: Int): Drawable?fun Context.getColorCompat(@ColorRes id: Int): Intfun Context.openInputStream(uri: Uri): InputStream?