I have Some PDF Files in my google drive account so how i can view that pdf files in android studio using intent or webview. How i can do that.
public String co="https://drive.google.com/file/d/1kr3y_2EI8-uyDeMI5DpMFLnMQDVqI-3Z/view?usp=sharing"
webview.loadURL(co);
this code is not working.