Example usage for Java android.content.pm ProviderInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | FLAG_SINGLE_USER Bit in #flags : If set, a single instance of the provider will run for all users on the device. |
Drawable | loadIcon(PackageManager pm) Retrieve the current graphical icon associated with this item. |
CharSequence | loadLabel(@NonNull PackageManager pm) Retrieve the current textual label associated with this item. |
XmlResourceParser | loadXmlMetaData(PackageManager pm, String name) Load an XML resource attached to the meta-data of this item. |