You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Make systemproperties more match AOSP
This commit is contained in:
@@ -311,7 +311,7 @@ int SystemProperties::Delete(const char *name) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
bool ret = pa->del(name);
|
||||
bool ret = pa->rm(name);
|
||||
if (!ret) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user