DONT MERGE allow custom notification overlay on remote input actions too

Change-Id: Id68502ff996b419976006e7b0eaecb1e22c7fff5

Former-commit-id: a3841354d0ca83773f01422eafeb9080c236ca63
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 4d73c35..7ffde0b 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -6530,7 +6530,7 @@
                     final RemoteViews button = generateActionButton(action, emphasizedMode, p);
                     if (actionHasValidInput && !emphasizedMode) {
                         // Clear the drawable
-                        button.setInt(R.id.action0, "setBackgroundResource", 0);
+                        //button.setInt(R.id.action0, "setBackgroundResource", 0);
                     }
                     if (emphasizedMode && i > 0) {
                         // Clear start margin from non-first buttons to reduce the gap between them.