Minor fixes

This commit is contained in:
世界
2024-10-06 20:08:49 +08:00
parent fba1072910
commit 8df5f10d61
11 changed files with 101 additions and 115 deletions
@@ -3,6 +3,4 @@ package io.nekohasekai.sfa.aidl;
interface IServiceCallback {
void onServiceStatusChanged(int status);
void onServiceAlert(int type, String message);
void onServiceWriteLog(String message);
void onServiceResetLogs(in List<String> messages);
}