Here is my code
public static String getPaypal(){
String result = null;
result = http.quickGetStr("https://www.paypal.com");
return result;
}
When i call this function. Application will get crashed although this function run completely and return the value. The bug occurs on android > 7.
It will not crash if i use http to connect a site with http method instead of https.
Please help me.