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

am: 88545ce446

* commit '88545ce4463939b90be1e5141b1dc3c1994fa35d':
  Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it

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