Removing Apps/Games tab.

Change-Id: Ib0b8d096a0ead6f1a08df14e90fde96a392c2f50
This commit is contained in:
Winson Chung
2010-10-25 13:32:31 -07:00
parent a944215d36
commit 960c6f4bcf
2 changed files with 0 additions and 15 deletions
@@ -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;