commit | 5e0f0d27ca44b4faecb657cf11898a55163cb793 | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Mon Feb 26 13:32:16 2018 -0800 |
committer | Lucas Dupin <dupin@google.com> | Mon Feb 26 13:32:16 2018 -0800 |
tree | 80c81ff29d472a3532a3574c7381a9fac2f04f57 | |
parent | f157b9f983c50c642885e5138666bec15abe8f00 [diff] |
Ignore rebroadcasts of ACTION_SIM_STATE_CHANGED Telephony will rebroadcast ACTION_SIM_STATE_CHANGED with EXTRA_REBROADCAST_ON_UNLOCK set to true to indicated that an old message is being reposted for backwards compatibility purposes. System UI is direct-boot-aware and can should these broadcasts. Test: atest packages/SystemUI/tests/src/com/android/keyguard/KeyguardUpdateMonitorTest.java Change-Id: Ie1c092f06f32f124cca68d2561b50038af6dc38f Fixes: 68546898