Merge "Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
88545ce446
@@ -52,7 +52,7 @@ public class SettingsDrawerActivity extends Activity {
|
|||||||
protected static final boolean DEBUG_TIMING = false;
|
protected static final boolean DEBUG_TIMING = false;
|
||||||
private static final String TAG = "SettingsDrawerActivity";
|
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 List<DashboardCategory> sDashboardCategories;
|
||||||
private static HashMap<Pair<String, String>, Tile> sTileCache;
|
private static HashMap<Pair<String, String>, Tile> sTileCache;
|
||||||
|
|||||||
Reference in New Issue
Block a user