Skip to content

Instantly share code, notes, and snippets.

@wubydax
wubydax / NetworkTraffic.java
Created August 6, 2016 10:58
Custom network traffic view for status bar or notification panel. Originally created by @temasec here https://github.com/temasek/android_frameworks_base/blob/cm-13.0/packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkTraffic.java and upgraded and reworked for more features by @wubydax
package com.android.wubydax;
import android.content.BroadcastReceiver;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.Resources;
import android.database.ContentObserver;
import android.graphics.Color;