Android get all app name

How to Get App Package Name on Android [3 Methods]

In this guide, we will share three different methods to get the package name of all the installed apps on your Android device. The apps installed on your device are labeled via two different methods. The first one is the general name that you usually come across such as Facebook, WhatsApp, etc. These are the name that the everyday users deals with and searches for on Play Store.

On the other hand, there’s an associated application ID or app package name, which acts as a unique identifier for each app. For example, Facebook has the package name com.facebook.katana and WhatsApp has com.whatsapp. These are the names used by backend people and developers alike. Furthermore, while you may come across many apps on the Play Store by the name of Facebook, but none could have the com.facebook.katana as their package.

So if you have ever any doubt regarding the app’s authenticity, then you may count on this factor. With that said, how could you get hold of the package name of all the installed apps on your Android device? Well, there are three different methods for the same, and in this guide, we will make you aware of all these three approaches. So without further ado, let’s get started.

Table of Contents

Method 1: Get Android App Package Name via Play Store URL

This method is extremely easy to execute. However, if you are looking to get the name of various installed apps in one go, then it would require quite a lot of manual effort. But for a few apps, this should be your go-to method. Here’s how to use it:

On PC

  1. First off, head over to the Play Store website on your PC.
  2. Now search for the desired app (as an example, let’s go with Facebook)
  3. Then head over to its search bar and check out its URL, it will be something along this line:
  4. As an example, in the case of Facebook, the URL will be
  5. Now the portion after be the app’s package name. So for Facebook, it turns out to be com.facebook.katana.

So this was the first method to get the app package name via Play Store and PC. Let’s see how to try out this Play Store trick on your phone.

On Mobile

  1. Open the Play Store app on your device and search for the desired app (let’s say WhatsApp).
  2. Under the app listing’s page, tap on the overflow icon situated at the top right and select Share.
  3. Now just share/save this URL anywhere you wish. The URL will be of the same format as mentioned above, i.e.
  4. As an example, in the case of WhatsApp, the URL turns out to be
  5. As before the app package name will be the portion after So for WhatsApp, it turns out to be com.whatsapp.
Читайте также:  Альфа обд для андроида полная версия

The other method involves opening the Play Store website on your smartphone browser, changing its view to Desktop Mode, and then getting hold of the URL. With that, we round off this first method to get the package name of all the installed apps on your Android device. Let’s now turn our attention towards the other two methods.

Method 2: Get Android App Package Name via a Third-Party App

The benefit of this method is the fact that you require minimal effort. Furthermore, it is able to display both the user installed as well as system apps. The UI is also user-friendly. However, I have never been in favor of using third-party apps and giving them access to my device, unless it is of paramount importance. With that said, if you wish to try it out, then follow the below instructions:

  1. To begin with, download the App Package Viewer 2.0 from Play Store.
  2. Then launch it and select the desired app from the list.
  3. Now tap on that app’s name and you should get its associated package name.

That’s it. This is perhaps the easiest method to get the package name of all the installed apps on your Android device. Now let’s check out the third and final method to carry out this task.

Method 3: Get Android App Package Name via ADB Commands

The benefit of this method is the fact that apart from getting the app’s package name, you could even remove the user-installed and system-installed apps on your device via these ADB Commands. Without Root! On the flip side, this method requires a few prerequisites and some level of technicalities as well. But if you are ready to challenge your inner-geek, then this method is tailored made for you. Follow along.

  1. To begin with, download and install the Android SDK Platform Tools on your PC. These are the official ABD binary files provided by Google.
  2. Extract its content to any convenient location on your PC and you should get the platform-tools folder.
  3. Now head over to your Android device and enable USB Debugging. This will make your device recognizable by your PC in ADB mode. So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Developer Options > Enable USB Debugging.
  4. When that is done, connect your device to the PC via USB cable. Make sure USB Debugging is enabled.
  5. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
  6. Now type in the below command in the CMD window and hit Enter:
