API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
The superclass changed from java.lang.Object
to android.content.pm.PackageItemInfo
.
Added Constructors | |
---|---|
ApplicationInfo ) |
Added Methods | |
---|---|
int describeContents() |
|
CharSequence loadDescription(PackageManager ) |
Retrieve the textual description of the application. |
Changed Methods | ||
---|---|---|
void writeToParcel(Parcel, |
Change in signature from Parcel to (Parcel, int ). |
Added Fields | |
---|---|
int FLAG_ALLOW_CLEAR_USER_DATA |
Value for .flags: default value for the corresponding ActivityInfo flag. |
int FLAG_ALLOW_TASK_REPARENTING |
Value for .flags: default value for the corresponding ActivityInfo flag. |
int FLAG_DEBUGGABLE |
Value for .flags: set to true if this application would like to allow debugging of its code, even when installed on a non-development system. |
int FLAG_FACTORY_TEST |
Value for .flags: set to true iif this application holds the android.Manifest.permission.FACTORY_TEST permission and the device is running in factory test mode. |
int FLAG_HAS_CODE |
Value for .flags: set to true if this application has code associated with it. |
int FLAG_PERSISTENT |
Value for .flags: set to true if this application is persistent. |
int FLAG_SYSTEM |
Value for .flags: if set, this application is installed in the device's system image. |
int descriptionRes |
A style resource identifier (in the package's resources) of the description of an application. |
int flags |
Flags associated with the application. |
String manageSpaceActivityName |
Java class implementing the Application's manage space functionality. |
String publicSourceDir |
Full path to the location of the publicly available parts of this package (i.e. |
String[] sharedLibraryFiles |
Paths to all shared libraries this application is linked against. |
Changed Fields | ||
---|---|---|
int icon |
Field was locally defined, but is now inherited from PackageItemInfo. | A drawable resource identifier (in the package's resources) of this component's icon. |
int labelRes |
Field was locally defined, but is now inherited from PackageItemInfo. | A string resource identifier (in the package's resources) of this component's label. |
CharSequence nonLocalizedLabel |
Field was locally defined, but is now inherited from PackageItemInfo. | The string provided in the AndroidManifest file, if any. |
String packageName |
Field was locally defined, but is now inherited from PackageItemInfo. | Name of the package that this item is in. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |