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/IListenerInterface.aidl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl b/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl index 0bf8dbb..421c6f1 100644 --- a/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl +++ b/lib/src/main/aidl/com/anyun/exam/lib/IListenerInterface.aidl @@ -9,5 +9,5 @@ * Demonstrates some basic types that you can use as parameters * and return values in AIDL. */ - void onMessageArrived(String json); + void onMessageArrived(int cmd, String json); } -- Gitblit v1.8.0