|
Path to a file within the APK (typically res/type-config/entry.ext).
string path = 1;
abstract fun getPath(): String! |
|
Path to a file within the APK (typically res/type-config/entry.ext).
string path = 1;
abstract fun getPathBytes(): ByteString! |
|
The type of file this path points to. For UAM bundle, this cannot be
BINARY_XML.
.aapt.pb.FileReference.Type type = 2;
abstract fun getType(): Type! |
|
The type of file this path points to. For UAM bundle, this cannot be
BINARY_XML.
.aapt.pb.FileReference.Type type = 2;
abstract fun getTypeValue(): Int |