summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/AbstractInputMethodService.java
diff options
context:
space:
mode:
authorMichael Groover <mpgroover@google.com>2021-11-22 17:32:44 -0800
committerMichael Groover <mpgroover@google.com>2021-11-22 17:32:44 -0800
commite0917a05f82d1665d3cba86fa6cb770744c08fa0 (patch)
tree3960486e3395257dd5f9167d9d49d7dcc51ef1d1 /core/java/android/inputmethodservice/AbstractInputMethodService.java
parent06613fb4f5a1666f51188c75f43e19b58882e816 (diff)
Correct exported state for AutofillManagerService receiver
The AutofillManagerService receiver that listens for CLOSE_SYSTEM_DIALOGS broadcasts was initially marked as not exported since this broadcast should be dropped by the platform when sent from apps. However since this broadcast is still valid to be used in tests, receivers registering for this broadcast should be marked as exported. This commit updates the receiver to exported to allow any tests that send this broadcast to complete successfully. Bug: 161145287 Test: Build Change-Id: Ib1a11165f25894e67ba7dc7e9bea9397b542b4f9
Diffstat (limited to 'core/java/android/inputmethodservice/AbstractInputMethodService.java')
0 files changed, 0 insertions, 0 deletions