mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 19:00:20 +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) {
|
char *getprop(const char *name) {
|
||||||
const prop_info *pi = __system_property_find(name);
|
const prop_info *pi = __system_property_find(name);
|
||||||
if (pi == NULL) {
|
if (pi == NULL) {
|
||||||
PRINT_E("resetprop: prop not found: [%s]\n", name);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
char value[PROP_VALUE_MAX];
|
char value[PROP_VALUE_MAX];
|
||||||
|
|||||||
2
jni/su
2
jni/su
Submodule jni/su updated: 28fe87cb5f...b76adde109
Reference in New Issue
Block a user