mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-16 02:47:26 +00:00
Add multiuser support
This commit is contained in:
@@ -138,7 +138,6 @@ static void read_prop_info(void* cookie, const char *name, const char *value, ui
|
||||
char *getprop(const char *name) {
|
||||
const prop_info *pi = __system_property_find(name);
|
||||
if (pi == NULL) {
|
||||
PRINT_E("resetprop: prop not found: [%s]\n", name);
|
||||
return NULL;
|
||||
}
|
||||
char value[PROP_VALUE_MAX];
|
||||
|
2
jni/su
2
jni/su
Submodule jni/su updated: 28fe87cb5f...b76adde109
Reference in New Issue
Block a user