| Package | Description |
|---|---|
| android.content | |
| android.content.pm |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentProvider.attachInfo(Context context,
ProviderInfo info) |
| Modifier and Type | Field and Description |
|---|---|
ProviderInfo[] |
PackageInfo.providers |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ProviderInfo> |
ProviderInfo.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
abstract ProviderInfo |
PackageManager.getProviderInfo(ComponentName component,
int flags) |
abstract ProviderInfo |
PackageManager.resolveContentProvider(String name,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ProviderInfo> |
PackageManager.queryContentProviders(String processName,
int uid,
int flags) |
| Constructor and Description |
|---|
ProviderInfo(ProviderInfo orig) |
Copyright © 2008-2013. All Rights Reserved.