Remove getExtraAction() from DashboardFeatureProvider.
It's always set to null and not doing anything. Bug: 111427617 Test: robotest Change-Id: I7172a31056950b1597f0b98625a3a2615305e466
This commit is contained in:
@@ -58,11 +58,6 @@ public interface DashboardFeatureProvider {
|
||||
void bindPreferenceToTile(FragmentActivity activity, boolean forceRoundedIcon,
|
||||
int sourceMetricsCategory, Preference pref, Tile tile, String key, int baseOrder);
|
||||
|
||||
/**
|
||||
* Returns additional intent filter action for dashboard tiles
|
||||
*/
|
||||
String getExtraIntentAction();
|
||||
|
||||
/**
|
||||
* Opens a tile to its destination intent.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user