Java android.content.pm ProviderInfo fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm ProviderInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm ProviderInfo.

The text is from its open source code.

Field

intFLAG_SINGLE_USER
Bit in #flags : If set, a single instance of the provider will run for all users on the device.

Constructor

Method

DrawableloadIcon(PackageManager pm)
Retrieve the current graphical icon associated with this item.
CharSequenceloadLabel(@NonNull PackageManager pm)
Retrieve the current textual label associated with this item.
XmlResourceParserloadXmlMetaData(PackageManager pm, String name)
Load an XML resource attached to the meta-data of this item.