diff options
author | Scott Main <smain@google.com> | 2011-07-07 14:51:56 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-03-02 16:29:33 -0800 |
commit | 4143781cdea0741ce6e87967c4ab903288c3e4c3 (patch) | |
tree | 975b23e54a19573720bebb8fa7d2c2d263a25043 /docs/html/guide/developing/tools | |
parent | e5e11fd666d242b099466017c6d9bd23e6d2896d (diff) | |
download | frameworks_base-4143781cdea0741ce6e87967c4ab903288c3e4c3.zip frameworks_base-4143781cdea0741ce6e87967c4ab903288c3e4c3.tar.gz frameworks_base-4143781cdea0741ce6e87967c4ab903288c3e4c3.tar.bz2 |
docs: add docs for market OBB
includes splitting the Licensing dev guide into multiple pages;
Turned original licensing doc into a redirect to the new
files that are under guide/market/licensing/;
Fix all links pointing to app licensing
Change-Id: Ic49493f0e560db225dd7a382ffabc904a2fa1228
Diffstat (limited to 'docs/html/guide/developing/tools')
-rw-r--r-- | docs/html/guide/developing/tools/proguard.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/developing/tools/proguard.jd b/docs/html/guide/developing/tools/proguard.jd index eca262a..ea8a1ea 100644 --- a/docs/html/guide/developing/tools/proguard.jd +++ b/docs/html/guide/developing/tools/proguard.jd @@ -39,7 +39,7 @@ parent.link=index.html sized <code>.apk</code> file that is more difficult to reverse engineer. Because ProGuard makes your application harder to reverse engineer, it is important that you use it when your application utilizes features that are sensitive to security like when you are - <a href="{@docRoot}guide/publishing/licensing.html">Licensing Your Applications</a>.</p> + <a href="{@docRoot}guide/market/licensing/index.html">Licensing Your Applications</a>.</p> <p>ProGuard is integrated into the Android build system, so you do not have to invoke it manually. ProGuard runs only when you build your application in release mode, so you do not |