diff options
author | Griff Hazen <griff@google.com> | 2014-05-27 15:40:09 -0700 |
---|---|---|
committer | Griff Hazen <griff@google.com> | 2014-05-27 15:40:09 -0700 |
commit | a9cb1e66737f816d643bca03832af719cbdd0f20 (patch) | |
tree | acbe20016c2c9f3e26a81844dd071a4ce8597717 /api | |
parent | 6f72ac5d5f4b7bae34bb3dab7821f3dbcbf02bcd (diff) | |
download | frameworks_base-a9cb1e66737f816d643bca03832af719cbdd0f20.zip frameworks_base-a9cb1e66737f816d643bca03832af719cbdd0f20.tar.gz frameworks_base-a9cb1e66737f816d643bca03832af719cbdd0f20.tar.bz2 |
Add full screen size preset to WearableExtender
For custom display notifications.
Bug: 14838838
Change-Id: Id038d994d61d3c89dba08232a424a5b1b934e5db
Diffstat (limited to 'api')
-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 723bfdf..9db066a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -4141,6 +4141,7 @@ package android.app { method public android.app.Notification.WearableExtender setHintShowBackgroundOnly(boolean); method public android.app.Notification.WearableExtender setStartScrollBottom(boolean); field public static final int SIZE_DEFAULT = 0; // 0x0 + field public static final int SIZE_FULL_SCREEN = 5; // 0x5 field public static final int SIZE_LARGE = 4; // 0x4 field public static final int SIZE_MEDIUM = 3; // 0x3 field public static final int SIZE_SMALL = 2; // 0x2 |