From 1d93d4cedcd5f85f87f7a6c7a1a3e2845ea385e3 Mon Sep 17 00:00:00 2001 From: Paul Westbrook Date: Mon, 1 Mar 2010 13:06:48 -0800 Subject: [PATCH] Bug 2464063 Remove Browser.EXTRA_SHARE_TITLE, since Intent.EXTRA_SUBJECT is the standard way to set a title for a SEND intent --- core/java/android/provider/Browser.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/java/android/provider/Browser.java b/core/java/android/provider/Browser.java index f7c314802c4af..10b93711ebbaf 100644 --- a/core/java/android/provider/Browser.java +++ b/core/java/android/provider/Browser.java @@ -144,14 +144,6 @@ public class Browser { c.startActivity(i); } - /** - * Stores a String extra in an {@link Intent} representing the title of a - * page to share. When receiving an {@link Intent#ACTION_SEND} from the - * Browser, use this to access the title. - * @hide - */ - public final static String EXTRA_SHARE_TITLE = "share_title"; - /** * Stores a Bitmap extra in an {@link Intent} representing the screenshot of * a page to share. When receiving an {@link Intent#ACTION_SEND} from the