OSDN Git Service

Add handling for tiles with intent-action metadata.
authorDoris Ling <dling@google.com>
Mon, 5 Dec 2016 23:12:09 +0000 (15:12 -0800)
committerDoris Ling <dling@google.com>
Tue, 6 Dec 2016 00:50:47 +0000 (16:50 -0800)
commita155197d656f9f4256b13aebe73538a02354adae
tree944836f105740ce72c98f1d68191d86903183b6c
parentb305ec6762c0888aa4c388a644a57ca324521380
Add handling for tiles with intent-action metadata.

If intent action is provided in the metadata for the dynamic tiles, it
will be added to the launching intent when user selects the tile.

Fixes: 31801423
Test: make RunSettingsRoboTests
Change-Id: Ic3e583a578660f4d9c40feff1418e5e354ab8f60
src/com/android/settings/dashboard/DashboardFeatureProviderImpl.java
tests/robotests/src/com/android/settings/dashboard/DashboardFeatureProviderImplTest.java