Expand description
The implementation of property API for Android bionic-based systems
Functions§
- plat_
get_ property_ info - Find property_info pointer using bionic syscall
- plat_
getprop - Retrieve a property with name
name
. Returns None if the operation fails. - plat_
prop_ values - Returns an iterator to vector, which contains all properties present in a system
- plat_
setprop - Set system property
name
tovalue
, creating the system property if it doesn’t already exist