Merge "Change SwipeForNotification Payload default to Off" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c2cb0d0b9e
@@ -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 */);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user