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

Commit 9e32e688 authored by Chinmay Dhodapkar's avatar Chinmay Dhodapkar Committed by Android (Google) Code Review
Browse files

Merge "Satellite: launch PointingUI with FLAG_ACTIVITY_NO_USER_ACTION" into main

parents 7ad4e1f3 303dfb9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ public class PointingAppController extends Handler {
        launchIntent.putExtra("needFullScreen", needFullScreenPointingUI);
        launchIntent.putExtra("isDemoMode", isDemoMode);
        launchIntent.putExtra("isEmergency", isEmergency);
        launchIntent.setFlags(Intent.FLAG_ACTIVITY_NO_USER_ACTION);

        try {
            if (!mListenerForPointingUIRegistered.get()) {