What is the package name of the Google Play app and the AndroidPIT app?
Asked
Active
Viewed 1e+01k times
3 Answers
53
It's com.android.vending - https://stackoverflow.com/a/4439898/570168
and de.androidpit.app - https://play.google.com/store/apps/details?id=de.androidpit.app
13
Google Play's package name is com.android.vending

nandeesh
- 24,740
- 6
- 69
- 79
-
2@maveň It actually is `com.android.vending`. It's just not available for download in the playstore. – Steve2955 Apr 20 '17 at 13:10
2
if you have the .apk files wit you can download re-sign.jar file and you can find the package name and main activity class name

Abhinai
- 1,082
- 2
- 13
- 20
-
-
http://code.google.com/p/robotium/wiki/RobotiumForAPKFiles u can downlaod from this link(click on from here) – Abhinai Aug 21 '12 at 06:38