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

Commit c52feead authored by Linus Tufvesson's avatar Linus Tufvesson
Browse files

ENABLE_TOUCH_OPAQUE_ACTIVITIES to default enabled

Try 2, first try broke appcompat post submit tests. No need for the
@ChangeId to be @Overridable on user builds.

Test: atest CtsWindowManagerDeviceTestCases:CrossAppDragAndDropTests
Test: Manually verified that touches are blocked using sample app.
Tested with normal windows, freeform windows and splitscreen
Bug: 194480991
Bug: 215427711

Change-Id: I565698bd93007b4bd6e42f8c8c36732d01c3af11
parent 5efebf4c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import static com.android.server.wm.WindowContainer.AnimationFlags.TRANSITION;

import android.app.compat.CompatChanges;
import android.compat.annotation.ChangeId;
import android.compat.annotation.Disabled;
import android.os.IBinder;
import android.os.InputConstants;
import android.os.Looper;
@@ -47,7 +46,6 @@ class ActivityRecordInputSink {
     * Feature flag for making Activities consume all touches within their task bounds.
     */
    @ChangeId
    @Disabled
    static final long ENABLE_TOUCH_OPAQUE_ACTIVITIES = 194480991L;

    private static final String TAG = "ActivityRecordInputSink";