Closed GoogleCodeExporter closed 8 years ago
In Notifications.java:
Notification notification = new Notification(
R.drawable.vpn_connected,
configFile.getName() +": " + msg,
System.currentTimeMillis()
);
The second parameter is always different, this causes the new notifications in
the
title-bar.
Original comment by christophevandeplas@gmail.com
on 8 Mar 2010 at 7:01
[deleted comment]
I also extended the TrafficStats class to handle the stats and parse the Bytes
per
second.
Full code implemented and committed.
Original comment by christophevandeplas@gmail.com
on 8 Mar 2010 at 7:03
Original issue reported on code.google.com by
christophevandeplas@gmail.com
on 8 Mar 2010 at 6:57