From a03f046522f568a79b75556aa54c0407b1151511 Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Mon, 15 Jun 2009 16:29:21 -0700 Subject: [PATCH] hide the new constant as it is pending api approval --- core/java/android/provider/Browser.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/java/android/provider/Browser.java b/core/java/android/provider/Browser.java index 62cee72b10df2..9c8c537d1c237 100644 --- a/core/java/android/provider/Browser.java +++ b/core/java/android/provider/Browser.java @@ -85,6 +85,9 @@ public class Browser { * If the Browser is handling the intent and the setting for * USE_LOCATION_FOR_SERVICES is allow, the Browser will send the location in * the POST data if this extra data is presented and it is true. + *

+ * pending api approval + * @hide */ public static final String EXTRA_APPEND_LOCATION = "com.android.browser.append_location";