I have created a app where you can download YouTube videos for android. Now, I want it so that if you play a video in the YouTube native app you can download it too. To do t
Try this,
WebView webview = new WebView(this); String htmlString = " "; webview.loadData(htmlString ,"text/html", "UTF-8");