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

Commit 7bb86a69 authored by Wilson Wu's avatar Wilson Wu Committed by Automerger Merge Worker
Browse files

[RESTRICT AUTOMERGE] Make MultiClient IMMS PendingIntent IMMUTABLE am: 60b062f7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16170294

Change-Id: I774620c4e0c7dc59f4bf5ff542c4e980073c3843
parents 75448f6a 60b062f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -917,7 +917,7 @@ public final class MultiClientInputMethodManagerService {
                            .putExtra(Intent.EXTRA_CLIENT_INTENT, PendingIntent.getActivity(
                            .putExtra(Intent.EXTRA_CLIENT_INTENT, PendingIntent.getActivity(
                                    context, 0,
                                    context, 0,
                                    new Intent(Settings.ACTION_INPUT_METHOD_SETTINGS),
                                    new Intent(Settings.ACTION_INPUT_METHOD_SETTINGS),
                                    PendingIntent.FLAG_MUTABLE));
                                    PendingIntent.FLAG_IMMUTABLE));


            // Note: Instead of re-dispatching callback from the main thread to the worker thread
            // Note: Instead of re-dispatching callback from the main thread to the worker thread
            // where OnWorkerThreadCallback is running, we pass the Handler object here so that
            // where OnWorkerThreadCallback is running, we pass the Handler object here so that