Android AIDL Object实现步骤
package cn.lx.aidl;import cn.lx.Rect;interface RectService{ cn.lx.Rect intersection(in cn.lx.Rect left,in cn.lx.Rect right);}?