¡@

Home 

2014/10/16 ¤W¤È 08:27:21

android Programming Glossary: vibration

How to save Alarm after app killing?

http://stackoverflow.com/questions/5916859/how-to-save-alarm-after-app-killing

sound Intent intent new Intent MainNote.this AlarmReceiver.class intent.putExtra alarm_message str intent.putExtra Vibration vibr intent.putExtra Sound sound intent.putExtra time_in_millis time Random r new Random int ID r.nextInt WriteInfoInFile.. Long timeInMillis bundle.getLong time_in_millis Log.e TIME IN AlarmReceiver timeInMillis.toString boolean Vibration bundle.getBoolean Vibration boolean Sound bundle.getBoolean Sound NotifierHelper NH new NotifierHelper if message.equals.. bundle.getLong time_in_millis Log.e TIME IN AlarmReceiver timeInMillis.toString boolean Vibration bundle.getBoolean Vibration boolean Sound bundle.getBoolean Sound NotifierHelper NH new NotifierHelper if message.equals NH.sendNotification context..

How to use inbuilt icons and template?

http://stackoverflow.com/questions/7411228/how-to-use-inbuilt-icons-and-template

like Sound setting in 2.3.4 as in this screenshot The problem is that I tried using TableRow and ended up like this Vibration Only when not in Silent Mode instead of one large row as in the screenshot. What did I do wrong These inbuilt icons..