标签: java android notifications
当通知到达我的程序时,我需要使发光二极管闪烁。
other
现在,它始终以红色点亮,而不是闪烁。如何使其闪烁?我试图更改此行中的值
Animal other = (Animal) other; return this.numLegs == other.numLegs;
但这没有帮助。怎么了?