0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-30 23:23:01 +00:00

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"; 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() { private CastMediaControlIntent() {
} }