Colored notifications

Bug: 17128331
Change-Id: Icf1f7f980602a8056b9b61b7be33ce138fb882f1
diff --git a/src/com/android/stk/StkAppService.java b/src/com/android/stk/StkAppService.java
index 4699e04..24d5b89 100644
--- a/src/com/android/stk/StkAppService.java
+++ b/src/com/android/stk/StkAppService.java
@@ -840,7 +840,8 @@
                     com.android.internal.R.drawable.stat_notify_sim_toolkit);
                 notificationBuilder.setLargeIcon(bitmapIcon);
             }
-
+            notificationBuilder.setColor(mContext.getResources().getColor(
+                    com.android.internal.R.color.system_notification_accent_color));
             mNotificationManager.notify(STK_NOTIFICATION_ID, notificationBuilder.build());
         }
     }