Removing Apps/Games tab.
Change-Id: Ib0b8d096a0ead6f1a08df14e90fde96a392c2f50
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user