applicationSource property

String? applicationSource
getter/setter pair

The source of the package. Possible string values are:

  • "APPLICATION_SOURCE_UNSPECIFIED" : The app was sideloaded from an unspecified source.
  • "SYSTEM_APP_FACTORY_VERSION" : This is a system app from the device's factory image.
  • "SYSTEM_APP_UPDATED_VERSION" : This is an updated system app.
  • "INSTALLED_FROM_PLAY_STORE" : The app was installed from the Google Play Store.
  • "CUSTOM" : The app was installed using the AMAPI SDK command (https://developers.google.cn/android/management/extensibility-sdk-integration). See also: CUSTOM

Implementation

core.String? applicationSource;