Merge "Add ordering attribute to sound setting preferences."
This commit is contained in:
committed by
Android (Google) Code Review
commit
b5ef73ebcb
@@ -55,6 +55,7 @@ public abstract class SettingPrefController extends AbstractPreferenceController
|
||||
@Override
|
||||
public void displayPreference(PreferenceScreen screen) {
|
||||
mPreference.init(mParent);
|
||||
super.displayPreference(screen);
|
||||
if (isAvailable()) {
|
||||
mSettingsObserver = new SettingsObserver();
|
||||
}
|
||||
|
Reference in New Issue
Block a user