Expose CATEGORY_CAST_REMOTE_PLAYBACK as public

This commit is contained in:
Adam Mills 2018-07-06 16:38:46 -04:00 committed by Marvin W
parent 41eee57977
commit ccb9ae4ea4

View File

@ -74,7 +74,7 @@ public final class CastMediaControlIntent {
*/
public static final String EXTRA_ERROR_CODE = "com.google.android.gms.cast.EXTRA_ERROR_CODE";
private static final String CATEGORY_CAST_REMOTE_PLAYBACK = "com.google.android.gms.cast.CATEGORY_CAST_REMOTE_PLAYBACK";
public static final String CATEGORY_CAST_REMOTE_PLAYBACK = "com.google.android.gms.cast.CATEGORY_CAST_REMOTE_PLAYBACK";
private CastMediaControlIntent() {
}