History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyConstants.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4069f7a167a290bade2bd87ff7d1dbb6970fea46 26-Feb-2018 Richard Ledley <rledley@google.com> Add flag to control blocking Smart Replies for apps targeting an Android version below P.

Bug: 73802997

Test: atest SmartReplyConstantsTest

Change-Id: Id340cba09da7931ff6a4689802b3a5f594852a72
(cherry picked from commit 28944cbdcf15128b664ccdaed44c59d3fc64d1db)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyConstants.java
10011fa917849e78b70c323b27a661f64ae0a1b1 05-Feb-2018 Petr Cermak <petrcermak@google.com> Replace smart reply boolean setting with key-value list

This patch replaces the recently introduced
Settings.Global.ENABLE_SMART_REPLIES_IN_NOTIFICATIONS boolean setting
with a new Settings.Global.SMART_REPLIES_IN_NOTIFICATIONS_FLAGS
key-value list.

Rationale: This will allow us to add and tweak smart reply parameters
without polluting the global settings namespace.

Bug: 67765414
Test: atest SmartReplyConstantsTest
Change-Id: I284bb6b31618a234c4772d16ad6190a713035f1b
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/SmartReplyConstants.java