There is a concept of a background page. Background pages are loaded by the system app at startup and can't be closed by the user. Is that what you mean? You need to specify a background page in the app manifest and you need a permission. See the gaia sms app:
https://github.com/mozilla-b2g/gaia/blob/master/apps/sms/manifest.webapp#L13 and https://github.com/mozilla-b2g/gaia/blob/master/apps/sms/manifest.webapp#L37 On Nov 16, 2012, at 3:01 AM, Joe Stagner wrote: > I need to write an "always on" listener to process transactional SMS messages. > > Does any one now if it's possible to write the equivalent of a system service > for FFOS ? > > Thanks > Joe > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
