Replace dynamic summary text for SettingPref

All SettingPrefs that have dynamic summaries are replaced
by placeholder text. Changes are for:
- Battery Saver "Turn on automatically"
- Notification "Dock speaker plays"
- Notification "Emergency tone"

Bug: 36101902
Test: make RunSettingsRoboTests
Change-Id: Ic2556055c155989015dbef6b507d3e3b45b779b5
This commit is contained in:
Matthew Fritze
2017-05-08 13:30:52 -07:00
parent 8fc602fed8
commit 03dfa50996
5 changed files with 83 additions and 4 deletions

View File

@@ -99,7 +99,6 @@ public class BatterySaverSettings extends SettingsPreferenceFragment
}
};
mTriggerPref.init(this);
mPowerManager = (PowerManager) mContext.getSystemService(Context.POWER_SERVICE);
}