Add multiuser support
This commit is contained in:
parent
69cfde4516
commit
b6cb5d09cb
@ -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
@ -1 +1 @@
|
|||||||
Subproject commit 28fe87cb5fceaea282977513074500f2811180b4
|
Subproject commit b76adde10953c6d8d9cb034dd42ae068310c0229
|
Loading…
x
Reference in New Issue
Block a user