Start fragmentizing battery usage.

Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a
This commit is contained in:
Dianne Hackborn
2010-11-10 23:34:52 -08:00
parent 115ea8aa37
commit 59a48604b5
8 changed files with 159 additions and 199 deletions

View File

@@ -131,13 +131,6 @@ public class SettingsPreferenceFragment extends PreferenceFragment
return getActivity().getSystemService(name);
}
/**
* Returns the Resources from the owning Activity.
*/
protected Resources getResources() {
return getActivity().getResources();
}
/**
* Returns the PackageManager from the owning Activity.
*/