diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-09-24 11:07:25 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-24 11:07:26 -0700 |
commit | 7451f15e7464fe8dd117b74c6dcff780785e0007 (patch) | |
tree | 1682eeedb67b07d3ed1d18d49c3dbfcff3ef3d35 /api | |
parent | b00df8e929f9ba865a95a7df3f949e6169332954 (diff) | |
parent | 556b09e184b891d9542092962ed248616810e054 (diff) | |
download | frameworks_base-7451f15e7464fe8dd117b74c6dcff780785e0007.zip frameworks_base-7451f15e7464fe8dd117b74c6dcff780785e0007.tar.gz frameworks_base-7451f15e7464fe8dd117b74c6dcff780785e0007.tar.bz2 |
Merge "Fix issue #6926562: Ensure all multi-user cache files are managed correctly" into jb-mr1-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 2b9bf65..77001a1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -5440,8 +5440,8 @@ package android.content { field public static final int MODE_ENABLE_WRITE_AHEAD_LOGGING = 8; // 0x8 field public static final int MODE_MULTI_PROCESS = 4; // 0x4 field public static final int MODE_PRIVATE = 0; // 0x0 - field public static final int MODE_WORLD_READABLE = 1; // 0x1 - field public static final int MODE_WORLD_WRITEABLE = 2; // 0x2 + field public static final deprecated int MODE_WORLD_READABLE = 1; // 0x1 + field public static final deprecated int MODE_WORLD_WRITEABLE = 2; // 0x2 field public static final java.lang.String NFC_SERVICE = "nfc"; field public static final java.lang.String NOTIFICATION_SERVICE = "notification"; field public static final java.lang.String NSD_SERVICE = "servicediscovery"; |