diff options
author | 2019-02-05 22:46:42 -0800 | |
---|---|---|
committer | 2019-02-05 22:46:42 -0800 | |
commit | bdf7d6f56d2017efbcf082e95773fcddce7736f0 (patch) | |
tree | 4bd981ee0630ccf9e29310cd8d6aefbdb8d6b454 /java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java | |
parent | a55797bfba9937ebb0418d33dac9b82fae54d64c (diff) | |
download | latinime-bdf7d6f56d2017efbcf082e95773fcddce7736f0.tar.gz latinime-bdf7d6f56d2017efbcf082e95773fcddce7736f0.tar.xz latinime-bdf7d6f56d2017efbcf082e95773fcddce7736f0.zip |
Support testing Direct Reply with EditTextVariations on API 24/25
This is a follow up CL to my previous CL [1], which enabled us to test
Direct-Reply with EditTextVariations.
What this CL does are:
* Specyfing min_sdk_version to avoid INSTALL_FAILED_OLDER_SDK error
when installing on older devices.
* Avoiding NoSuchMethodError on pre-O devices where
Notification.Builder does not have a constructor that takes
notification channel.
* Fixing a race condition where notification can be sent before
notification channel is created.
[1]: Iafffcc7d138b0f502116a5e557f0c3f17e9d0b73
da2486fd63d7d46e982d0e2fb2eba3dac07aff32
Bug: 122957841
Test: Made sure that we can install EditTextVariations on N devices
and "Direct-Reply" on EditTextVariations works there.
Change-Id: Ib4fbd447608b111e763fde4287226cf7e206e65e
Diffstat (limited to 'java/src/com/android/inputmethod/compat/UserManagerCompatUtils.java')
0 files changed, 0 insertions, 0 deletions