[android-developers] Prevent LED/camera Flash requiring APPS from marketplace

2010-03-10 Thread Prem Thilagar
Hi, Is there a particular flag that we can use to prevent apps showing up in marketplace which require the phone to have a Camera Flash /LED. typical apps are ones which make the phone act like a torchlight in dark , i have seen a tag which prevents apps requiring autofocus in a camera from ap

[android-developers] How do i do a startActivity() in BroadcastReceiver ?

2009-04-07 Thread Prem Thilagar
NEW_TASK_LAUNCH be used to verify this , Could some one point me to some sample code if any exists ? Thanks Prem Thilagar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Vibrator device simulation in the emulator

2009-03-16 Thread Prem Thilagar
Hi I am trying to actually simulate a vibrator device inside the emulator .A timed_output driver for the vibrator was created and i am able to access the node at /sys/class/timed_output/vibrator/enable that is specified as THE_DEVICE in the vibrator.c file at hardware/ libhardware/vibrator/.The dr