ApplicationReport.ApplicationSource

public enum ApplicationReport.ApplicationSource


The source that provided an app.

Summary

Enum Values

APPLICATION_SOURCE_UNSPECIFIED

The app was sideloaded from an unspecified source.

INSTALLED_FROM_PLAY_STORE

The app was installed from the Google Play Store.

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.

Public methods

static ApplicationReport.ApplicationSource

Returns the enum constant of this type with the specified name.

static ApplicationReport.ApplicationSource[]

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

APPLICATION_SOURCE_UNSPECIFIED

ApplicationReport.ApplicationSource ApplicationReport.ApplicationSource.APPLICATION_SOURCE_UNSPECIFIED

The app was sideloaded from an unspecified source.

INSTALLED_FROM_PLAY_STORE

ApplicationReport.ApplicationSource ApplicationReport.ApplicationSource.INSTALLED_FROM_PLAY_STORE

The app was installed from the Google Play Store.

SYSTEM_APP_FACTORY_VERSION

ApplicationReport.ApplicationSource ApplicationReport.ApplicationSource.SYSTEM_APP_FACTORY_VERSION

This is a system app from the device's factory image.

Public methods

valueOf

public static ApplicationReport.ApplicationSource valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
ApplicationReport.ApplicationSource

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static ApplicationReport.ApplicationSource[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
ApplicationReport.ApplicationSource[]

an array containing the constants of this enum type, in the order they're declared