Читайте также:  Галерея занимает много места андроид

  • If this is the first time you are performing this action, then you may get the Allow USB Debugging prompt on your device, tap Allow. With this, you have authorized the ADB Connection.
  • Now execute in the below command in the CMD window:


    Then type in the below command and you should get a list of all the installed apps:

    List of Apps on my OnePlus 7T. View Full-Size Image

  • If you wish to get the name of all the system installed apps, then use the following command:
  • That’s it. With this, we conclude the guide on how to get the package name of all the installed apps on your Android device. We have shared three different methods for the same, do let us know in the comments which one you ultimately settled for.

    About Chief Editor

    Sadique Hassan

    A technical geek by birth, he always has a keen interest in the Android platform right since the birth of the HTC Dream. The open-source environment always seems to intrigue him with the plethora of options available at his fingertips. “MBA by profession, blogger by choice!”

    Источник

    Получение списка приложений в Android

    Android SDK предоставляет много средств для работы с системой. В том числе он позволяет получать список приложений, которые установлены на устройстве. Это может быть полезно, когда нужно получить сведения о сторонних приложениях (размер APK, путь до приложения, имя пакета и т.д.). Например, в наших приложениях получение списка, содержащего сторонние приложения, играет большую роль: в GreenBro с помощью этого списка выводятся сведения о приложениях, а также выполняются различные действия.

    В Менеджере системных приложений и APK Extractor же список приложений необходим, чтобы удалять приложения и извлекать APK из приложений соответственно.

    В этой статье мы рассмотрим, как можно получать список приложений, установленных на устройстве, а также как происходит установка приложений на устройство.

    Класс PackageManager

    PackageManager предоставляет API, который фактически управляет установкой, удалением и обновлением приложений. Когда мы устанавливаем файл APK, PackageManager анализирует этот APK и выводит результат.

    Получить экземпляр класса PackageManager можно с помощью метода getPackageManager(). PackageManager предоставляет методы для запросов к установленным пакетам и соответствующим разрешениям.

    Где хранятся файлы APK на Android?

    В зависимости от типа данных, на Androiid файлы могут храниться в следующих местах:

    • Предустановленные и системные приложения (Камера, Браузер и т.д.) хранятся в /system/app/
    • Установленные пользователем приложения хранятся в /data/app/
    • PackageManager создаёт каталог /data/data/ / для хранения базы данных, файлов с предпочтениями, нативных библиотек и кеша.

    Как PackageManager хранит информацию о приложении?

    Менеджер пакетов хранит информацию о приложении в трёх файлах, расположенных в /data/system.

    packages.xml

    Этот XML-файл содержит список разрешений и пакеты\приложения. Он хранит две вещи: разрешения и пакет. Например:

    Разрешения хранятся в теге

    . Каждое разрешение имеет три атрибута: name, package и protection. Атрибут name это имя разрешения, которое мы используем в AndroidManifest.xml. Атрибут package указывает на пакет, которому принадлежит разрешение, в большинстве случаев это «android». Атрибут protection указывает на уровень безопасности.

    Читайте также:  Как снять блокировку гугл с андроида

    содержит 10 атрибутов и несколько подтегов.

    Атрибут Описание
    name Имя пакета
    codePath Путь установки APK
    nativeLibraryPath Нативная библиотека, расположенная по умолчанию в /data/data/ /lib
    flag Хранит флаги ApplicationInfo
    ft Время в шестнадцатtричном формате
    lt Время установки в шестнадцатеричном формате
    ut Время последнего обновления в шестнадцатеричном формате
    version Код версии из AndroidManifest.xml
    sharedUserId Идентификатор пользователя Linux, который будет использоваться совместно с другими приложениями.
    userId Идентификатор пользователя Linux

    Подтеги же здесь следующие:

    • представляет собой информацию о сигнатуре, атрибут count — количество тегов .
    • это ключ сертификата, атрибут index представляет собой глобальный индекс сертификата.

    содержат разрешения, которые разработчик установил в AndroidManifest.xml

    packages.list

    Это простой текстовый файл, содержащий имя пакета, идентификатор пользователя, флаги и каталог data.

    package-stopped.xml

    Этот файл содержит список пакетов, которые были остановлены. Остановленные приложения не могут принимать широковещательные сообщения.

    Получаем список приложений

    Рассмотрим получение списка установленных приложений на примере GreenBro.

    При запуске приложения запускается AsyncTask, внутри которого получаем экземпляр PackageManager и затем копируем в список List все данные об установленных приложениях.

    Метод getInstalledApplications() принимает в качестве параметра флаг GET_META_DATA, который определяет, что нам нужные метаданные каждого пакета.

    Результатом является список объектов ApplicationInfo для каждого установленного приложения. Класс ApplicationInfo предоставляет подробную информацию о пакете, собранную из тега в AndroidManifest.xml, нам оттуда нужны лишь самые важные данные.

    Поэтому в цикле проверяем каждый объект из полученного списка и записывать данные в собственный класс AppInfo, чтобы затем использовать в основном потоке.

    Здесь с помощью метода getPackageInfo() класса PackageManager мы получаем общую информацию о приложении по заданному имени пакета. После эта информация объединяется с информацией, полученной от getInstalledApplications() и сохраняется в объекте AppInfo со следующими полями:

    • title — название приложения
    • packageName — имя пакета
    • sourceDir — полный путь до APK приложения
    • publicSourceDir — путь до общедоступных частей sourceDir
    • versionName — имя версии
    • isSystem — определяет, является ли приложение системным
    • size — размер приложения (в удобной форме)
    • longSize — размер приложения в long
    • dataDir — полный путь к каталогу data
    • nativeLibraryDir — путь до нативных библиотек
    • modified — дата последнего изменения
    • firstInstallTime — дата установки
    • lastUpdateTime — дата последнего обновления
    • enabled — определяет, включено ли приложение

    Чтобы узнать название приложения, можно также воспользоваться PackageManager, как показано ниже.

    Проверка же на то, является ли приложение системным, тоже достаточно проста и показана ниже.

    В конце работы AsyncTask возвращает результат обратно в основной поток. Вот и всё, мы загрузили себе список всех установленных на устройстве приложений и можем продолжить с ним работу.

    Получение списка приложений в Android : 4 комментария

    Подскажите пожалуйста, в конструкции:
    final PackageManager pm = context.getPackageManager();
    List apps = new ArrayList();
    List packages = pm.getInstalledApplications(PackageManager.GET_META_DATA);
    Чем является «context»?

    Это локальная переменная, Вы можете передавать контекст из активити или фрагмента

    » List packages = pm.getInstalledApplications( »

    а есть ли функция наподобие getRunnedApplications(), которая выдает список запущенных последних приложений?

    как отличить приложение от сервиса? Проверка на системное приложение не помогает

    Источник

    Оцените статью