API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Constructors | |
---|---|
ParcelFileDescriptor ) |
Added Methods | |
---|---|
int describeContents() |
|
ParcelFileDescriptor fromSocket(Socket ) |
Create a new ParcelFileDescriptor from the specified Socket. |
Changed Methods | ||
---|---|---|
void finalize() |
Method was inherited from java.lang.Object, but is now defined locally. | |
void writeToParcel(Parcel, |
Change in signature from Parcel to (Parcel, int ). |
Removed Fields | |
---|---|
int MODE_READ
|
For use with .open: open the file with read access. |
Added Fields | |
---|---|
int MODE_READ_ONLY |
For use with .open: open the file with read-only access. |
int MODE_WORLD_READABLE |
For use with .open: if .MODE_CREATE has been supplied and this file doesn't already exist, then create the file with permissions such that any application can read it. |
int MODE_WORLD_WRITEABLE |
For use with .open: if .MODE_CREATE has been supplied and this file doesn't already exist, then create the file with permissions such that any application can write it. |
int MODE_WRITE_ONLY |
For use with .open: open the file with write-only access. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |