From e979332f38e677db4c9d89f695352ed41052553d Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 31 Mar 2011 17:08:24 -0700 Subject: [PATCH] docs: fix markup bugs Change-Id: I230d16e6dc0fe166a61a30a92b2666e0856298a0 --- docs/html/guide/market/billing/billing_integrate.jd | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/html/guide/market/billing/billing_integrate.jd b/docs/html/guide/market/billing/billing_integrate.jd index 56e471e50635..75323378923a 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

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 Install Selected to begin the download.

-

@@ -664,8 +663,6 @@ public class BillingReceiver extends BroadcastReceiver {

Important: 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.

-
-

Figure 2. The Licensing and In-app Billing panel of your account's Edit Profile page lets you see your public key. -- 2.11.0