Files
frameworks_base/packages/SystemUI/src/com/android/systemui
Kent Persson 185e9c2562 Fix NPE in BaseStatusbar in onListenerConnected
If NotificationListenerService is not bound the
getActiveNotifications function will return null.
This will result in a Nullpointer exception in BaseStatusbar
onListenerConnected if it is called. A Nullpointer check was
added in onListenerConnected to avoid this Nullpointer exception.

Change-Id: I0aec040f11101e8f7b5863879b3774dc2bb6ce2b
2016-02-23 10:36:59 +01:00
..
2015-08-14 15:51:13 -04:00
2015-09-23 00:57:50 +00:00
2015-08-11 14:21:52 -04:00
2015-07-22 14:40:53 -04:00