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

am: 3dee3d19c2

Change-Id: I53f553e134a63779916b72f923f19c92f603ecfe
This commit is contained in:
Rohan Shah
2018-04-12 09:01:00 -07:00
committed by android-build-merger

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) {