summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-03-31 19:06:33 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-31 19:06:33 -0700
commit1ccdc235716715e7c6f13cab42e4195454e04615 (patch)
tree9103c0b83da27315a79c140ea2ebbce1b6ba39bb /docs
parentffa670b5b00b8b4c5a4296f9a1ac382c0e647894 (diff)
parente979332f38e677db4c9d89f695352ed41052553d (diff)
downloadframeworks_base-1ccdc235716715e7c6f13cab42e4195454e04615.zip
frameworks_base-1ccdc235716715e7c6f13cab42e4195454e04615.tar.gz
frameworks_base-1ccdc235716715e7c6f13cab42e4195454e04615.tar.bz2
am e979332f: docs: fix markup bugs
* commit 'e979332f38e677db4c9d89f695352ed41052553d': docs: fix markup bugs
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.