Tools - Verify Apk Package

Anmol dwivedi
0

android.content.pm.PackageManager pm = getPackageManager();
try {
pm.getPackageInfo("com.speedy.aan", android.content.pm.PackageManager.GET_ACTIVITIES);
checkAppRes =true;
return;
} catch (android.content.pm.PackageManager.NameNotFoundException e) {
}
checkAppRes= false;

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !