diff options
author | James Cook <jamescook@google.com> | 2015-02-27 11:00:01 -0800 |
---|---|---|
committer | James Cook <jamescook@google.com> | 2015-02-27 13:40:56 -0800 |
commit | f1dad1ea82c5d9ca920af39b81ac6894ff692b99 (patch) | |
tree | d3524afcbce8aa1d7469613e64e48f7da8043a07 /api | |
parent | 471559f129b8b0c87e70d013f13386fa8fc46ec7 (diff) | |
download | frameworks_base-f1dad1ea82c5d9ca920af39b81ac6894ff692b99.zip frameworks_base-f1dad1ea82c5d9ca920af39b81ac6894ff692b99.tar.gz frameworks_base-f1dad1ea82c5d9ca920af39b81ac6894ff692b99.tar.bz2 |
Add TextView XML attribute for undo support
* Defaults to true, but can easily be changed if we decide that undo
should be off by default.
Bug: 19332904
Change-Id: Ic4f3814a1b0a5e25171a910f2fe628606e16104e
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index e92e9f4..2704ee4 100644 --- a/api/current.txt +++ b/api/current.txt @@ -296,6 +296,7 @@ package android { field public static final int allowParallelSyncs = 16843570; // 0x1010332 field public static final int allowSingleTap = 16843353; // 0x1010259 field public static final int allowTaskReparenting = 16843268; // 0x1010204 + field public static final int allowUndo = 16844006; // 0x10104e6 field public static final int alpha = 16843551; // 0x101031f field public static final int alphabeticShortcut = 16843235; // 0x10101e3 field public static final int alwaysDrawnWithCache = 16842991; // 0x10100ef diff --git a/api/system-current.txt b/api/system-current.txt index 29ebf57..66544e5 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -368,6 +368,7 @@ package android { field public static final int allowParallelSyncs = 16843570; // 0x1010332 field public static final int allowSingleTap = 16843353; // 0x1010259 field public static final int allowTaskReparenting = 16843268; // 0x1010204 + field public static final int allowUndo = 16844006; // 0x10104e6 field public static final int alpha = 16843551; // 0x101031f field public static final int alphabeticShortcut = 16843235; // 0x10101e3 field public static final int alwaysDrawnWithCache = 16842991; // 0x10100ef |