我想将hashmap作为我从aidl文件中获取方法的返回类型.
但它作为未知的返回类型给出了错误.
我的代码是
interface IRemoteservice { HashMap<String,CharSequence> getMapValues(); }
android
android ×1