How to know any app’s package name in Android?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
We can easily see Android package name for any app, without using any software. Android is a platform to use several applications to run on it.
Here are the most common steps to set up this problem
step 1:Open play.google.com in your web browser.
step 2:Use the search bar to look for the app for which you need the package name.
step 3:Open the app page and look at the URL. The package name forms the end part of the URL i.e. after the id=?. Copy it and use it as needed.
For example we can see Google app package name,
https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox
In the above url com.google.android.googlequicksearchbox is the package name.