Put Privileged callbacks to use

This commit is contained in:
Rahul Kumar Patel
2021-03-02 04:02:12 +05:30
parent d63ff3790f
commit eef13bf242
4 changed files with 125 additions and 25 deletions

View File

@@ -21,4 +21,10 @@ interface IPrivilegedCallback {
in String packageName,
in int returnCode
);
void handleResultX(
in String packageName,
in int returnCode,
in String extra
);
}