From 03e19b8cdea0ddd28da1a1738c5b62f7f97cd2e0 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 07 一月 2020 13:29:32 +0800
Subject: [PATCH] 修改进程间接口,统一为foo(int, string)

---
 lib/src/main/aidl/com/anyun/exam/lib/IRemoteInterface.aidl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/src/main/aidl/com/anyun/exam/lib/IRemoteInterface.aidl b/lib/src/main/aidl/com/anyun/exam/lib/IRemoteInterface.aidl
index 15d0d3e..a9b6bed 100644
--- a/lib/src/main/aidl/com/anyun/exam/lib/IRemoteInterface.aidl
+++ b/lib/src/main/aidl/com/anyun/exam/lib/IRemoteInterface.aidl
@@ -13,4 +13,5 @@
             void registListener(IListenerInterface i);
             void unRegistListener(IListenerInterface i);
             void add();
+            void SendCmd(int cmd, String value);
 }

--
Gitblit v1.8.0