27 Mart 2025'ten itibaren AOSP'yi derlemek ve AOSP'ye katkıda bulunmak için aosp-main
yerine android-latest-release
kullanmanızı öneririz. Daha fazla bilgi için AOSP'de yapılan değişiklikler başlıklı makaleyi inceleyin.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
AppVersionFetcher
public
final
class
AppVersionFetcher
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.AppVersionFetcher
|
Cihazdan uygulama sürümü dizesini almak için kullanılan yardımcı sınıf.
Cihaza dumpsys package komutunu gönderin, ardından döndürülen sonuç dizesini ayrıştırın.
Özet
Herkese açık kurucular
AppVersionFetcher
public AppVersionFetcher ()
Herkese açık yöntemler
getirme
public static String fetch (ITestDevice device,
String packageName,
AppVersionFetcher.AppVersionInfo info)
Paket adına göre uygulama sürümü dizesini getirme.
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 |
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-27 UTC."],[],[],null,["# AppVersionFetcher\n=================\n\n\n`\npublic\n\nfinal\n\nclass\nAppVersionFetcher\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|---------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.util.AppVersionFetcher |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nUtility class to get app version string from device.\n\nSend dumpsys package command to device, then parse the return result string.\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[AppVersionFetcher](../../../../../../reference/tradefed/com/android/tradefed/util/AppVersionFetcher.html#AppVersionFetcher())`() ` |\n\n| ### Public methods ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static String` | ` `[fetch](../../../../../../reference/tradefed/com/android/tradefed/util/AppVersionFetcher.html#fetch(com.android.tradefed.device.ITestDevice,%20java.lang.String,%20com.android.tradefed.util.AppVersionFetcher.AppVersionInfo))`(`[ITestDevice](../../../../../../reference/tradefed/com/android/tradefed/device/ITestDevice.html)` device, String packageName, `[AppVersionFetcher.AppVersionInfo](../../../../../../reference/tradefed/com/android/tradefed/util/AppVersionFetcher.AppVersionInfo.html)` info) ` Fetch application version string based on package name. |\n\nPublic constructors\n-------------------\n\n### AppVersionFetcher\n\n```\npublic AppVersionFetcher ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### fetch\n\n```\npublic static String fetch (ITestDevice device, \n String packageName, \n AppVersionFetcher.AppVersionInfo info)\n```\n\nFetch application version string based on package name.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|---------------|----------------------------------------------------------------------------------|\n| `device` | `ITestDevice`: ITestDevice, device instance \u003cbr /\u003e |\n| `packageName` | `String`: String, package name \u003cbr /\u003e |\n| `info` | `AppVersionFetcher.AppVersionInfo`: AppVersionInfo, app version info type \u003cbr /\u003e |\n\n| Returns ||\n|----------|--------------------------------------|\n| `String` | version string of the package \u003cbr /\u003e |\n\n| Throws ||\n|----------------------------------------------------------------------------------------------------------------------------------|---|\n| [DeviceNotAvailableException](../../../../../../reference/tradefed/com/android/tradefed/device/DeviceNotAvailableException.html) | |"]]