diff options
author | Nick Kralevich <nnk@google.com> | 2013-01-09 15:54:56 -0800 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2013-01-09 15:54:56 -0800 |
commit | 1506921e8e7897be8297365dcaf15f4c6d6eb472 (patch) | |
tree | 2616559fc595745fc7b07962d43ffa6b54329f38 /api | |
parent | b102fb8ed5acdfa5f47e60b7d9fef7b5d74bd9fd (diff) | |
download | frameworks_base-1506921e8e7897be8297365dcaf15f4c6d6eb472.zip frameworks_base-1506921e8e7897be8297365dcaf15f4c6d6eb472.tar.gz frameworks_base-1506921e8e7897be8297365dcaf15f4c6d6eb472.tar.bz2 |
Revert "App home directories are now 0700 for targetSdkVersion > 17"
This reverts commit 92091fa9636403728fe94cc83400495a8612c2d3.
Bug: 7966399
Bug: 7208882
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index e4d5fd1..cf24f13 100644 --- a/api/current.txt +++ b/api/current.txt @@ -15737,7 +15737,6 @@ package android.os { field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf field public static final int JELLY_BEAN = 16; // 0x10 field public static final int JELLY_BEAN_MR1 = 17; // 0x11 - field public static final int K = 10000; // 0x2710 } public final class Bundle implements java.lang.Cloneable android.os.Parcelable { |