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
Loading
Please register or sign in to comment