On 15/11/2012 22:46, Marcio Galli wrote:
Do you have a reasoning on this (https://github.com/mozilla-b2g/gaia/pull/6400/files#L6R51)? This seems to be alike to web intents concent so I wonder what is Mozilla vision (or documentation) for the use case or right approach to communicate these kind of services.


AFAIK Mozilla does not support Web Intents but Web Activities. Web Activities is tied to a user action. System messages come from the OS without any user interaction and are able to wake up an application from the ground. (A better explanation would likely be found on dev-webapi).

Good to hear that Mozilla has background pages too!

m

On Thu, Nov 15, 2012 at 5:08 PM, Vivien <[email protected] <mailto:[email protected]>> wrote:

    On 15/11/2012 17:01, Joe Stagner wrote:

        I need to write an "always on" listener to process
        transactional SMS messages.


    You can also simply subscribe to 'sms-received' system messages
    and so your application will be opened every time a sms is
    received. See
    https://github.com/mozilla-b2g/gaia/pull/6400/files#L6R50

    Have fun.

    Vivien.


    _______________________________________________
    dev-b2g mailing list
    [email protected] <mailto:[email protected]>
    https://lists.mozilla.org/listinfo/dev-b2g




--
www.telasocial.com <http://www.telasocial.com>

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to