diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-02-14 11:47:36 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-02-14 11:47:36 -0800 |
commit | f857c51d77d2199cfb3351e0e1c93a55e8564dc4 (patch) | |
tree | 5c5b5a2115a0c4495a4ab3c2b017bd7bccd1eaa5 /docs | |
parent | 38b6d7a15c6d5196f9b886f15dc58c28734300da (diff) | |
download | frameworks_base-f857c51d77d2199cfb3351e0e1c93a55e8564dc4.zip frameworks_base-f857c51d77d2199cfb3351e0e1c93a55e8564dc4.tar.gz frameworks_base-f857c51d77d2199cfb3351e0e1c93a55e8564dc4.tar.bz2 |
Doc change: add notice for iab v3 subscriptions launch.
Change-Id: I3b1365cee219ab7fb8ac27cf333609986a947b3c
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/html/google/play/billing/billing_overview.jd | 3 | ||||
-rw-r--r-- | docs/html/google/play/billing/billing_subscriptions.jd | 21 |
2 files changed, 22 insertions, 2 deletions
diff --git a/docs/html/google/play/billing/billing_overview.jd b/docs/html/google/play/billing/billing_overview.jd index bda9237..14cbfdf 100755 --- a/docs/html/google/play/billing/billing_overview.jd +++ b/docs/html/google/play/billing/billing_overview.jd @@ -69,7 +69,8 @@ ownership of in-app products). The user cannot own multiple copies of an in-app item; only one copy can be owned at any point in time</li> <li>Purchased items can be consumed. When consumed, the item reverts to the "unowned" state and can be purchased again from Google Play</li> -<li>Provides support for subscriptions</li> +<li>Provides support for <a + href="{@docRoot}google/play/billing/billing_subscriptions.html">subscriptions</a></li> </ul> <p>For details about other versions of In-app Billing, see the <a href="{@docRoot}google/play/billing/versions.html">Version Notes</a>.</p> diff --git a/docs/html/google/play/billing/billing_subscriptions.jd b/docs/html/google/play/billing/billing_subscriptions.jd index 2840dbc..c2bbb49 100644 --- a/docs/html/google/play/billing/billing_subscriptions.jd +++ b/docs/html/google/play/billing/billing_subscriptions.jd @@ -3,7 +3,26 @@ parent.title=In-app Billing parent.link=index.html @jd:body -<div id="qv-wrapper"> +<!--notice block --> + <div style="background-color:#fffbd9;width:100%;margin-bottom:1em;padding:8px 8px 1px;"> + <p><em>15 February 2013</em></p> + <p>In-app Billing V3 now supports subscriptions and you can get + started developing today. A small app update is currently being + rolled out to Android devices. This process is automatic and + most devices will get the update in the next few days. However, + if you wish to get the update today to start developing right + away, simply reboot your device. </p> + + <p>However, we recommend that you <em>do not publish</em> an app with + V3 subscriptions until all Android devices have received the update. We'll + notify you here that all devices have received the update and its safe + to publish your apps that use V3 subscriptions. </p> + </div> + +<!-- Use non-standard wrapper to support notice block. Restore standard + wrapper when notice is removed. --> +<!--<div id="qv-wrapper"> --> +<div id="qv-wrapper" style="margin-top:.25em;"> <div id="qv"> <h2>Quickview</h2> <ul> |