toUri

inline fun String.toUri(): Uri(source)

Creates a Uri from the given encoded URI string.

See also


inline fun File.toUri(): Uri(source)

Creates a Uri from the given file.

See also