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 via Gradle:
compile 'morxander.isinstalled:IsInstalled:1.0.0'
IsInstalled.isIntalled(this, "com.android.chrome"); // returns boolean
AppsPackNames.YOUTUBE;
AppsPackNames.CHROME;
AppsPackNames.FACEBOOK;
AppsPackNames.FACEBOOK_MESSENGER;
AppsPackNames.WHATSAPP;
AppsPackNames.GOOGLE_MAPS;
AppsPackNames.VIBER;
AppsPackNames.GOOGLE_DOCS;
GNU GENERAL PUBLIC LICENSE 3