aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add required flag to receivers in LatinIME" into udc-dev am: 7b0c5a98c...•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21941666 Change-Id: I1023d4707116c3138e557476ec3c26abf28876c3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Michael Groover2023-03-140-0/+0
|\
| * Merge "Add required flag to receivers in LatinIME" into udc-dev am: 7b0c5a98c1•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21941666 Change-Id: I20b75f666b1f4e3094508d755c91354ade90b0e2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Michael Groover2023-03-141-4/+19
| |\
* | \ Merge "Add required flag to receivers in LatinIME" into udc-dev am: 7b0c5a98c...•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21941666 Change-Id: Ie81829a6f5094fd8dbfe6709180812bd357ef887 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Michael Groover2023-03-141-4/+19
|\ \ \
| * \ \ Merge "Add required flag to receivers in LatinIME" into udc-dev am: 7b0c5a98c1•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21941666 Change-Id: I0feec251e3d9896f260527ec2c57835b7571dc18 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Michael Groover2023-03-141-4/+19
| |\ \ \ | | | |/ | | |/|
| | * | Merge "Add required flag to receivers in LatinIME" into udc-devMichael Groover2023-03-141-4/+19
| | |\ \
| | | * | Add required flag to receivers in LatinIME•••Android T allows apps to declare a runtime receiver as not exported by invoking registerReceiver with a new RECEIVER_NOT_EXPORTED flag; receivers registered with this flag will only receive broadcasts from the platform and the app itself. However to ensure developers can properly protect their receivers, all apps targeting U and registering a receiver for non-system broadcasts must specify either the exported or not exported flag when invoking registerReceiver; if one of these flags is not provided, the platform will throw a SecurityException. This commit updates the dictionary receivers with the RECEIVER_NOT_EXPORTED flag since these are only sent from the local app. The HIDE_SOFT_INPUT receiver is flagged with the RECEIVER_EXPORTED flag since it can be sent by any app with the corresponding permission. Bug: 234659204 Test: Build Change-Id: I2b9a1360e0eb1c1965c07cc71dca9f11eb153517 Michael Groover2023-03-091-4/+19
* | | | | Baseline NewApi issues am: f5c1b4cc37 am: 808b04285b•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21913526 Change-Id: I3bed1d17c37cad9797aeabab82c579c2e27b2868 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Cole Faust2023-03-100-0/+0
|\| | | |
| * | | | Baseline NewApi issues am: f5c1b4cc37•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21913526 Change-Id: Ibb51acd8d25a1a6b27be4798f19336af60f11744 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Cole Faust2023-03-101-32/+12
| |\| | | | | |/ / | |/| |
* | | | Baseline NewApi issues am: f5c1b4cc37 am: 7810801b09•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21913526 Change-Id: Ia97e406be5162cbe2f24334a57ea22a8a3dd32f1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Cole Faust2023-03-101-32/+12
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Baseline NewApi issues am: f5c1b4cc37•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/21913526 Change-Id: I20869dc50736c49f05dc544b452146d871655d48 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Cole Faust2023-03-101-32/+12
|/| | | |/
| * Baseline NewApi issues•••NewApi was recently updated to support linting methods in the system, module_lib, and system_server sdks, and was demoted to a warning due to the new issues it finds. Baseline all the new issues that NewApi can be made an error again. These cls were generated automatically by a script that copied the NewApi issues from the reference baselines. Bug: 268261262 Test: m lint-check Change-Id: I99bb901018da30f39cf799ac6c939863266cee34 Cole Faust2023-03-091-32/+12
|/
* [automerge] Update preparers to align across everything 2p: 3ae2304d4f•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/20710172 Bug: 261855411 Change-Id: Ieaf01b3acea9cad11e2bc6d3d61a6b5811855c52 Julien Desprez2022-12-121-1/+1
|\
| * Update preparers to align across everything•••Carry the exact same options. Test: presubmit Bug: 261855411 Change-Id: Ic48ffa4fec4ebf2027525476bf346abce3f0a1b0 Julien Desprez2022-12-121-1/+1
* | Merge "Fix errorprone warnings that should be errors" am: 6d585ed76c am: 78a4...•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2256807 Change-Id: I0b54d410fdabe3424e0eff31153048e474e93923 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-10-176-6/+7
|\ \
| * \ Merge "Fix errorprone warnings that should be errors" am: 6d585ed76c am: 78a4...•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2256807 Change-Id: Ie8d7a908adb83e2556d7b2d27beecc0e29978173 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-10-176-6/+7
| |\ \
| | * | Merge "Fix errorprone warnings that should be errors" am: 6d585ed76c•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2256807 Change-Id: I7d8662bdc880e331cf2d912dae7cc18b70743975 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-10-176-6/+7
| |/| |
| | * | Merge "Fix errorprone warnings that should be errors"Treehugger Robot2022-10-176-6/+7
| | |\ \
| | | * | Fix errorprone warnings that should be errors•••This commit is part of a large scale change to fix errorprone errors that have been downgraded to warnings in the android source tree, so that they can be promoted to errors again. The full list of changes include the following, but not all will be present in any one individual commit: BadAnnotationImplementation BadShiftAmount BanJNDI BoxedPrimitiveEquality ComparableType ComplexBooleanConstant CollectionToArraySafeParameter ConditionalExpressionNumericPromotion DangerousLiteralNull DoubleBraceInitialization DurationFrom DurationTemporalUnit EmptyTopLevelDeclaration EqualsNull EqualsReference FormatString FromTemporalAccessor GetClassOnAnnotation GetClassOnClass HashtableContains IdentityBinaryExpression IdentityHashMapBoxing InstantTemporalUnit InvalidTimeZoneID InvalidZoneId IsInstanceIncompatibleType JUnitParameterMethodNotFound LockOnBoxedPrimitive MathRoundIntLong MislabeledAndroidString MisusedDayOfYear MissingSuperCall MisusedWeekYear ModifyingCollectionWithItself NoCanIgnoreReturnValueOnClasses NonRuntimeAnnotation NullableOnContainingClass NullTernary OverridesJavaxInjectableMethod ParcelableCreator PeriodFrom PreconditionsInvalidPlaceholder ProtoBuilderReturnValueIgnored ProtoFieldNullComparison RandomModInteger RectIntersectReturnValueIgnored ReturnValueIgnored SelfAssignment SelfComparison SelfEquals SizeGreaterThanOrEqualsZero StringBuilderInitWithChar TreeToString TryFailThrowable UnnecessaryCheckNotNull UnusedCollectionModifiedInPlace XorPower See https://errorprone.info/bugpatterns for more information on the checks. Bug: 253827323 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: I454a105ae82484a2d19aff1808e8d9dd55ba64f4 Cole Faust2022-10-176-6/+7
| | |/ /
* | | | Declaring package visibility needs for LatinIME•••Bug: 179783492 Bug: 179783499 Bug: 216823971 Test: atest LatinIMETests Change-Id: I309ffefe261049a5d3abce8e16829cd66f9123dc Rhed Jao2022-09-211-1/+9
* | | | Merge "Fix array-related errorprone warnings" am: 370d41de92 am: 3a06d6180b a...•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186538 Change-Id: Idd10a3df6c0a34fe3d14d493a8af5b64338f298f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-08-241-1/+3
|\| | |
| * | | Merge "Fix array-related errorprone warnings" am: 370d41de92 am: 3a06d6180b a...•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186538 Change-Id: Ib3878ed212ae13dddd9761aefda2960cb7defbb4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-08-241-1/+3
| |\ \ \
| | * \ \ Merge "Fix array-related errorprone warnings" am: 370d41de92 am: 3a06d6180b a...•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186538 Change-Id: I609ca003a48f3eb2a323ed456fc54d5754bd694f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-08-241-1/+3
| | |\ \ \
| | | * \ \ Merge "Fix array-related errorprone warnings" am: 370d41de92 am: 3a06d6180b•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186538 Change-Id: Ic25b4e765f6612409aa840c7e4dc392d99fb254a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-08-241-1/+3
| | | |\ \ \
| | | | * | | Merge "Fix array-related errorprone warnings" am: 370d41de92•••Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186538 Change-Id: I8c9cc9d63affa572ca6bf79ff156f69f7ee96db1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Treehugger Robot2022-08-241-1/+3
| | | | |\| |
| | | | | * | Merge "Fix array-related errorprone warnings"Treehugger Robot2022-08-241-1/+3
| | | | |/| |
| | | | | * | Fix array-related errorprone warnings•••The ArrayEquals, ArrayHashCode, ArrayToString, and ArraysAsListPrimitiveArray errorprone findings were demoted from errors to warnings. Fix existing occurrences of them so they can be made errors again. Bug: 242630963 Test: RUN_ERROR_PRONE=true m javac-check Change-Id: I689397a7196277de3fd301836e72f7555e2036cb Cole Faust2022-08-151-1/+3
* | | | | | | [automerger skipped] Merge "DO NOT MERGE - Merge Android 13" am: 7005e0c12f -...•••am skip reason: subject contains skip directive Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: I4d5fbc004bbefa42848bceadf659d0a25a57afbd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-170-0/+0
|\| | | | | |
| * | | | | | [automerger skipped] Merge "DO NOT MERGE - Merge Android 13" am: 7005e0c12f -...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: Ifc14b063977916d54bec38aa1d4f7f09bbe9d401 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-170-0/+0
| |\| | | | |
| | * | | | | [automerger skipped] Merge "DO NOT MERGE - Merge Android 13" am: 7005e0c12f -...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: I0aa5940a87d0a9cf5eb40d8d3841f0d0e6a7c310 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-160-0/+0
| | |\| | | |
| | | * | | | [automerger skipped] Merge "DO NOT MERGE - Merge Android 13" am: 7005e0c12f -...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: I2c79acfa20a9200db266fd982b142905ec8cf0b0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-160-0/+0
| | | |\| | |
| | | | * | | Merge "DO NOT MERGE - Merge Android 13"Xin Li2022-08-167-59/+150
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
* | | | | | | [automerger skipped] DO NOT MERGE - Merge Android 13 am: 2012c03ae7 -s ours a...•••am skip reason: subject contains skip directive Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: Icf9ef9d150be644dad93e1284f343ee178da1dc1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-170-0/+0
|\| | | | | |
| * | | | | | [automerger skipped] DO NOT MERGE - Merge Android 13 am: 2012c03ae7 -s ours a...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: I35d476cbc57a934f0ba08a3ef203a1ec42ad7cd5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-170-0/+0
| |\| | | | |
| | * | | | | [automerger skipped] DO NOT MERGE - Merge Android 13 am: 2012c03ae7 -s ours a...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: I210262f2fe9ad726ae1c4c9a832ec6db5fd76a80 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-160-0/+0
| | |\| | | |
| | | * | | | [automerger skipped] DO NOT MERGE - Merge Android 13 am: 2012c03ae7 -s ours•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2186832 Change-Id: Ifa4bae36305d050c1a6b5a569ad471f85a9d51d5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-08-160-0/+0
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | DO NOT MERGE - Merge Android 13•••Bug: 242648940 Merged-In: Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 Change-Id: Id6eef7910c3955e9dd6c49749406520d86e73dad Xin Li2022-08-157-59/+150
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
* | | | | | | Make DownloadOverMeteredDialog not exported•••The DownloadOverMeteredDialog is exported which may allow a app to prompt this dialog to ask the user to download dictionary. Since the app can control the download dictionary size and may show an incorrect size for user to make security concern. Make the activity not exported for apps to launch. Bug: 236688064 Test: Manual test as follow steps: 1. lunch aosp_bramble-userdebug and flash 2. Verify the AOSP keyboard work properly 3. Launch the PoC test app 4. Verify the DownloadOverMeteredDialog cannot be launched Change-Id: I9be92ba2813e7aaad0ef10555f585c5c8a25361f Wilson Wu2022-08-101-1/+1
* | | | | | | [automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: 0f20a6...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/19094630 Change-Id: I7c5005a08310756d2879e65a8da6437a1c1bc961 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-06-300-0/+0
|\| | | | | |
| * | | | | | [automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: 0f20a6...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/19094630 Change-Id: Ic73fb15f7f2918bd2a5bb5f318abad607240209b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-06-300-0/+0
| |\| | | | |
| | * | | | | [automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: 0f20a6...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/19094630 Change-Id: I8e3947377fc021574b7d21f76873f4c119e355ce Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-06-290-0/+0
| | |\| | | |
| | | * | | | [automerger skipped] Merge tm-dev-plus-aosp-without-vendor@8763363 am: 0f20a6...•••am skip reason: Merged-In Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 with SHA-1 f134ea3848 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/19094630 Change-Id: I096e09860be31172ba86e1770c15b59013b8af2d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Xin Li2022-06-290-0/+0
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge tm-dev-plus-aosp-without-vendor@8763363•••Bug: 236760014 Merged-In: Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 Change-Id: I9d0e133b64c2d6afb795eb049c58bc2ff5ab79b5 Xin Li2022-06-277-59/+150
| | | | |\ \ \ | | | | |/ / / | | | |/| / / | | | | |/ /
* | | | | | EditTextVariations: create a IME focusable overlay for test am: f134ea3848 am...•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/17759925 Change-Id: I523fa0961d42bba23610a814602cf2584f9367d0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Ming-Shin Lu2022-04-210-0/+0
|\| | | | |
| * | | | | EditTextVariations: create a IME focusable overlay for test am: f134ea3848 am...•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/17759925 Change-Id: I82dd9d78d3e802f7c65113d2a126ab82d3de9663 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Ming-Shin Lu2022-04-213-1/+64
| |\| | | |
| | * | | | EditTextVariations: create a IME focusable overlay for test am: f134ea3848•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/17759925 Change-Id: I42513112e3cdc14629874ab2cd424b62d37a694d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Ming-Shin Lu2022-04-213-1/+64
| |/| | | | | | |/ / /
* | | | | EditTextVariations: create a IME focusable overlay for test am: f134ea3848 am...•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/17759925 Change-Id: I61568327494317b87ea2bfca86ffd2ff7d1c1c63 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Ming-Shin Lu2022-04-213-1/+64
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | EditTextVariations: create a IME focusable overlay for test am: f134ea3848•••Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/17759925 Change-Id: I20f87064cd0f846bff7214601233a4d2d6bf8f32 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> Ming-Shin Lu2022-04-213-1/+64
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | EditTextVariations: create a IME focusable overlay for test•••Bug: 228766370 Test: manual by using EditorTextVariations tool 1) make and install EditTextVariations 2) Enable "Settings > Display over other apps" for EditTextVariations 3) Launch EditTextVariations from all apps 4) Menu -> Show IME focuable overlay 5) Go to home screen by gesture or pressing home key 6) Launch any app (e.g. Chrome) and tap the editor 7) Expect IME can show up Change-Id: Ib4b72e0a277d8b2fb78837bed5d2e9cccd819a07 Ming-Shin Lu2022-04-213-1/+64
| | |/ /
* | | | [automerger skipped] Merge "Merge Android 12L" am: 85ef644a8a -s ours am: c93...•••am skip reason: Merged-In Iea002572895dfdb74f72b5d6fe7a1efbd4139cac with SHA-1 6454ff57c1 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2013416 Change-Id: I6f95279c9ad89db1285d6239886fe262be5dd771 Xin Li2022-03-090-0/+0
|\| | |
| * | | [automerger skipped] Merge "Merge Android 12L" am: 85ef644a8a -s ours am: c93...•••am skip reason: Merged-In Iea002572895dfdb74f72b5d6fe7a1efbd4139cac with SHA-1 6454ff57c1 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/2013416 Change-Id: I41c41f0b0a9f8718f374d3f02f91c1c1e54a2fea Xin Li2022-03-090-0/+0
| |\| |