commit | e8d66bb783094af4df6161677303e450634f9ffe | [log] [tgz] |
---|---|---|
author | Matthew Fritze <mfritze@google.com> | Mon Jul 30 14:12:50 2018 -0700 |
committer | Matt Fritze <mfritze@google.com> | Wed Aug 15 15:17:02 2018 -0700 |
tree | 8d9f662ab700b47193b8df8d10984dc02efb6fb3 | |
parent | 5aa8e3c661062e5af5d2ad98cfa317663c30e084 [diff] |
Hide SettingsSlice provider Explicitly set the Settings SliceBroadcastReceiver to be non-exported and remove the intent-filter. Add a second provider: SliceRelayReceiver to receive broadcasts from SysUI to alert Settings to potential changes to bound Settings Slices. The new receiver is exported, but only notifies changes to Settings, and doesn't make any changes itself. Change-Id: I80d070f7636614135ebe4f57a16f12a3eb6dee81 Fixes: 111330641 Test: boot, robolectric, Slicebrowser