API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.content.pm.ActivityInfo

Added Methods
int describeContents()  
 

Changed Methods
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
 
 

Removed Fields
int CLEAR_ON_BACKGROUND_FLAG Bit in .flags that indicates that the activity's stack should be cleared when it moves to the background.
int EXCLUDE_FROM_RECENTS_FLAG Bit in .flags that indicates that the activity should not appear in the list of recently launched activities.
int MULTIPLE_LAUNCH Constant corresponding to multiple in the android.R.attr.launchMode attribute.
int MULTIPROCESS_FLAG Bit in .flags indicating whether this activity is able to run in multiple processes.
int SINGLE_INSTANCE_LAUNCH Constant corresponding to singleInstance in the android.R.attr.launchMode attribute.
int SINGLE_TASK_LAUNCH Constant corresponding to singleTask in the android.R.attr.launchMode attribute.
int SINGLE_TOP_LAUNCH Constant corresponding to singleTop in the android.R.attr.launchMode attribute.
int STATE_NOT_NEEDED_FLAG Bit in .flags that indicates that the activity's state is not required to be saved, so that if there is a failure the activity will not be removed from the activity stack.
 

Added Fields
int CONFIG_MCC Bit in .configChanges that indicates that the activity can itself handle changes to the IMSI MCC.
int CONFIG_MNC Bit in .configChanges that indicates that the activity can itself handle changes to the IMSI MNC.
int FLAG_ALLOW_TASK_REPARENTING Bit in .flags that indicates that the activity can be moved between tasks based on its task affinity.
int FLAG_ALWAYS_RETAIN_TASK_STATE Bit in .flags indicating that, when the activity is the root of a task, that task's stack should never be cleared when it is relaunched from home.
int FLAG_CLEAR_TASK_ON_LAUNCH Bit in .flags indicating that, when the activity is the root of a task, that task's stack should be cleared each time the user re-launches it from home.
int FLAG_EXCLUDE_FROM_RECENTS Bit in .flags that indicates that the activity should not appear in the list of recently launched activities.
int FLAG_FINISH_ON_TASK_LAUNCH Bit in .flags indicating that, when the activity's task is relaunched from home, this activity should be finished.
int FLAG_MULTIPROCESS Bit in .flags indicating whether this activity is able to run in multiple processes.
int FLAG_STATE_NOT_NEEDED Bit in .flags indicating that the activity's state is not required to be saved, so that if there is a failure the activity will not be removed from the activity stack.
int LAUNCH_MULTIPLE Constant corresponding to multiple in the android.R.attr.launchMode attribute.
int LAUNCH_SINGLE_INSTANCE Constant corresponding to singleInstance in the android.R.attr.launchMode attribute.
int LAUNCH_SINGLE_TASK Constant corresponding to singleTask in the android.R.attr.launchMode attribute.
int LAUNCH_SINGLE_TOP Constant corresponding to singleTop in the android.R.attr.launchMode attribute.
int SCREEN_ORIENTATION_BEHIND Constant corresponding to behind in the android.R.attr.screenOrientation attribute.
int SCREEN_ORIENTATION_LANDSCAPE Constant corresponding to landscape in the android.R.attr.screenOrientation attribute.
int SCREEN_ORIENTATION_NOSENSOR Constant corresponding to sensor in the android.R.attr.screenOrientation attribute.
int SCREEN_ORIENTATION_PORTRAIT Constant corresponding to portrait in the android.R.attr.screenOrientation attribute.
int SCREEN_ORIENTATION_SENSOR Constant corresponding to sensor in the android.R.attr.screenOrientation attribute.
int SCREEN_ORIENTATION_UNSPECIFIED Constant corresponding to unspecified in the android.R.attr.screenOrientation attribute.
int SCREEN_ORIENTATION_USER Constant corresponding to user in the android.R.attr.screenOrientation attribute.
int screenOrientation The preferred screen orientation this activity would like to run in.
String targetActivity If this is an activity alias, this is the real activity class to run for it.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff