AppVersionFetcher Aracı
public
final
class
AppVersionFetcher
extends Object
Java.lang.Nesne
|
🎃 |
com.android.tradefed.util.AppVersionFetcher
|
Cihazdan uygulama sürümü dizesini almak için yardımcı program sınıfı.
Cihaza dumpsys paket komutu gönderin, ardından döndürülen sonuç dizesini ayrıştırın.
Özet
Kamu inşaatçıları
AppVersionFetcher Aracı
public AppVersionFetcher ()
Herkese açık yöntemler
getirmek
public static String fetch (ITestDevice device,
String packageName,
AppVersionFetcher.AppVersionInfo info)
Paket adına göre uygulama sürümü dizesini getir.
Parametreler |
device |
ITestDevice : ITestDevice, cihaz örneği |
packageName |
String : Dize, paket adı |
info |
AppVersionFetcher.AppVersionInfo : AppVersionInfo, uygulama sürümü bilgi türü |
İlerlemeler |
String |
paketin sürüm dizesi |