I\'m using a Videoview to play http video.That Http video url needs Authentication.
So please let me know how authentication can be
The reflection API access to the setViewUri(Uri, Map) worked for me.
I guess a safer alternative is to use the MediaPlayer.setDataSource(Context, Uri, Map):
A risk of using the reflection API is that the API might disappear in a future release...