Add API to indicate which tile was long-clicked.

Test: make
Change-Id: I5ff5a3ed954e231b6d63e02bf64bfe771cd78b0f
Fixes: 34832801
This commit is contained in:
Jason Monk
2017-03-02 14:46:10 -05:00
parent 00a5f2a658
commit d43a7ab3a2
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";