Disabling Video Controls In ACTION_VIEW
Hi My Question is want to disable or not to show the video controls if i use ACTION_VIEW for any videos. Do i need to specify any extras for Intent or is there any proper way to ac
Solution 1:
If you use the view intent
it will have option to open video
in all the players that support it. So even if some of the players support hiding controls other might not.
Best solution is to have your own video view.
Post a Comment for "Disabling Video Controls In ACTION_VIEW"