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

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -