diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-09-02 12:22:18 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-09-02 12:22:18 -0700 |
commit | 5d927c2d8e832fcfcb0154c8741f896001141ef4 (patch) | |
tree | 7d162893e30019d24ec5a50cdc5566878e8d3a08 /api/current.txt | |
parent | a55c369e73a8864cc34290625acd16c68956c58a (diff) | |
download | frameworks_base-5d927c2d8e832fcfcb0154c8741f896001141ef4.zip frameworks_base-5d927c2d8e832fcfcb0154c8741f896001141ef4.tar.gz frameworks_base-5d927c2d8e832fcfcb0154c8741f896001141ef4.tar.bz2 |
Fix issue #5150899: Call activity takes 15MB we never get back.
Persistent process can no longer use hardware acclerated drawing
when running on a low-memory device.
Change-Id: I3110335617af1c98fcede9bf41f4a1d0c20d0e87
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 21ee1f1..c23c360 100644 --- a/api/current.txt +++ b/api/current.txt @@ -23713,7 +23713,7 @@ package android.view { field public static final int FLAGS_CHANGED = 4; // 0x4 field public static final int FLAG_ALLOW_LOCK_WHILE_SCREEN_ON = 1; // 0x1 field public static final int FLAG_ALT_FOCUSABLE_IM = 131072; // 0x20000 - field public static final int FLAG_BLUR_BEHIND = 4; // 0x4 + field public static final deprecated int FLAG_BLUR_BEHIND = 4; // 0x4 field public static final int FLAG_DIM_BEHIND = 2; // 0x2 field public static final int FLAG_DISMISS_KEYGUARD = 4194304; // 0x400000 field public static final int FLAG_DITHER = 4096; // 0x1000 |