IsInstalled

Additional

Language
Java
Version
N/A
Created
Mar 21, 2017
Updated
Mar 21, 2017 (Retired)
Owner
Morad Edwar (Morxander)
Contributor
Morad Edwar (Morxander)
1
Activity
Badge
Generate
Download
Source code

IsInstalled

The library allows you to check if a specific application is installed or not by its package name. Also you have a helper which provides the packagenames of the most popular applications.

Download

Download via Gradle:

compile 'morxander.isinstalled:IsInstalled:1.0.0'

Usage

Check if an App exists

IsInstalled.isIntalled(this, "com.android.chrome"); // returns boolean

Using the library helper to get packagenames of more than 30 popular Apps

AppsPackNames.YOUTUBE;
AppsPackNames.CHROME;
AppsPackNames.FACEBOOK;
AppsPackNames.FACEBOOK_MESSENGER;
AppsPackNames.WHATSAPP;
AppsPackNames.GOOGLE_MAPS;
AppsPackNames.VIBER;
AppsPackNames.GOOGLE_DOCS;

License

GNU GENERAL PUBLIC LICENSE 3