Delete media feature flag
The feature will always be available, even for users who disabled it on Beta 1. Bug: 160826507 Test: manual Test: MediaControlsParentPreferenceControllerTest Test: MediaControlsPreferenceControllerTest Change-Id: Ia2835e7c8156d753a8f8fbf248f2509003309fd2
This commit is contained in:
@@ -18,8 +18,6 @@ package com.android.settings.sound;
|
||||
|
||||
import static android.provider.Settings.Secure.MEDIA_CONTROLS_RESUME;
|
||||
|
||||
import static com.android.settings.sound.MediaControlsPreferenceController.useQsMediaPlayer;
|
||||
|
||||
import android.content.Context;
|
||||
import android.provider.Settings;
|
||||
|
||||
@@ -37,7 +35,7 @@ public class MediaControlsParentPreferenceController extends BasePreferenceContr
|
||||
|
||||
@Override
|
||||
public int getAvailabilityStatus() {
|
||||
return useQsMediaPlayer(mContext) ? AVAILABLE : UNSUPPORTED_ON_DEVICE;
|
||||
return AVAILABLE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user