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)
committerJean-Baptiste Queru <jbq@google.com>
Tue, 7 Jul 2009 19:45:33 +0000 (12:45 -0700)
commitd45c9f4ceb5228912fe51c31fa7554a8e9bbfd6f
tree7273e1506db3315c4e8f38de06d0d79f6d57a632
parentceac091e9a552f989350817a7eef8ffb837b2903
Prevent IndexOutOfBoundsException on toString() if vibrate array is empty (non null)
example: notification.vibrate = new long[0];
core/java/android/app/Notification.java