[android-developers] will the install referrer receiver pass the intent to other filters that are registered to the com.android.vending.INSTALL_REFERRER

2013-05-29 Thread sammiwei
will the receiver in google Android tracking SDK for install tracking pass the intent to other filters that are registered to the com.android.vending.INSTALL_REFERRER? It is documented on https://developers.google.com/analytics/devguides/collection/android/v2/campaigns#google-play-campaigns

[android-developers] getSkuDetails() returns the price with the developer's set of currency, is it possible to get the buyer's currency code when the purchase is finished?

2013-03-25 Thread sammiwei
On the official site, http://developer.android.com/google/play/billing/billing_reference.html#billing-interface it is said: getSkuDetails() returns a price as "Formatted price of the item, including its currency sign. The price does not include tax." I want to have some clarifications: 1. the p

[android-developers] Relates to In App Billing, is it possible to get the currency code back from a purchase?

2013-03-21 Thread sammiwei
I have searched around, Found serval places talking about it but without the answer I am looking for. My question is when a user purchased an item from google play, after the transaction is done, I would call startIntentSenderForResult and get the purchase data back. Someone on stackoverfl

[android-developers] Android In-app billing v3 is not returning the correct localized price (getSkuDetails)

2013-03-06 Thread sammiwei
I am trying to test the getSkuDetails method in Android In-app billing v3 API with different local prices. I have used the sample application provided by Google (TrivialDrive), and modified it to display the price returned by Google in response to getSkuDetails: SkuDetails gasDetails

[android-developers] When a user uninstall my app, will the content provider be gone with the uninstalling, how about the changes I made to built in content provider?

2012-01-23 Thread sammiwei
When a user uninstall my app, will the content provider be gone with the uninstalling, how about the changes I made to built in content provider? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d