While working on an Android malware detection system, I have experienced that the execution of ViewClient.installPackage function just never ends for some .apk files. What could be the reason for that? And how can I just skip the return of this call?
While working on an Android malware detection system, I have experienced that the execution of
ViewClient.installPackagefunction just never ends for some.apkfiles. What could be the reason for that? And how can I just skip the return of this call?