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:
it would be great if URI is no longer a black hole
Kind regards,
Thomas
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:
- URI.Parse() probably should return a String
- URI.uriString probably should be accessible
it would be great if URI is no longer a black hole
Kind regards,
Thomas