md5 - Get information about Android applications -


I was thinking that Android application information (name, version, MD5, ...) is possible.

You can get a list of all the applications that are main- Handle the objectives.

I have found that code:

  the last intent mainIntent = new intent (Intent.ACTION_MAIN, tap); MainIntent.addCategory (Intent.CATEGORY_LAUNCHER); Final list pkgAppsList = context.getPackageManager (). QueryIntentActivities (main component, 0);   

here:

So there is a list of apps only, I think the amount of MD5 you want to make on .apk files (installation packages?). If so, I do not know how to find out, because it probably does not have an application, but APK is no longer on the phone and I think.

Hope that helps.

Comments