Merge "Add API to indicate which tile was long-clicked."

This commit is contained in:
TreeHugger Robot
2017-03-02 21:18:55 +00:00
committed by Android (Google) Code Review
4 changed files with 6 additions and 1 deletions

View File

@@ -126,7 +126,9 @@ public class TileService extends Service {
public static final String EXTRA_TOKEN = "token";
/**
* @hide
* May be included when {@link #ACTION_QS_TILE_PREFERENCES} is launched from a tile.
* This extra may contain the {@link ComponentName} of the tile that triggered
* the preferences to be opened.
*/
public static final String EXTRA_COMPONENT = "android.service.quicksettings.extra.COMPONENT";