标签: android in-app-purchase
我在我的项目中使用inappbilling。我用
String price = inventory.getSkuDetails(CARD25).getPrice();
如何在onCreate方法中获得此商品的价格?