android.content.pm
public
final
class
android.content.pm.ProviderInfo
Summary
Constants
Fields
| public |
|
|
String |
authority |
The name provider is published under content:// |
| public |
|
|
int |
initOrder |
Used to control initialization order of single-process providers
running in the same process. |
| public |
|
|
boolean |
isSyncable |
Whether or not this provider is syncable. |
| public |
|
|
boolean |
multiprocess |
If true, this content provider allows multiple instances of itself
to run in different process. |
| public |
|
|
String |
readPermission |
Optional permission required for read-only access this content
provider. |
| public |
|
|
String |
writePermission |
Optional permission required for read/write access this content
provider. |
| public |
|
|
ApplicationInfo |
applicationInfo |
Global information about the application/package this component is a
part of. |
| public |
|
|
boolean |
enabled |
Indicates whether or not this component may be instantiated. |
| public |
|
|
String |
processName |
The name of the process this component should run in. |
| public |
|
|
int |
icon |
A drawable resource identifier (in the package's resources) of this
component's icon. |
| public |
|
|
int |
labelRes |
A string resource identifier (in the package's resources) of this
component's label. |
| public |
|
|
Bundle |
metaData |
Additional meta-data associated with this component. |
| public |
|
|
String |
name |
Public name of this item. |
| public |
|
|
CharSequence |
nonLocalizedLabel |
The string provided in the AndroidManifest file, if any. |
| public |
|
|
String |
packageName |
Name of the package that this item is in. |
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
Creator
CREATOR
Fields
public
String
authority
The name provider is published under content://
public
int
initOrder
Used to control initialization order of single-process providers
running in the same process. Higher goes first.
public
boolean
isSyncable
Whether or not this provider is syncable.
public
boolean
multiprocess
If true, this content provider allows multiple instances of itself
to run in different process. If false, a single instances is always
run in
processName.
public
String
readPermission
Optional permission required for read-only access this content
provider.
public
String
writePermission
Optional permission required for read/write access this content
provider.
Public Constructors
Public Methods
public
String
toString()
Answers a string containing a concise, human-readable description of the
receiver.
public
void
writeToParcel(Parcel out)