应用程序版本获取器

public final class AppVersionFetcher
extends Object

java.lang.Object
com.android.tradefed.util.AppVersionFetcher


用于从设备获取应用程序版本字符串的实用程序类。

向设备发送dumpsys包命令,然后解析返回结果字符串。

概括

公共构造函数

AppVersionFetcher ()

公共方法

static String fetch ( ITestDevice device, String packageName, AppVersionFetcher.AppVersionInfo info)

根据包名称获取应用程序版本字符串。

公共构造函数

应用程序版本获取器

public AppVersionFetcher ()

公共方法

拿来

public static String fetch (ITestDevice device, 
                String packageName, 
                AppVersionFetcher.AppVersionInfo info)

根据包名称获取应用程序版本字符串。

参数
device ITestDevice :ITestDevice,设备实例

packageName String : 字符串,包名

info AppVersionFetcher.AppVersionInfo :AppVersionInfo,应用程序版本信息类型

退货
String包的版本字符串

投掷
DeviceNotAvailableException