getDecodedUri function

String getDecodedUri(
  1. String uri
)

Implementation

String getDecodedUri(
    String uri
    )
{
    return Uri.decodeFull( uri );
}