diff options
author | Robert Ly <robertly@google.com> | 2014-07-16 19:19:50 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-16 16:25:13 +0000 |
commit | 82088d62f81a1d842bdb2d285ed578c562b20edd (patch) | |
tree | caee8551689121100eee5869bb4d411b669d1f25 /docs/html/google | |
parent | f0d8c6fcae7176fd99e9e10bbe9e494c18860cfd (diff) | |
parent | d9736032e34ba3ff1aac9c93c8c59405c9fa2cce (diff) | |
download | frameworks_base-82088d62f81a1d842bdb2d285ed578c562b20edd.zip frameworks_base-82088d62f81a1d842bdb2d285ed578c562b20edd.tar.gz frameworks_base-82088d62f81a1d842bdb2d285ed578c562b20edd.tar.bz2 |
Merge "docs: add EU legal notice" into klp-modular-docs
Diffstat (limited to 'docs/html/google')
-rw-r--r-- | docs/html/google/play/billing/billing_overview.jd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/html/google/play/billing/billing_overview.jd b/docs/html/google/play/billing/billing_overview.jd index 301d911..12f8c9a 100644 --- a/docs/html/google/play/billing/billing_overview.jd +++ b/docs/html/google/play/billing/billing_overview.jd @@ -38,6 +38,16 @@ same look-and-feel as for app purchases.</li> features that you need to understand in order to add In-app Billing features into your application.</p> +<p class="note"><b>Note</b>: Ensure that you comply with applicable laws in the countries where you +distribute apps. For example, in EU countries, laws based on the +<a href="http://ec.europa.eu/justice/consumer-marketing/unfair-trade/unfair-practices/">Unfair +Commercial Practices Directive</a> prohibit direct exhortations to children to buy advertised +products or to persuade their parents or other adults to buy advertised products for them. +See the +<a href="http://ec.europa.eu/consumers/enforcement/docs/common_position_on_online_games_en.pdf">position +of the EU consumer protection authorities</a> for more information on this and other topics. +</p> + <h2 id="api">In-app Billing API</h2> <p>Your application accesses the In-app Billing service using an API that is exposed by the Google Play app that is installed on the device. The Google Play |