Bug? Easy to fix bug: Type: URI: it's a black hole...

Jehoschua

Member
Licensed User
Good morning

it's really strange that the URI Type is a "write only" Class or a black hole:
there is not a single member which returns anything!:
https://www.b4x.com/android/help/contentresolver.html#uri

Therefore, we always get annoying cast warnings if we use this Type.
I guess it's a short issue list:
  1. URI.Parse() probably should return a String
  2. URI.uriString probably should be accessible

it would be great if URI is no longer a black hole :)

Kind regards,
Thomas
 
Top