public class

HtcBuild

extends Build
java.lang.Object
   ↳ android.os.Build
     ↳ com.htc.version.HtcBuild

Class Overview

Provide method(s) to retrieve the information such as version.

Summary

[Expand]
Inherited Constants
From class android.os.Build
[Expand]
Inherited Fields
From class android.os.Build
Public Constructors
HtcBuild()
Public Methods
String getStringValue(String key)
Get one String value related to the key.
[Expand]
Inherited Methods
From class android.os.Build
From class java.lang.Object

Public Constructors

public HtcBuild ()

Public Methods

public String getStringValue (String key)

Get one String value related to the key.

Parameters
key the predefined formatted string used to retrieve the related values. The format of the string may look like A.B...
Returns
  • the value related to the key
Throws
CustomizationValueNotFoundException if there is no value corresponding to the key