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

Commit c9b125c0 authored by Joshua McCloskey's avatar Joshua McCloskey
Browse files

Enable haptic for face coex

Test: Manual.
Fixes: 227292745
Change-Id: Ida9efcc3709dbdcee2859d48a93825fe26b566ca
parent 8ebb15f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -958,7 +958,7 @@ public class BiometricService extends SystemService {

        public boolean isCoexFaceNonBypassHapticsDisabled(Context context) {
            return Settings.Secure.getInt(context.getContentResolver(),
                    CoexCoordinator.FACE_HAPTIC_DISABLE, 1) != 0;
                    CoexCoordinator.FACE_HAPTIC_DISABLE, 0) != 0;
        }

        public Supplier<Long> getRequestGenerator() {