diff options
author | Adam Lesinski <adamlesinski@google.com> | 2013-09-20 14:08:25 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2013-09-20 14:59:34 -0700 |
commit | eb8c3f93edc826413ff4143284dec01c1061d5cc (patch) | |
tree | 29c0308a276456bb6d829a4a8f773ed4b14c9043 /api/current.txt | |
parent | 0286f5e2786865e35781180c88e67a0f981e942d (diff) | |
download | frameworks_base-eb8c3f93edc826413ff4143284dec01c1061d5cc.zip frameworks_base-eb8c3f93edc826413ff4143284dec01c1061d5cc.tar.gz frameworks_base-eb8c3f93edc826413ff4143284dec01c1061d5cc.tar.bz2 |
Surfaces ParcelFileDescriptor#parseMode() as API
Moves ContentResolver#modeToMode() to ParcelFileDescriptor#parseMode()
bug:10711271
Change-Id: I28a5de4ca70adfbec4caf739863b77f0fd7fd9a4
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 15a19cc..5b734df 100644 --- a/api/current.txt +++ b/api/current.txt @@ -18380,6 +18380,7 @@ package android.os { method public long getStatSize(); method public static android.os.ParcelFileDescriptor open(java.io.File, int) throws java.io.FileNotFoundException; method public static android.os.ParcelFileDescriptor open(java.io.File, int, android.os.Handler, android.os.ParcelFileDescriptor.OnCloseListener) throws java.io.IOException; + method public static int parseMode(java.lang.String); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator CREATOR; field public static final int MODE_APPEND = 33554432; // 0x2000000 |