Add multiuser support

This commit is contained in:
topjohnwu 2017-05-27 02:43:55 +08:00
parent 69cfde4516
commit b6cb5d09cb
2 changed files with 1 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 28fe87cb5fceaea282977513074500f2811180b4
Subproject commit b76adde10953c6d8d9cb034dd42ae068310c0229