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
Post a Comment