mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-23 15:38:07 -08:00
Add resetprop magic
This commit is contained in:
@@ -99,6 +99,11 @@ int __system_property_add(const char* name, unsigned int namelen, const char* va
|
||||
return system_properties.Add(name, namelen, value, valuelen);
|
||||
}
|
||||
|
||||
__BIONIC_WEAK_FOR_NATIVE_BRIDGE
|
||||
int __system_property_del(const char* name) {
|
||||
return system_properties.Delete(name);
|
||||
}
|
||||
|
||||
__BIONIC_WEAK_FOR_NATIVE_BRIDGE
|
||||
uint32_t __system_property_serial(const prop_info* pi) {
|
||||
return system_properties.Serial(pi);
|
||||
|
||||
Reference in New Issue
Block a user