Skip to content

Instantly share code, notes, and snippets.

@mannodermaus
mannodermaus / MyActivity.java
Created April 6, 2016 22:12
Apply custom background color to Android Notification
package com.github.aurae.notifications;
import android.app.Notification;
import android.os.Bundle;
import android.support.v4.app.NotificationManagerCompat;
import android.support.v7.app.AppCompatActivity;
public class MyActivity extends AppCompatActivity {
@Override protected void onCreate(Bundle savedInstanceState) {