getMetaData

Retrieves meta-data information about an application package that is installed on the system using appropriate API for Android Tiramisu and upwards.

Note: [PackageManager.getApplicationInfo(String, int)] has been deprecated starting with [Build.VERSION_CODES#TIRAMISU].

Return

Additional meta-data associated with a given application.

Parameters

packageName

The full name (i.e. com.google.apps.contacts) of the desired package.