summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsPagedView.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-10-25 13:32:31 -0700
committerWinson Chung <winsonc@google.com>2010-10-25 13:41:39 -0700
commit960c6f4bcfa852fc4bbd2291946faf982cfa432f (patch)
tree0ab9701a9222f51dc9ab352f6d84ebf6a4276ec5 /src/com/android/launcher2/AllAppsPagedView.java
parenta944215d364c178c9b0b8f5bdcce16e1f10c552d (diff)
downloadandroid_packages_apps_Trebuchet-960c6f4bcfa852fc4bbd2291946faf982cfa432f.tar.gz
android_packages_apps_Trebuchet-960c6f4bcfa852fc4bbd2291946faf982cfa432f.tar.bz2
android_packages_apps_Trebuchet-960c6f4bcfa852fc4bbd2291946faf982cfa432f.zip
Removing Apps/Games tab.
Change-Id: Ib0b8d096a0ead6f1a08df14e90fde96a392c2f50
Diffstat (limited to 'src/com/android/launcher2/AllAppsPagedView.java')
-rw-r--r--src/com/android/launcher2/AllAppsPagedView.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/launcher2/AllAppsPagedView.java b/src/com/android/launcher2/AllAppsPagedView.java
index 5de53d80f..54b2d27b0 100644
--- a/src/com/android/launcher2/AllAppsPagedView.java
+++ b/src/com/android/launcher2/AllAppsPagedView.java
@@ -430,9 +430,6 @@ public class AllAppsPagedView extends PagedView
TextView icon = (TextView) mInflater.inflate(
R.layout.all_apps_no_items_placeholder, layout, false);
switch (mAppFilter) {
- case ApplicationInfo.GAME_FLAG:
- icon.setText(mContext.getString(R.string.all_apps_no_games));
- break;
case ApplicationInfo.DOWNLOADED_FLAG:
icon.setText(mContext.getString(R.string.all_apps_no_downloads));
break;