OSDN Git Service

Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null)
authorSimon Schoar <schoar@googlemail.com>
Wed, 10 Jun 2009 19:53:53 +0000 (21:53 +0200)
committerSimon Schoar <schoar@googlemail.com>
Wed, 10 Jun 2009 19:53:53 +0000 (21:53 +0200)
commitbdf78247d69936b10f81f7254a24ca443e3a4285
tree1d39dfa36699f3d46f7f64a7d97e28b81b1901fb
parent734bc9bacba363f7970ea8394bcc38d1fadcede4
Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null)
example: notification.vibrate = new long[0];
core/java/android/app/Notification.java