Finding the Package Name for an Android App

For public apps available on the Google Play Store:

  1. Use a web browser to locate the app in Google Play Store.
  2. Select the app.
  3. Examine the URL displayed in the browser.

The package name is included in the URL after id= as shown below:

https://play.google.com/store/apps/details?id=<package name>

For in-house apps and other apps not available on the Play Store, try downloading Package Name Viewer, or a similar app on the Google Play Store.