Fix legal info back button

Make it its own SettingsPreferenceFragment.

whitespace--

Bug: 20727881
Change-Id: I1f790af03d316c1d43377a6d8606084d9f3a747f
This commit is contained in:
Jason Monk
2015-06-10 10:02:59 -04:00
parent da6a4904a9
commit f94023216a
7 changed files with 200 additions and 100 deletions

View File

@@ -26,6 +26,8 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
// Declare new temporary categories here, starting after this value.
public static final int UNDECLARED = 100000;
public static final int ABOUT_LEGAL_SETTINGS = UNDECLARED + 1;
/**
* Declare the view of this category.
*