Hello.
I'm developing some app using system information key.
But, during this work, I found one error about 'Location' feature keys .
error code is -22, 'SYSTEM_INFO_ERROR_INVALID_PARAMETER'.
my code was as below.
int value = 0;
int ret = 0;
ret = system_info_get_platform_bool("http://tizen.org/feature/location.gps.satellite", &value);
For other keys of location, I can get the value.
Only, for "location.gps.satellite", this error is occurred.
And,,,,and about platform key, I got the same error( -22 : SYSTEM_INFO_ERROR_INVALID_PARAMETER').
(platform.web.api.version, platform.version, platform.web.api.version)
Please check my code and let me know how to get this value.
Thanks.