Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb0648c8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Slice removal] Mark relevant slices as deprecated" into main

parents 735771fa d8475387
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ import com.android.settings.core.BasePreferenceController;
 * The blocking slice preference controller. It will make whole page invisible for a certain time
 * until {@link Slice} is fully loaded.
 */
@Deprecated(forRemoval = true)
public class BlockingSlicePrefController extends SlicePreferenceController implements
        BasePreferenceController.UiBlocker {

+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ import java.util.Map;
/**
 * A registry of custom slice Uris.
 */
@Deprecated(forRemoval = true)
public class CustomSliceRegistry {

    /**
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ import java.lang.reflect.InvocationTargetException;
 * <p>
 *     If you implement this interface, you should add your Slice to {@link CustomSliceManager}.
 */
@Deprecated(forRemoval = true)
public interface CustomSliceable extends Sliceable {

    /**
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.provider.SettingsSlicesContract;
/**
 * A utility class to check slice Uris for restriction.
 */
@Deprecated(forRemoval = true)
public class RestrictedSliceUtils {

    /**
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ import java.util.stream.Collectors;
 * {@link com.android.settings.core.BasePreferenceController} indexed as
 * {@link SlicesDatabaseHelper.IndexColumns#CONTROLLER} to manipulate the setting.
 */
@Deprecated(forRemoval = true)
public class SettingsSliceProvider extends SliceProvider {

    private static final String TAG = "SettingsSliceProvider";
Loading