Merge "Change SwipeForNotification Payload default to Off" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-27 00:31:13 +00:00
committed by Android (Google) Code Review

View File

@@ -92,6 +92,6 @@ public class SwipeToNotificationPreferenceController extends GesturePreferenceCo
mContext.getString(R.string.display_settings));
return new InlineSwitchPayload(SECURE_KEY, ResultPayload.SettingsSource.SECURE,
ON /* onValue */, intent, isAvailable(), ON /* defaultValue */);
ON /* onValue */, intent, isAvailable(), OFF /* defaultValue */);
}
}