summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-10-01 13:44:56 -0700
committerWinson Chung <winsonc@google.com>2010-10-01 13:51:55 -0700
commit58f208892274c91b83dbbad6c50ea8638f106b33 (patch)
treece95b1b1174dc2da627e9a80e940616dd39bb42f /src/com/android
parentd98979b8147065878719cd2adb039317ba3abe0a (diff)
downloadpackages_apps_trebuchet-58f208892274c91b83dbbad6c50ea8638f106b33.zip
packages_apps_trebuchet-58f208892274c91b83dbbad6c50ea8638f106b33.tar.gz
packages_apps_trebuchet-58f208892274c91b83dbbad6c50ea8638f106b33.tar.bz2
Adding more specific title for pick-application dialog.
Change-Id: I9703f80b34d05b2cfa6239652eae36d1ebcde6e5
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher2/Launcher.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java
index 8c64af7..9626a2e 100644
--- a/src/com/android/launcher2/Launcher.java
+++ b/src/com/android/launcher2/Launcher.java
@@ -1234,6 +1234,7 @@ public final class Launcher extends Activity
Intent pickIntent = new Intent(Intent.ACTION_PICK_ACTIVITY);
pickIntent.putExtra(Intent.EXTRA_INTENT, mainIntent);
+ pickIntent.putExtra(Intent.EXTRA_TITLE, getText(R.string.title_select_application));
startActivityForResultSafely(pickIntent, REQUEST_PICK_APPLICATION);
} else {
startActivityForResultSafely(intent, REQUEST_CREATE_SHORTCUT);