How to convert uri to string in Android studio code example Example: android uri to string Uri uri; String stringUri; stringUri = uri.toString();