Back to project page NoiseBridge_General.
The source code is released under:
GPLv3.txt
If you think the Android project NoiseBridge_General listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.metamage.noisegate; import com.noysbrij.noisebridgeGeneral.*; /*from ww w . ja va2 s .c om*/ final public class Data { static public int normalColor; static public int pressedColor; static public int[] fakeKeyIds = { R.id._0, R.id._1, R.id._2, R.id._3, R.id._4, R.id._5, R.id._6, R.id._7, R.id._8, R.id._9 }; }