Merge "Architecture review of Copyable Slice"

This commit is contained in:
Stanley Wang
2018-11-06 05:00:05 +00:00
committed by Android (Google) Code Review
8 changed files with 205 additions and 2 deletions

View File

@@ -106,6 +106,12 @@ public class SettingsSliceProvider extends SliceProvider {
public static final String ACTION_SLIDER_CHANGED =
"com.android.settings.slice.action.SLIDER_CHANGED";
/**
* Action passed for copy data for the Copyable Slices.
*/
public static final String ACTION_COPY =
"com.android.settings.slice.action.COPY";
/**
* Intent Extra passed for the key identifying the Setting Slice.
*/