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

Commit 5300caa7 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge remote-tracking branch 'origin/lineage-18.1' into v1-r

parents 935849e2 2b3248ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ public class KeyHandler implements DeviceKeyHandler {
        } else if (packageName.equals("com.google.android.intent.action.CONNECT_INPUT")) {
            launchIntent = new Intent("com.google.android.intent.action.CONNECT_INPUT");
            launchIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
            launchIntent.putExtra("no_input_mode", true);
        } else {
            launchIntent = mContext.getPackageManager()
                    .getLaunchIntentForPackage(packageName);