Merge "Add Remote media slice key"

This commit is contained in:
TreeHugger Robot
2019-12-24 16:16:48 +00:00
committed by Android (Google) Code Review

View File

@@ -26,6 +26,11 @@ public class MediaOutputSliceConstants {
*/
public static final String KEY_MEDIA_OUTPUT = "media_output";
/**
* Key for the Remote Media slice.
*/
public static final String KEY_REMOTE_MEDIA = "remote_media";
/**
* Activity Action: Show a settings dialog containing {@link MediaDevice} to transfer media.
*/