defPackage property

String? defPackage
getter/setter pair

Optional default package to find, if "package:" is not included in the name. Can be null to require an explicit package.

Example: "android" if you want use resources from android.R.

Implementation

String? defPackage;