70470586a6accf7af2a165fc59008bc54774026e
Controller can implements LifecycleObserver to observe the lifecycle. Before this fix, preference controller which defined in the XML file must implement com.android.settingslib.core.lifecycle.LifecycleObserver (which is deprecated, and is a subclass of androidx.lifecycle.LifecycleObserver). After this fix, preference controller which defined in the XML file and implemented androidx.lifecycle.LifecycleObserver will successful observe the lifecycle. Fix: 149338098 Test: robotest & manual Change-Id: If9e48e44267de8e89a5e8f45d256719130936320
Merge changes from topic "presubmit-am-7558807516104e4aa3755256c45095b4" into sc-v2-dev-plus-aosp am:
8ff1ef339f
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%