OSDN Git Service

Remove the obsolete unused hidden constant.
authorGrace Kloba <klobag@google.com>
Mon, 1 Feb 2010 22:53:23 +0000 (14:53 -0800)
committerGrace Kloba <klobag@google.com>
Mon, 1 Feb 2010 23:08:40 +0000 (15:08 -0800)
core/java/android/provider/Browser.java

index 0b1b16b..36255d0 100644 (file)
@@ -56,29 +56,6 @@ public class Browser {
         "com.android.browser.application_id";
 
     /**
-     * The name of the extra data in the VIEW intent. The data is in boolean.
-     * <p>
-     * 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.
-     * <p>
-     * pending api approval
-     * @hide
-     */
-    public static final String EXTRA_APPEND_LOCATION = "com.android.browser.append_location";
-
-    /**
-     * The name of the extra data in the VIEW intent. The data is in the format of
-     * a byte array.
-     * <p>
-     * Any value sent here will be passed in the http request to the provided url as post data.
-     * <p>
-     * pending api approval
-     * @hide
-     */
-    public static final String EXTRA_POST_DATA = "com.android.browser.post_data";
-
-    /**
      * The name of the extra data in the VIEW intent. The data are key/value
      * pairs in the format of Bundle. They will be sent in the HTTP request
      * headers for the provided url. The keys can't be the standard HTTP headers