AppVersionFetcher

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)

根据软件包名称提取应用版本字符串。

公共构造函数

AppVersionFetcher

public AppVersionFetcher ()

公共方法

提取

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

根据软件包名称提取应用版本字符串。

参数
device ITestDevice:ITestDevice,设备实例

packageName String:字符串,软件包名称

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

返回
String 软件包的版本字符串

抛出
DeviceNotAvailableException