Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Headless Application BlackBerry 10

I am implementing a IM service and I want to include as one of the features the ability to send and receive an sms message. I am wondering if when an SMS message is received (not a ported directed sms, a regular sms) it is possible to wake up the short running headless application. If someone knows how to do this, please help!

Thanks.

like image 821
Filipe Figueiredo Avatar asked Feb 20 '14 19:02

Filipe Figueiredo


1 Answers

No. The currently available headless triggers are:

  • receiving a push
  • entering a geofence area
  • leaving a geofence area
  • port-directed sms
  • device start
  • application update
like image 91
Richard Avatar answered Nov 11 '22 15:11

Richard