ApplicationInfo class
- Inheritance
-
- Object
- PackageItemInfo
- ApplicationInfo
Constructors
Properties
-
getter/setter pairinherited
- category ↔ int
-
getter/setter pair
- className ↔ String?
-
getter/setter pair
- dataDir ↔ String
-
getter/setter pair
- descriptionRes ↔ int
-
getter/setter pair
- enabled ↔ bool
-
getter/setter pair
- flags ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ int
-
getter/setter pairinherited
- isProfileableByShell → bool
-
no setter
- isResourceOverlay → bool
-
no setter
- isVirtualPreload → bool
-
no setter
- labelRes ↔ int
-
getter/setter pairinherited
- logo ↔ int
-
getter/setter pairinherited
- minSdkVersion ↔ int
-
getter/setter pair
- name ↔ String?
-
getter/setter pairinherited
- nonLocalizedLabel ↔ String?
-
getter/setter pairinherited
- packageName ↔ String
-
getter/setter pairinherited
- processName ↔ String
-
getter/setter pair
- publicSourceDir ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceDir ↔ String
-
getter/setter pair
- targetSdkVersion ↔ int
-
getter/setter pair
- theme ↔ int
-
getter/setter pair
Methods
-
getApplicationInfo(
) → ApplicationInfo? -
override
-
getCategoryTitle(
Context context, int category) → String? -
loadBanner(
PackageManager pm) → Uint8List? -
inherited
-
loadDescription(
PackageManager pm) → Future< String?> -
loadIcon(
PackageManager pm) → Uint8List -
inherited
-
loadLabel(
PackageManager pm) → String -
inherited
-
loadLogo(
PackageManager pm) → Uint8List? -
inherited
-
loadUnbadgedIcon(
PackageManager pm) → Uint8List -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CATEGORY_AUDIO → const int
- CATEGORY_GAME → const int
- CATEGORY_IMAGE → const int
- CATEGORY_MAPS → const int
- CATEGORY_NEWS → const int
- CATEGORY_PRODUCTIVITY → const int
- CATEGORY_SOCIAL → const int
- CATEGORY_UNDEFINED → const int
- CATEGORY_VIDEO → const int
- FLAG_ALLOW_BACKUP → const int
- FLAG_ALLOW_CLEAR_USER_DATA → const int
- FLAG_ALLOW_TASK_REPARENTING → const int
- FLAG_DEBUGGABLE → const int
- FLAG_EXTERNAL_STORAGE → const int
- FLAG_EXTRACT_NATIVE_LIBS → const int
- FLAG_FACTORY_TEST → const int
- FLAG_FULL_BACKUP_ONLY → const int
- FLAG_HARDWARE_ACCELERATED → const int
- FLAG_HAS_CODE → const int
- FLAG_INSTALLED → const int
- FLAG_IS_DATA_ONLY → const int
- FLAG_IS_GAME → const int
- FLAG_KILL_AFTER_RESTORE → const int
- FLAG_LARGE_HEAP → const int
- FLAG_MULTIARCH → const int
- FLAG_PERSISTENT → const int
- FLAG_RESIZEABLE_FOR_SCREENS → const int
- FLAG_RESTORE_ANY_VERSION → const int
- FLAG_STOPPED → const int
- FLAG_SUPPORTS_LARGE_SCREENS → const int
- FLAG_SUPPORTS_NORMAL_SCREENS → const int
- FLAG_SUPPORTS_RTL → const int
- FLAG_SUPPORTS_SCREEN_DENSITIES → const int
- FLAG_SUPPORTS_SMALL_SCREENS → const int
- FLAG_SUPPORTS_XLARGE_SCREENS → const int
- FLAG_SUSPENDED → const int
- FLAG_SYSTEM → const int
- FLAG_TEST_ONLY → const int
- FLAG_UPDATED_SYSTEM_APP → const int
- FLAG_USES_CLEARTEXT_TRAFFIC → const int
- FLAG_VM_SAFE_MODE → const int