*/ - public static final String EXTRA_HEADERS_KEY = "com.android.browser.headers_key"; - - /** - * The name of the extra data in the VIEW intent. The data is in the format - * of String array. This should be paired with EXTRA_HEADERS_KEY. - *
- * The values will be combined with the keys and sent in the HTTP request - * headers for the provided url. The url's schema must be http(s). - *
- */ - public static final String EXTRA_HEADERS_VALUE = "com.android.browser.headers_value"; + public static final String EXTRA_HEADERS = "com.android.browser.headers"; /* if you change column order you must also change indices below */