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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -