is Application Installed
fun isApplicationInstalled(context: Context, packageName: String): Boolean
Content copied to clipboard
Check if a certain application is installed on a device.
Return
true if the application is installed, false otherwise.
Parameters
context
the applications context.
package Name
the package name that you want to check.