Skip to content

Morxander/IsInstalled

Repository files navigation

IsInstalled

Download GPL Maintenance

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

About

Android Library to check if an Application is installed or not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages