mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-14 05:01:55 +00:00
Support get property context
Co-authored-by: canyie <a1364259@163.com> Co-authored-by: vvb2060 <vvb2060@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
int setprop(const char *name, const char *value, bool prop_svc = true);
|
||||
std::string getprop(const char *name, bool persist = false);
|
||||
std::string getpropcontext(const char *name);
|
||||
void getprops(void (*callback)(const char *, const char *, void *),
|
||||
void *cookie = nullptr, bool persist = false);
|
||||
int delprop(const char *name, bool persist = false);
|
||||
|
||||
Reference in New Issue
Block a user