android - How to detect changes set by adb setprop during run time in C++ -
i have set property using adb setprop. while app running, if user dynamically updates property value want detect , change behaviour of app based on new value.
i use properties.h --> property_get function value everytime code executes whether value has changed or not.
i not want keep reading property file everytime tough - want react on change. there way achieve using c++?
Comments
Post a Comment