|
Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2;
abstract fun getPackage(index: Int): Package! |
|
Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2;
abstract fun getPackageCount(): Int |
|
Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2;
abstract fun getPackageList(): MutableList<Package!>! |
|
Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2;
abstract fun getPackageOrBuilder(index: Int): PackageOrBuilder! |
|
Resource definitions corresponding to an Android package.
repeated .aapt.pb.Package package = 2;
abstract fun getPackageOrBuilderList(): MutableList<out PackageOrBuilder!>! |
|
The string pool containing source paths referenced throughout the resource table. This does
not end up in the final binary ARSC file.
.aapt.pb.StringPool source_pool = 1;
abstract fun getSourcePool(): StringPool! |
|
The string pool containing source paths referenced throughout the resource table. This does
not end up in the final binary ARSC file.
.aapt.pb.StringPool source_pool = 1;
abstract fun getSourcePoolOrBuilder(): StringPoolOrBuilder! |
|
The string pool containing source paths referenced throughout the resource table. This does
not end up in the final binary ARSC file.
.aapt.pb.StringPool source_pool = 1;
abstract fun hasSourcePool(): Boolean |