applicationSource property
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.
Implementation
core.String? applicationSource;