Is it possible, using aspect intercept URL from activity ?
pointcut callHttpResponse() :
call(* org.apache.http.HttpResponse..*.*(..));
Is it possible, using aspect intercept URL from activity ?
pointcut callHttpResponse() :
call(* org.apache.http.HttpResponse..*.*(..));