Is there way to get package name of app, which is defined in Manifest file. I am having apks on my server. I want to install them. And then I want to check for already installed. which i can do by getting package name.
But how to get package name from an apk by writing code - programatically.
No body is getting me... I was trying to get application's package name from apk, i do have apks. I want there package name But programatically.