mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 11:59:51 +00:00
Update resetprop to partially use system impl
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
bool prop_exist(const char *name);
|
||||
int setprop(const char *name, const char *value, bool trigger = true);
|
||||
std::string getprop(const char *name, bool persist = false);
|
||||
void getprops(void (*callback)(const char *, const char *, void *),
|
||||
|
Reference in New Issue
Block a user