Small refactor to allow more customization of AutoRotate settings in

extending classes

Bug: 195757480
Test: manual
Change-Id: I8d041933a77d0e6d0118c5e12ed02483ec4b14d5
This commit is contained in:
Alex Florescu
2021-11-19 11:46:49 +00:00
parent 580cc81f11
commit e0169ec1fa
2 changed files with 12 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ import com.android.settingslib.core.lifecycle.events.OnStop;
import com.android.settingslib.widget.OnMainSwitchChangeListener;
/**
* The switch controller for the location.
* The switch controller for auto-rotate.
*/
public class AutoRotateSwitchBarController implements OnMainSwitchChangeListener,
LifecycleObserver, OnStart, OnStop {