Move vibrate for calls setting to "Vibration & haptics" screen
Move setting to configure "Vibrate for calls" into "Vibraiton & haptics" screen. Also make this page accessible via both Accessibility and "Sound & vibration" settings pages. Bug: 185351540 Test: SoundSettingsTest manually using the settings app and checking updates Change-Id: I7e40af3f332fdff8afd1a31d54a676f7e13a6678
This commit is contained in:
@@ -153,14 +153,6 @@ public class SoundSettingsTest extends InstrumentationTestCase {
|
||||
"Touch sounds", Settings.System.SOUND_EFFECTS_ENABLED));
|
||||
}
|
||||
|
||||
@MediumTest
|
||||
public void testOtherSoundsVibrateOnTap() throws Exception {
|
||||
loadOtherSoundsPage();
|
||||
assertTrue("Vibrate on tap not toggled",
|
||||
mHelper.verifyToggleSetting(SettingsType.SYSTEM, PAGE,
|
||||
"Vibrate on tap", Settings.System.HAPTIC_FEEDBACK_ENABLED));
|
||||
}
|
||||
|
||||
private void loadOtherSoundsPage() throws Exception {
|
||||
launchSoundSettings();
|
||||
mHelper.scrollVert(false);
|
||||
|
Reference in New Issue
Block a user