# Interface: com.pnfsoftware.jeb.core.units.code.android.IApkResourcesInfo



## Method: getPackages
- return type: `java.util.Collection<com.pnfsoftware.jeb.core.units.code.android.IApkResPackage>`


## Method: getResource
- parameter: `resId`, type: `int`
- parameter: `config`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.IApkResEntry`


## Method: getResourcesByType
- parameter: `packageId`, type: `int`
- parameter: `type`, type: `java.lang.String`
- parameter: `config`, type: `java.lang.String`
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.android.IApkResEntry>`


## Method: getString
- parameter: `index`, type: `int`
- return type: `java.lang.String`


## Method: getStrings
- return type: `java.util.List<java.lang.String>`


