Android Studio – How to open pdf files in webview in pdfactivity?
Hello I'm developing app to open pdf files in webview in pdfactivity. I tried opening through intent its redirecting to system inbuilt apps but not pdfactivity.java. find the code below, I declared this in my webview activity, private class MyWebViewClient…