android - Use antivirus in the application to scan files -


I was trying to develop an application in Android that some antivirus engine to scan files on the device. I have searched a lot on the internet but none got it. Let me tell some antivirus engines that I can bundle with my app and this is also an example of how I can integrate it into my app. Thank you.

Edit: Open source anti-virus libraries are required which provide API so that third party application libraries can be used. To generate APIs and files in the code, to generate reports,

I never did this , But you can do something like this:

  intent = intent (int. Action_man); Intent.setClassName ("com.example.package", "com.example.package.ActivityToStart"); StartActivity;   

or

  PackageManager pm = getPackageManager (); Intent intention = pm.getLaunchIntentForPackage ("com.example.package"); StartActivity; See   

: You must know the application package name of any other app installed in the phone. (Go to phone settings - & gt; Manage applications).

Comments