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

Commit cd1537ee authored by Mill Chen's avatar Mill Chen Committed by Android (Google) Code Review
Browse files

Merge "Deprecate Volume panel and relevant objects" into main

parents cf28a1bd f4d7fe30
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -57,7 +57,10 @@ import java.util.concurrent.FutureTask;

/**
 * Panel data class for Volume settings.
 *
 * @deprecated this is no longer used after V and will be removed.
 */
@Deprecated(forRemoval = true)
public class VolumePanel implements PanelContent, LifecycleObserver {
    private static final String TAG = "VolumePanel";

+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ import org.robolectric.RuntimeEnvironment;

import java.util.List;

@Deprecated(forRemoval = true)
@RunWith(RobolectricTestRunner.class)
public class VolumePanelTest {