Clean up unused Sliceable.copy()
Sliceable.isCopyableSlice() is not set to true for any controller, so this function is not used. Usage is removed in Change: I81474aed994678c42d73cc59e169573880de1378 Bug: 227722942 Test: robotest & manual Change-Id: I86e23aa8ad43f60b5017ff0a278e20e3f727706c
This commit is contained in:
@@ -106,12 +106,6 @@ public class SettingsSliceProvider extends SliceProvider {
|
||||
public static final String ACTION_SLIDER_CHANGED =
|
||||
"com.android.settings.slice.action.SLIDER_CHANGED";
|
||||
|
||||
/**
|
||||
* Action passed for copy data for the Copyable Slices.
|
||||
*/
|
||||
public static final String ACTION_COPY =
|
||||
"com.android.settings.slice.action.COPY";
|
||||
|
||||
/**
|
||||
* Intent Extra passed for the key identifying the Setting Slice.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user