-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from luisbocanegra/dev
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
..._Notification_Smart_Replies_edit_before_sending_(Apps_can_override_this)/values/bools.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Smart replies in notifications: Whether by default tapping on a choice should let the user | ||
edit the input before it is sent to the app. Developers can override this via | ||
RemoteInput.Builder.setEditChoicesBeforeSending. --> | ||
<bool name="config_smart_replies_in_notifications_edit_choices_before_sending">true</bool> | ||
</resources> |