android - I am using .asx link in the Uri.parse function and it is not working -
uri myuri = uri.parse("http://www.munichshardesthits.com/ondem/timeless%20rock.asx");
i using .asx link in parse function , not working. basically,i want make .asx link work here.
please help.
edit
it may more not support space character '%20' escapes.
a valid uri cannot contain '%' character.
see '2.4.3. excluded us-ascii characters' here:
Comments
Post a Comment