commit | 3c7ca105df3a8be1ffe84c2afe97d383abf83428 | [log] [tgz] |
---|---|---|
author | Fan Zhang <zhfan@google.com> | Fri Apr 21 14:40:11 2017 -0700 |
committer | Fan Zhang <zhfan@google.com> | Wed Apr 26 14:44:12 2017 -0700 |
tree | f48cb7a4e0e18e638573d1317968cfd298ab2259 | |
parent | 9797a39ad7b6983b760e80b792530496f9fd65b0 [diff] |
Resolve intent before launching from DashboardFragment. Once dashboard tile is displayed, the underlying intent can be disabled. We will eventually hide the item from UI, but there can be a brief moment before we are able to hide it. So to prevent user click and launch a non-exist intent, we will try to resolve it first before launching anything. Change-Id: Ic8d790bf3c5d4d269eadb757f789a1641928a7b7 Fix: 36036097 Test: make RunSettingsRoboTests