Merge "Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it" into nyc-dev am: 88545ce446

am: 9c3cebf729

* commit '9c3cebf7291a9e88d1bfb6815d5fec18e0125e68':
  Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it

Change-Id: I35f5cea0e26a5c8b59624d081b5ec41e836fefcb
This commit is contained in:
Clara Bayarri
2016-04-29 16:48:08 +00:00
committed by android-build-merger

View File

@@ -54,7 +54,7 @@ public class SettingsDrawerActivity extends Activity {
protected static final boolean DEBUG_TIMING = false;
private static final String TAG = "SettingsDrawerActivity";
static final String EXTRA_SHOW_MENU = "show_drawer_menu";
public static final String EXTRA_SHOW_MENU = "show_drawer_menu";
private static List<DashboardCategory> sDashboardCategories;
private static HashMap<Pair<String, String>, Tile> sTileCache;