mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 11:26:58 +00:00
Fix API doc
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
|||||||
// See preAppSpecialize(args) for more info.
|
// See preAppSpecialize(args) for more info.
|
||||||
virtual void preServerSpecialize(ServerSpecializeArgs *args) {}
|
virtual void preServerSpecialize(ServerSpecializeArgs *args) {}
|
||||||
|
|
||||||
// This function is called after the app process is specialized.
|
// This function is called after the system server process is specialized.
|
||||||
// At this point, the process runs with the privilege of system_server.
|
// At this point, the process runs with the privilege of system_server.
|
||||||
virtual void postServerSpecialize(const ServerSpecializeArgs *args) {}
|
virtual void postServerSpecialize(const ServerSpecializeArgs *args) {}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user