ApplicationInfoFlags
class ApplicationInfoFlags
Specific flags used for retrieving application info.
Summary
Public methods
getValue
fun getValue(): Long
of
static fun of(value: Long): PackageManager.ApplicationInfoFlags
Parameters |
value |
Long: Value is either 0 or a combination of android.content.pm.PackageManager#GET_META_DATA , android.content.pm.PackageManager#GET_SHARED_LIBRARY_FILES , android.content.pm.PackageManager#MATCH_UNINSTALLED_PACKAGES , android.content.pm.PackageManager#MATCH_SYSTEM_ONLY , android.content.pm.PackageManager.MATCH_DEBUG_TRIAGED_MISSING, android.content.pm.PackageManager#MATCH_DISABLED_COMPONENTS , android.content.pm.PackageManager#MATCH_DISABLED_UNTIL_USED_COMPONENTS , android.content.pm.PackageManager.MATCH_INSTANT, android.content.pm.PackageManager.MATCH_STATIC_SHARED_AND_SDK_LIBRARIES, android.content.pm.PackageManager#GET_DISABLED_UNTIL_USED_COMPONENTS , android.content.pm.PackageManager#GET_UNINSTALLED_PACKAGES , android.content.pm.PackageManager.MATCH_HIDDEN_UNTIL_INSTALLED_COMPONENTS, android.content.pm.PackageManager#MATCH_APEX , and android.content.pm.PackageManager#MATCH_ARCHIVED_PACKAGES |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-18 UTC.