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

Commit e1fee3b4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stop setting flag to enable two-finger passthrough swipes."

parents 47f37a2a fbab59f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -650,7 +650,6 @@ public class AccessibilityServiceInfo implements Parcelable {
                    0);
            flags = asAttributes.getInt(
                    com.android.internal.R.styleable.AccessibilityService_accessibilityFlags, 0);
            flags |= FLAG_REQUEST_2_FINGER_PASSTHROUGH;
            mSettingsActivityName = asAttributes.getString(
                    com.android.internal.R.styleable.AccessibilityService_settingsActivity);
            if (asAttributes.getBoolean(com.android.internal.R.styleable