[LE Audio] Add entry point in Media Volume slice for broadcast sink
Bug: 228274114 Test: make RunSettingsRoboTests Test: Manual test Change-Id: I331232c30291348faf7166d4de8060a1cfe12bff
This commit is contained in:
@@ -17,6 +17,7 @@ package com.android.settings.core;
|
||||
import android.content.Context;
|
||||
|
||||
import androidx.preference.Preference;
|
||||
import androidx.slice.builders.SliceAction;
|
||||
|
||||
import com.android.settings.slices.SliceData;
|
||||
|
||||
@@ -70,4 +71,11 @@ public abstract class SliderPreferenceController extends BasePreferenceControlle
|
||||
public int getSliceType() {
|
||||
return SliceData.SliceType.SLIDER;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the SliceAction for the end item of the slice.
|
||||
*/
|
||||
public SliceAction getSliceEndItem(Context context) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user