Merge "Add updateState to AutoTimeZonePreferenceController" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
df4ecbdc01
@@ -27,6 +27,8 @@ import android.app.time.TimeZoneCapabilitiesAndConfig;
|
|||||||
import android.app.time.TimeZoneConfiguration;
|
import android.app.time.TimeZoneConfiguration;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
|
|
||||||
|
import androidx.preference.Preference;
|
||||||
|
|
||||||
import com.android.internal.annotations.VisibleForTesting;
|
import com.android.internal.annotations.VisibleForTesting;
|
||||||
import com.android.settings.R;
|
import com.android.settings.R;
|
||||||
import com.android.settings.core.TogglePreferenceController;
|
import com.android.settings.core.TogglePreferenceController;
|
||||||
@@ -115,6 +117,12 @@ public class AutoTimeZonePreferenceController extends TogglePreferenceController
|
|||||||
return R.string.menu_key_system;
|
return R.string.menu_key_system;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void updateState(Preference preference) {
|
||||||
|
super.updateState(preference);
|
||||||
|
refreshSummary(preference);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public CharSequence getSummary() {
|
public CharSequence getSummary() {
|
||||||
// If auto time zone cannot enable telephony fallback and is capable of location, then auto
|
// If auto time zone cannot enable telephony fallback and is capable of location, then auto
|
||||||
|
|||||||
Reference in New Issue
Block a user