Listen to category changes in preference fragment.

Bug: 31781480
Test: make RunSettingsRoboTests
Change-Id: I702e524eb3a9e40b653e112dba80d620be3bc9bb
This commit is contained in:
Fan Zhang
2016-10-03 13:46:22 -07:00
parent 9c1fcf9916
commit 81adfcfcca
3 changed files with 72 additions and 10 deletions

View File

@@ -51,4 +51,9 @@ public interface DashboardFeatureProvider {
* group 200, and so on.
*/
int getPriorityGroup(Tile tile);
/**
* Returns an unique string key for the tile.
*/
String getDashboardKeyForTile(Tile tile);
}