Add running services screen to developer options
This used to live under manage apps, but does no longer. Bug: 19926589 Change-Id: I2554f14205286cc38fc87779873c37a5a1f80c4e
This commit is contained in:
@@ -431,7 +431,7 @@ public class RunningProcessesView extends FrameLayout
|
||||
mMyUserId = UserHandle.myUserId();
|
||||
}
|
||||
|
||||
public void doCreate(Bundle savedInstanceState) {
|
||||
public void doCreate() {
|
||||
mAm = (ActivityManager)getContext().getSystemService(Context.ACTIVITY_SERVICE);
|
||||
mState = RunningState.getInstance(getContext());
|
||||
LayoutInflater inflater = (LayoutInflater)getContext().getSystemService(
|
||||
|
Reference in New Issue
Block a user