Skip to content

Commit 40eee61

Browse files
committed
docs: fix broken links
and update sitemap text file Change-Id: I6982c3f029c46135ae856b8484d906c2882bad3a
1 parent ea83756 commit 40eee61

File tree

6 files changed

+5615
-5621
lines changed

6 files changed

+5615
-5621
lines changed

core/java/android/app/Service.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
* to the service. The service will remain running as long as the connection
143143
* is established (whether or not the client retains a reference on the
144144
* service's IBinder). Usually the IBinder returned is for a complex
145-
* interface that has been <a href="{@docRoot}guide/developing/tools/aidl.html">written
145+
* interface that has been <a href="{@docRoot}guide/components/aidl.html">written
146146
* in aidl</a>.
147147
*
148148
* <p>A service can be both started and have connections bound to it. In such
@@ -473,7 +473,7 @@ public void onTrimMemory(int level) {
473473
* Return the communication channel to the service. May return null if
474474
* clients can not bind to the service. The returned
475475
* {@link android.os.IBinder} is usually for a complex interface
476-
* that has been <a href="{@docRoot}guide/developing/tools/aidl.html">described using
476+
* that has been <a href="{@docRoot}guide/components/aidl.html">described using
477477
* aidl</a>.
478478
*
479479
* <p><em>Note that unlike other application components, calls on to the

core/java/android/os/Binder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* the standard support creating a local implementation of such an object.
3333
*
3434
* <p>Most developers will not implement this class directly, instead using the
35-
* <a href="{@docRoot}guide/developing/tools/aidl.html">aidl</a> tool to describe the desired
35+
* <a href="{@docRoot}guide/components/aidl.html">aidl</a> tool to describe the desired
3636
* interface, having it generate the appropriate Binder subclass. You can,
3737
* however, derive directly from Binder to implement your own custom RPC
3838
* protocol or simply instantiate a raw Binder object directly to use as a

docs/html/guide/google/play/billing/billing_best_practices.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sure to encrypt the content and use a device-specific encryption key.</p>
5858
<p>You should obfuscate your in-app billing code so it is difficult for an attacker to reverse
5959
engineer security protocols and other application components. At a minimum, we recommend that you
6060
run an obfuscation tool like <a
61-
href="http://developer.android.com/tools/proguard.html">Proguard</a> on your
61+
href="{@docRoot}tools/help/proguard.html">Proguard</a> on your
6262
code.</p>
6363
<p>In addition to running an obfuscation program, we recommend that you use the following techniques
6464
to obfuscate your in-app billing code.</p>

docs/html/guide/google/play/licensing/adding-licensing.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ method, which the LVL calls to let your application handle errors that are not
699699
retryable. For a list of such errors, see <a
700700
href="{@docRoot}guide/google/play/licensing/licensing-reference.html#server-response-codes">Server
701701
Response Codes</a> in the <a
702-
href="guide/google/play/licensing/licensing-reference.html">Licensing Reference</a>. You can implement
702+
href="{@docRoot}guide/google/play/licensing/licensing-reference.html">Licensing Reference</a>. You can implement
703703
the method in any way needed. In most cases, the
704704
method should log the error code and call <code>dontAllow()</code>.</p>
705705

0 commit comments

Comments
 (0)