AJAY PRAJAPATI
Results
1
comments of
AJAY PRAJAPATI
if you are using HttpURLConnection connection; to load pdf from URL then put ``` @Override protected void onDestroy() { super.onDestroy(); connection.disconnect(); } ```