nikolamilosevic86 / owasp-seraphimdroid

OWASP Seraphimdroid is an open source project with aim to create, as a community, an open platform for education and protection of Android users against privacy and security threats.
https://www.owasp.org/index.php/OWASP_SeraphimDroid_Project
GNU General Public License v3.0
65 stars 31 forks source link

Notification should vibrate and indicate LED #27

Closed nikolamilosevic86 closed 9 years ago

nikolamilosevic86 commented 9 years ago

When there is notification LED should light up and phone should vibrate.

Current proposition: .setVibrate(new long[]{300, 500, 300}) .setLights(Color.RED, 2000, 3000)

nikolamilosevic86 commented 9 years ago

Implemented