public class UriKt
Modifier and Type | Method and Description |
---|---|
static java.io.File |
toFile(android.net.Uri $receiver)
|
static android.net.Uri |
toUri(java.lang.String $receiver)
Creates a Uri from the given encoded URI string.
|
static android.net.Uri |
toUri(java.io.File $receiver)
Creates a Uri from the given file.
|
public static android.net.Uri toUri(java.lang.String $receiver)
Creates a Uri from the given encoded URI string.
public static android.net.Uri toUri(java.io.File $receiver)
Creates a Uri from the given file.