diff options
| author | 2011-06-27 16:30:17 -0700 | |
|---|---|---|
| committer | 2011-06-27 16:30:17 -0700 | |
| commit | 3111a317d315788853118497f767d73a6bc25d3d (patch) | |
| tree | e042a78dde81e601a342848e115ab13657dd87e8 | |
| parent | 5106476bbf2a8e89b47e91d60e20fd38f7fa7e85 (diff) | |
Fix build - new current.txt
Change-Id: I1d7ad685768a3d030549067766485089513a73ab
| -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 1395ef17ad6b..e2f7f8b618c4 100644 --- a/api/current.txt +++ b/api/current.txt @@ -7419,6 +7419,7 @@ package android.graphics { method public static final android.graphics.Bitmap.CompressFormat[] values(); enum_constant public static final android.graphics.Bitmap.CompressFormat JPEG; enum_constant public static final android.graphics.Bitmap.CompressFormat PNG; + enum_constant public static final android.graphics.Bitmap.CompressFormat WEBP; } public static final class Bitmap.Config extends java.lang.Enum { |