Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c941850 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Track MutableBoolean's new package."

parents 242184ca 30900470
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ import android.preference.PreferenceActivity;
import android.preference.PreferenceScreen;
import android.security.KeyStore;
import android.util.EventLog;
import android.util.MutableBoolean;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@@ -42,8 +43,6 @@ import com.android.settings.ConfirmLockPattern.ConfirmLockPatternFragment;

import java.util.List;

import libcore.util.MutableBoolean;

public class ChooseLockGeneric extends PreferenceActivity {

    @Override