私はただ興味がありますが、Android の請求のために、Android は次のクラスを提供します。
import android.os.Bundle;
interface IMarketBillingService {
/** Given the arguments in bundle form, returns a bundle for results. */
Bundle sendBillingRequest(in Bundle bundle);
}
しかし、その拡張子は .java ではなく .iadl です...なぜですか? :)
ありがとう!