/pps/system/navigator/appdata

Holds app-specific data to be retrieved by the app on launch

Publishers
Applications Navigator
Subscribers
Any app
Note: The Applications Navigator is a service that controls how applications appear on the display. This is not to be confused with GPS turn-by-turn navigation (see /pps/qnxcar/navigation/control).

Overview

As each app in the Apps Section screen is launched, the app's name is written to the /pps/system/navigator/appdata object. For example, if the user taps the Settings button as well as the BestParking button, the object will look like this:

@appdata
[n]BestParking::
[n]Settings::

Each app can then read this object and retrieve any data published here.