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); }