Contains Apk Badging Dump Information
Inheritance Hierarchy
RegawMOD.AndroidAAPTBadging
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
The AAPTBadging type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AAPTBadging | Initializes a new instance of the AAPTBadging class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessDump | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Properties
Name | Description | |
---|---|---|
![]() | Activity |
Gets a AAPTBadgingLaunchableActivity containing infomation about the Apk
|
![]() | Application |
Gets a AAPTBadgingApplicationInfo containing infomation about the Apk
|
![]() | Package |
Gets a AAPTBadgingPackageInfo containing infomation about the Apk
|
![]() | Permissions |
Gets a List<string> containing the Android Permissions used by the Apk
|
![]() | ScreenDensities |
Gets a List<int> containing the supported screen densities of the Apk
|
![]() | SdkVersion |
Gets a value indicating the Android Sdk Version of the Apk
|
![]() | Source |
Gets a FileInfo containing information about the source Apk
|
![]() | TargetSdkVersion |
Gets a value indicating the Target Android Sdk Version of the Apk
|
See Also