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

am: 7d47bd49e3

* commit '7d47bd49e3edd978d13484966654b77f567fa647':
  Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it

Change-Id: Ie7197b6bbd2234e329d5e960180136e30eebbc07
This commit is contained in:
Clara Bayarri
2016-04-29 16:48:15 +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;