From 8c4da95f6b95f3ce07485ac4e4e7640c32d2e326 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 20 Apr 2011 13:58:00 -0700 Subject: [PATCH] Fix the build Change-Id: I725f0664b5563f6af16929eff59d7a8967600660 --- api/current.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/current.txt b/api/current.txt index 990be650943c8..0f5c98ac596b2 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