एप्टापार्सर

public class AaptParser
extends Object

java.lang.Object
com.android.tradefed.util.AaptParser


ऐसी क्लास जो 'aapt डंप बैजिंग' के आउटपुट को पार्स करके, apk से जानकारी निकालती है.

aapt PATH पर होना चाहिए

खास जानकारी

सार्वजनिक तरीके

String getLabel()
getNativeCode()
String getPackageName()
int getSdkVersion()
int getTargetSdkVersion()
String getVersionCode()
String getVersionName()
boolean isRequestingLegacyStorage()

देखें कि क्या ऐप्लिकेशन लेगसी स्टोरेज का अनुरोध कर रहा है.

boolean isUsingPermissionManageExternalStorage()
static AaptParser parse(File apkFile, AaptParser.AaptVersion aaptVersion)

apk से जानकारी पार्स करें.

static AaptParser parse(File apkFile)

apk से जानकारी पार्स करें.

सार्वजनिक तरीके

गेटलेबल

public String getLabel ()

रिटर्न
String

नेटिव कोड

public  getNativeCode ()

रिटर्न

getपैकेज का नाम

public String getPackageName ()

रिटर्न
String

getSdkVersion

public int getSdkVersion ()

रिटर्न
int

getTargetSdkVersion

public int getTargetSdkVersion ()

रिटर्न
int

getVersionCode

public String getVersionCode ()

रिटर्न
String

getVersionName

public String getVersionName ()

रिटर्न
String

isRequestingLegacyStorage

public boolean isRequestingLegacyStorage ()

देखें कि क्या ऐप्लिकेशन लेगसी स्टोरेज का अनुरोध कर रहा है.

रिटर्न
boolean AndroidManifest.xml में requestLegacyExternalStorage सही होने पर बूलियन मान सही है

इस्तेमाल करने की अनुमति मैनेज करने बाहरी स्टोरेज

public boolean isUsingPermissionManageExternalStorage ()

रिटर्न
boolean

पार्स करें

public static AaptParser parse (File apkFile, 
                AaptParser.AaptVersion aaptVersion)

apk से जानकारी पार्स करें.

पैरामीटर
apkFile File: apk फ़ाइल

aaptVersion AaptParser.AaptVersion: aapt वर्शन

रिटर्न
AaptParser अगर जानकारी नहीं मिल सकी, तो AaptParser या null

पार्स करें

public static AaptParser parse (File apkFile)

apk से जानकारी पार्स करें.

पैरामीटर
apkFile File: apk फ़ाइल

रिटर्न
AaptParser अगर जानकारी नहीं मिल सकी, तो AaptParser या null