Hi Leando, take a look at how we use the manifest "role" field[1]: We hide some apps from the homescreen as they should not be launched form a button. The callscreen, for example is the window that is shown when an incoming call is being shown. Similarly, we would not want to list keyboard apps or homescreen apps on the homescreen itself.
The default homescreen omits certain apps from the app list for this reason. Take a look at the source here: <https://github.com/mozilla-b2g/gaia/blob/master/apps/homescreen/js/apps.js#L38>. Good luck! Freddy [1] https://developer.mozilla.org/en-US/Apps/Build/Manifest#role On 30.01.2016 11:42, leandro wrote: > hi, > > i'm developing a homescreen, > > when rendering the callscreen icon it comes with the following path to > be launched: > > app://communications.gaiamobile.org/manifest.webapp-dialer > <http://communications.gaiamobile.org/manifest.webapp-dialer> > > that path opens the callscreen but not the numeric keypad layer, but a > weird screen like a call were in course > (i attach screenshot) > > i think the dialer is a special app and i imagine i must give a route like > app://communications.gaiamobile.org/manifest.webapp-dialer#callscreen > <http://communications.gaiamobile.org/manifest.webapp-dialer#callscreen> > > but i forgot and now i can't find the layer slug name to point to. > > ¿can anybody help me? > > > -Leandro > > > > > IMPORT MY GPG KEY: > gpg --keyserver x-hkp://pgp.mit.edu <http://pgp.mit.edu> --recv-keys > BA863309 > > > > > _______________________________________________ > dev-fxos mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-fxos > _______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

