ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
AppVersionFetcher
public
final
class
AppVersionFetcher
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.AppVersionFetcher
|
คลาสยูทิลิตีเพื่อรับสตริงเวอร์ชันแอปจากอุปกรณ์
ส่งคําสั่งแพ็กเกจ dumpsys ไปยังอุปกรณ์ จากนั้นแยกวิเคราะห์สตริงผลลัพธ์ที่แสดง
สรุป
ตัวสร้างแบบสาธารณะ
AppVersionFetcher
public AppVersionFetcher ()
เมธอดสาธารณะ
ดึงข้อมูล
public static String fetch (ITestDevice device,
String packageName,
AppVersionFetcher.AppVersionInfo info)
ดึงข้อมูลสตริงเวอร์ชันแอปพลิเคชันตามชื่อแพ็กเกจ
พารามิเตอร์ |
device |
ITestDevice : ITestDevice, อินสแตนซ์อุปกรณ์ |
packageName |
String : สตริง, ชื่อแพ็กเกจ |
info |
AppVersionFetcher.AppVersionInfo : AppVersionInfo, ประเภทข้อมูลเวอร์ชันแอป |
คิกรีเทิร์น |
String |
สตริงเวอร์ชันของแพ็กเกจ |
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 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) | |"]]