diff options
| author | 2022-04-05 13:17:15 -0700 | |
|---|---|---|
| committer | 2022-04-05 13:17:15 -0700 | |
| commit | 11269c36e0053e55ae5bafc8afef6dbd5b2f2711 (patch) | |
| tree | 478a963d1f41b916b3d0e8228e5e50f7d6d20c4d /libs/androidfw/StringPool.cpp | |
| parent | 641107b271f2142307d0da5410d2c44b56e5904a (diff) | |
Remove NOT_EXPORTED flag for receivers in VibrationSettings
Android T adds support to allow a runtime receiver to be registered as
not exported by specifying the RECEIVER_NOT_EXPORTED flag during
registration; however, this flag is not required when registering for
system broadcasts. To remain consistent with manifest receivers, if
a runtime receiver is registered with this flag then only the root
and system UIDs will be able to send a broadcast to this receiver.
This commit removes the RECEIVER_NOT_EXPORTED flag from the receivers
in VibrationSettings that are registering for system broadcasts since
this flag is not required and these broadcasts won't be received as
sticky broadcasts.
Bug: 228082755
Test: atest VibrationSettingsTest
Change-Id: I1ba6a7f53fd454ff1748676dfd887480fe21eb68
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions