albahr1 / simple-quickactions

Automatically exported from code.google.com/p/simple-quickactions
0 stars 0 forks source link

Android 1.5 Support #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To support Android down to 1.5 you just need to remove the @Override 
annotations above the onClick and onTouch methods. I've tested this on the 
emulator and it works perfectly.

Thanks for the great project :)

Matt

Original issue reported on code.google.com by oakesm9 on 12 Jul 2010 at 9:50