mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-28 06:03:00 +00:00
Expose CATEGORY_CAST_REMOTE_PLAYBACK as public
This commit is contained in:
parent
41eee57977
commit
ccb9ae4ea4
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue