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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -