yy1717
2020-01-07 03e19b8cdea0ddd28da1a1738c5b62f7f97cd2e0
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);
}