▍Android property system
Each property has a name and value, they are in string format. Properties are used in the Android system, used to record the system settings Or exchange of information between processes. Properties are globally visible throughout the system. Each process can get/set properties. During system initi...