|
|
@ -804,10 +804,13 @@ public class FragmentRule extends FragmentBase {
|
|
|
|
|
|
|
|
|
|
|
|
tvAutomation.setText(getString(R.string.title_rule_automation_hint,
|
|
|
|
tvAutomation.setText(getString(R.string.title_rule_automation_hint,
|
|
|
|
EntityRule.ACTION_AUTOMATION,
|
|
|
|
EntityRule.ACTION_AUTOMATION,
|
|
|
|
TextUtils.join(",", new String[]{
|
|
|
|
TextUtils.join(", ", new String[]{
|
|
|
|
EntityRule.EXTRA_RULE,
|
|
|
|
EntityRule.EXTRA_RULE,
|
|
|
|
EntityRule.EXTRA_SENDER,
|
|
|
|
EntityRule.EXTRA_SENDER,
|
|
|
|
EntityRule.EXTRA_SUBJECT})));
|
|
|
|
EntityRule.EXTRA_NAME,
|
|
|
|
|
|
|
|
EntityRule.EXTRA_SUBJECT,
|
|
|
|
|
|
|
|
EntityRule.EXTRA_RECEIVED,
|
|
|
|
|
|
|
|
})));
|
|
|
|
|
|
|
|
|
|
|
|
btnColorNotes.setOnClickListener(new View.OnClickListener() {
|
|
|
|
btnColorNotes.setOnClickListener(new View.OnClickListener() {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|