Actions
Task #885
openImplement own function to be able fetch "getprop" values from system
Start date:
01/26/2015
Due date:
% Done:
0%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
Description
Previously, there was __system_property_get() function provided by Bionic. In latest Android versions, it was removed from platform headers, but still remains in Bionic. Currently we've implemented thin dlsym-ed wrapper for it in libcrystax. However, no guarantee that it will persist in Bionic in the future, so we need implement own analogue.
Actions