# Enum: com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.AndroidSystemType

Types of Android systems.

## Constant: ANDROID
Description: Generic Android system.

## Constant: ANDROID_AUTO
Description: Android Auto. Apps are installed on the phone connected to the vehicle, not the vehicle's itself.

## Constant: ANDROID_TV
Description: Android TV.

## Constant: AUTOMOTIVE_OS
Description: Android Automotive OS. Apps are installed on the vehicle's Android operating system.

## Constant: WEAR_OS
Description: Android Wear OS for watches and wearables.

## Method: toString
- return type: `java.lang.String`


## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.AndroidSystemType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.AndroidSystemType[]`


