commit | 57a49756a1f3d055fd87e0129fc16ed1a537e710 | [log] [tgz] |
---|---|---|
author | Ta-wei Yen <twyen@google.com> | Tue Jan 24 17:58:32 2017 -0800 |
committer | Ta-wei Yen <twyen@google.com> | Wed Jan 25 13:13:34 2017 -0800 |
tree | 047003f54e64438574e5dce1fd3981624c3807cf | |
parent | c0febc48e8e72bd25b67048584c38df83edb89e5 [diff] |
Don't activate VVM if carrier config changed without signal CARRIER_CONFIG_CHANGED can be spammed during low signal condition, which might repeatedly launch TaskSchedulerService and causes a long wakelock. In this CL, the activation task will not be queued if the cellular signal is not available during the change. Bug: 33693814 Change-Id: I0ed8e62b19589e4dfb47aafcf49a14448418feb4 Fixes: 33693814 Test: N/A