Merge "[Notif] Use OK instead of DONE for blocking helper" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-12 15:47:30 +00:00
committed by Android (Google) Code Review

View File

@@ -308,7 +308,7 @@ public class NotificationInfo extends LinearLayout implements NotificationGuts.G
minimize.setOnClickListener(mOnStopOrMinimizeNotifications);
if (mIsNonblockable) {
keep.setText(R.string.notification_done);
keep.setText(android.R.string.ok);
block.setVisibility(GONE);
minimize.setVisibility(GONE);
} else if (mIsForeground) {