public static final enum

ApkManifestHelper.AndroidSystemType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.AndroidSystemType

Class Overview

Types of Android systems.

Summary

Enum Values
ApkManifestHelper.AndroidSystemType  ANDROID  Generic Android system. 
ApkManifestHelper.AndroidSystemType  ANDROID_AUTO  Android Auto. 
ApkManifestHelper.AndroidSystemType  ANDROID_TV  Android TV. 
ApkManifestHelper.AndroidSystemType  AUTOMOTIVE_OS  Android Automotive OS. 
ApkManifestHelper.AndroidSystemType  WEAR_OS  Android Wear OS for watches and wearables. 
Public Methods
String toString()
static ApkManifestHelper.AndroidSystemType valueOf(String name)
final static AndroidSystemType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ApkManifestHelper.AndroidSystemType ANDROID

Generic Android system.

public static final ApkManifestHelper.AndroidSystemType ANDROID_AUTO

Android Auto. Apps are installed on the phone connected to the vehicle, not the vehicle's itself.

public static final ApkManifestHelper.AndroidSystemType ANDROID_TV

Android TV.

public static final ApkManifestHelper.AndroidSystemType AUTOMOTIVE_OS

Android Automotive OS. Apps are installed on the vehicle's Android operating system.

public static final ApkManifestHelper.AndroidSystemType WEAR_OS

Android Wear OS for watches and wearables.

Public Methods

public String toString ()

public static ApkManifestHelper.AndroidSystemType valueOf (String name)

public static final AndroidSystemType[] values ()