Fix sim pin settings

Change-Id: I8fba2a367958da5831efd04f599ba7a363d11a1f
Fixes: 27419276
Fixes: 27529989
This commit is contained in:
Jason Monk
2016-03-30 11:41:45 -04:00
parent d719ae8e37
commit 5b39710e6d
5 changed files with 18 additions and 8 deletions

View File

@@ -28,6 +28,9 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
// Declare new temporary categories here, starting after this value.
public static final int UNDECLARED = 100000;
// Used by PreferenceActivity for the dummy fragment it adds, no useful data here.
public static final int PREFERENCE_ACTIVITY_FRAGMENT = UNDECLARED + 1;
/**
* Declare the view of this category.
*