My Project
|
Get a list of the currently installed features. More...
Variables | |
static final int | MSG_RI_GET_INSTALLED_FEATURES = 1002 |
Get a list of the currently installed features.
A feature is something you can download or license through a store like the Google Playstore. Features represent types like applications, maps, point of interests, speakers or other functionality (online traffic information, poi warnings, ...).
Please note that the returned bundle contains an array list of strings. Each string represents a feature. A feature string contains five values separated by semicolons:
Example: "1;23;Myfeature;I am The Description;featureVersionName"
Key | Value | Type | Info |
---|---|---|---|
Features | A list of features | StringArrayList |
RI_ERROR_NONE if everything is ok.
RI_ERROR_RI_DISABLED if the Remote Interface service is disabled and/or not licensed.
RI_ERROR_IS_INITIALIZING if the Remote Interface service is not initialized yet.
RI_ERROR_FAILED if an error occurred.
© PTV Group 2021 | Generated on Sun Oct 2 2022 19:28:23 for My Project by 1.8.17 |