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

Commit d82d3922 authored by Aaron Kling's avatar Aaron Kling
Browse files

The bluetooth pairing page cannot be exited, disable it for now.

Change-Id: Ife3d13a77da7e40a1a5e1963eb164c44cb088f2d
parent 0f168378
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -237,9 +237,7 @@ public class SetupWizardUtils {
    }

    public static void disableComponentsForMissingFeatures(Context context) {
        if (!hasLeanback(context)) {
        disableComponent(context, BluetoothSetupActivity.class);
        }
        if (!hasFingerprint(context)) {
            disableComponent(context, FingerprintActivity.class);
        }