diff options
| author | Adam Powell <adamp@google.com> | 2011-04-20 13:58:00 -0700 |
|---|---|---|
| committer | Adam Powell <adamp@google.com> | 2011-04-20 13:58:00 -0700 |
| commit | 8c4da95f6b95f3ce07485ac4e4e7640c32d2e326 (patch) | |
| tree | 66252697a387f1f1ed9d6bee37c8f3011043c902 /api | |
| parent | 63f9689627b8fd9b94afd35b1274939c56e5642f (diff) | |
| download | frameworks_base-8c4da95f6b95f3ce07485ac4e4e7640c32d2e326.zip frameworks_base-8c4da95f6b95f3ce07485ac4e4e7640c32d2e326.tar.gz frameworks_base-8c4da95f6b95f3ce07485ac4e4e7640c32d2e326.tar.bz2 | |
Fix the build
Change-Id: I725f0664b5563f6af16929eff59d7a8967600660
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 990be65..0f5c98a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -23130,11 +23130,11 @@ package android.webkit { public class WebView.HitTestResult { method public java.lang.String getExtra(); method public int getType(); - field public static final int ANCHOR_TYPE = 1; // 0x1 + field public static final deprecated int ANCHOR_TYPE = 1; // 0x1 field public static final int EDIT_TEXT_TYPE = 9; // 0x9 field public static final int EMAIL_TYPE = 4; // 0x4 field public static final int GEO_TYPE = 3; // 0x3 - field public static final int IMAGE_ANCHOR_TYPE = 6; // 0x6 + field public static final deprecated int IMAGE_ANCHOR_TYPE = 6; // 0x6 field public static final int IMAGE_TYPE = 5; // 0x5 field public static final int PHONE_TYPE = 2; // 0x2 field public static final int SRC_ANCHOR_TYPE = 7; // 0x7 |
