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 |