commit | 1d89a19207b14f3717afbf403732dca0f286e1ec | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Fri Dec 11 11:56:50 2015 -0800 |
committer | Vasu Nori <vnori@google.com> | Fri Dec 11 11:56:50 2015 -0800 |
tree | 117d1d3c11b4032744b10332579ddb039f2512db | |
parent | 2e13efb4ebdea223dc993753e2b0201ce38560f2 [diff] |
When Airplane mode is changed due to Voice Intent, use the system provided ConnectionManager method to do that, instead of changing it directly using Settings.Global.putInt() - because that doesn't case ACTION_AIRPLANE_MODE_CHANGED intent to be broadcast. This breaks Google Search App (GSA) code that relies on the above broadcast to do a variety of things. Change-Id: I2aa61643ed23b373aa362a59af83427a4548c492