Start fragmentizing Manage Applications.
Change-Id: I0c3d6a358d0236893aba7257537ec32bfad4170d
This commit is contained in:
@@ -433,7 +433,7 @@ public class RunningProcessesView extends FrameLayout
|
||||
super(context, attrs);
|
||||
}
|
||||
|
||||
public void doCreate(Bundle savedInstanceState, Object nonConfigurationInstace) {
|
||||
public void doCreate(Bundle savedInstanceState) {
|
||||
mAm = (ActivityManager)getContext().getSystemService(Context.ACTIVITY_SERVICE);
|
||||
mState = RunningState.getInstance(getContext());
|
||||
LayoutInflater inflater = (LayoutInflater)getContext().getSystemService(
|
||||
@@ -486,10 +486,6 @@ public class RunningProcessesView extends FrameLayout
|
||||
return false;
|
||||
}
|
||||
|
||||
public Object doRetainNonConfigurationInstance() {
|
||||
return null;
|
||||
}
|
||||
|
||||
void updateTimes() {
|
||||
Iterator<ActiveItem> it = mActiveItems.values().iterator();
|
||||
while (it.hasNext()) {
|
||||
|
Reference in New Issue
Block a user