codenameone - SMS , flashlight, vibrate not working on codename one android build -


I have created an Android app

I tried with the following Codename:

1) Display.getInstance () FlashBacklight (10);

2) Display.getInstance () Vibration (100);

3) Display.getInstance () .sendsms ();

All of these APIs worked well for J2ME build.

However, none of them work for Android. Why is this happening? I tried to do it on Motorola Atrix 2

Flash backlight is not supported on Android, if I remember correctly the functionality is available on older Android versions It could not be available now, you can file a problem on it and we can see it again.

Vibration was disabled on its specific vibration on that particular device, but I have not tried it. You can also enter a problem on that and we can take a look.

Send SMS work for me, it opens the intention of SMS on Android and sends the text / number in which SMS should be sent. This is a behavior different from the J2ME version of sending SMS

Comments