From 40eee61e25fb887f5267686f8a0a7c5bd9f95769 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 6 Aug 2012 17:48:37 -0700 Subject: docs: fix broken links and update sitemap text file Change-Id: I6982c3f029c46135ae856b8484d906c2882bad3a --- docs/html/guide/google/play/billing/billing_best_practices.jd | 2 +- docs/html/guide/google/play/licensing/adding-licensing.jd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/html/guide') diff --git a/docs/html/guide/google/play/billing/billing_best_practices.jd b/docs/html/guide/google/play/billing/billing_best_practices.jd index 49d2a299f5da..850c661e0426 100755 --- a/docs/html/guide/google/play/billing/billing_best_practices.jd +++ b/docs/html/guide/google/play/billing/billing_best_practices.jd @@ -58,7 +58,7 @@ sure to encrypt the content and use a device-specific encryption key.

You should obfuscate your in-app billing code so it is difficult for an attacker to reverse engineer security protocols and other application components. At a minimum, we recommend that you run an obfuscation tool like Proguard on your +href="{@docRoot}tools/help/proguard.html">Proguard on your code.

In addition to running an obfuscation program, we recommend that you use the following techniques to obfuscate your in-app billing code.

diff --git a/docs/html/guide/google/play/licensing/adding-licensing.jd b/docs/html/guide/google/play/licensing/adding-licensing.jd index 49375c206b67..4a45de398050 100644 --- a/docs/html/guide/google/play/licensing/adding-licensing.jd +++ b/docs/html/guide/google/play/licensing/adding-licensing.jd @@ -699,7 +699,7 @@ method, which the LVL calls to let your application handle errors that are not retryable. For a list of such errors, see Server Response Codes in the Licensing Reference. You can implement +href="{@docRoot}guide/google/play/licensing/licensing-reference.html">Licensing Reference. You can implement the method in any way needed. In most cases, the method should log the error code and call dontAllow().

-- cgit v1.2.3-59-g8ed1b