summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-03-31 17:08:24 -0700
committerScott Main <smain@google.com>2011-03-31 17:08:24 -0700
commite979332f38e677db4c9d89f695352ed41052553d (patch)
tree7cc2456997306b4a9563e1617b192aa833965fac /docs
parenteb344a69fa728c010425fb1e18fc8f5774693986 (diff)
downloadframeworks_base-e979332f38e677db4c9d89f695352ed41052553d.zip
frameworks_base-e979332f38e677db4c9d89f695352ed41052553d.tar.gz
frameworks_base-e979332f38e677db4c9d89f695352ed41052553d.tar.bz2
docs: fix markup bugs
Change-Id: I230d16e6dc0fe166a61a30a92b2666e0856298a0
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/html/guide/market/billing/billing_integrate.jd3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/html/guide/market/billing/billing_integrate.jd b/docs/html/guide/market/billing/billing_integrate.jd
index 56e471e..7532337 100755
--- a/docs/html/guide/market/billing/billing_integrate.jd
+++ b/docs/html/guide/market/billing/billing_integrate.jd
@@ -121,7 +121,6 @@ parent.link=index.html
<p>The in-app billing sample application is available as a downloadable component of the Android SDK. To download the sample application component, launch the Android SDK and AVD Manager and then select the "Google Market Billing package" component (see figure 1), and click <strong>Install Selected</strong> to begin the download.</p>
-<div style="margin-bottom:2em;">
<img src="{@docRoot}images/billing_package.png" height="325" id="figure1" />
<p class="img-caption">
@@ -664,8 +663,6 @@ public class BillingReceiver extends BroadcastReceiver {
<p class="caution"><strong>Important</strong>: To keep your public key safe from malicious users and hackers, do not embed your public key as an entire literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for example, XOR with some other string) to hide the actual key. The key itself is not secret information, but you do not want to make it easy for a hacker or malicious user to replace the public key with another key.</p>
-<div style="margin-bottom:2em;">
-
<img src="{@docRoot}images/billing_public_key.png" height="510" id="figure2" />
<p class="img-caption">
<strong>Figure 2.</strong> The Licensing and In-app Billing panel of your account's Edit Profile page lets you see your public key.