android - How would one scan another app (like an antivirus app does)? -


i wondering how antivirus apps - lookout mobile security, example - able scan other apps determine if malicious. specifically, api calls or permissions used this? thanks.

check out class android.content.pm.packagemanager.

class overview

class retrieving various kinds of information related application packages installed on device. can find class through getpackagemanager().

barry


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -