Class android.app.ActivityOptions
| Added Methods | |
|---|---|
int getPendingIntentBackgroundActivityStartMode() |
|
int getPendingIntentCreatorBackgroundActivityStartMode() |
|
boolean isShareIdentityEnabled() |
|
ActivityOptions setPendingIntentBackgroundActivityStartMode(int) |
|
ActivityOptions setPendingIntentCreatorBackgroundActivityStartMode(int) |
|
ActivityOptions setShareIdentityEnabled(boolean) |
|
| Changed Methods | ||
|---|---|---|
boolean isPendingIntentBackgroundActivityLaunchAllowed() |
Now deprecated. |
|
void setPendingIntentBackgroundActivityLaunchAllowed(boolean) |
Now deprecated. |
|
| Added Fields | |
|---|---|
int MODE_BACKGROUND_ACTIVITY_START_ALLOWED |
|
int MODE_BACKGROUND_ACTIVITY_START_DENIED |
|
int MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED |
|
