This code works on Android 4.4.2 but does not work on the phone with Android 9:
String url=\"http://...LINK...mp4\"; MediaController controller = new MediaContro
You can use the one line code in the manifest file. Its working for me.
Inside application tag we can use android:usesCleartextTraffic="true" which can resolve this issue.