From e68f6cdabd0ffd5c96935181cfc68b05de0db5ce Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Sun, 22 Nov 2015 12:41:27 -0800 Subject: [PATCH] docs: Fixing malformed hyperlinks One hyperlink used the {@docRoot} tag even though it's a link to a separate site (AOSP), so the link didn't work. Two other (internal) links began with a slash instead of {@docRoot}, which kinda works but isn't how we do things. I'll build and test (and post the stage link in my first comment) but if it looks good I'll go ahead and +2/merge it myself, since there are no prose changes. bug: 25755465 Change-Id: I11af855ed7a1e4a12ced7d0d7f6d5a4705c66811 --- docs/html/guide/topics/security/permissions.jd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/html/guide/topics/security/permissions.jd b/docs/html/guide/topics/security/permissions.jd index d9d867b44b041..ea54d08a83ef5 100644 --- a/docs/html/guide/topics/security/permissions.jd +++ b/docs/html/guide/topics/security/permissions.jd @@ -76,7 +76,8 @@ ad hoc access to specific pieces of data.

This document describes how application developers can use the security features provided by Android. A more general Android Security +href="http://source.android.com/tech/security/index.html" +class="external-link">Android Security Overview is provided in the Android Open Source Project.

@@ -98,7 +99,7 @@ require, and the Android system prompts the user for consent.

The application sandbox does not depend on the technology used to build an application. In particular the Dalvik VM is not a security boundary, and -any app can run native code (see the Android +any app can run native code (see the Android NDK). All types of applications — Java, native, and hybrid — are sandboxed in the same way and have the same degree of security from each other.

@@ -114,9 +115,9 @@ signed by a certificate authority; it is perfectly allowable, and typical, for Android applications to use self-signed certificates. The purpose of certificates in Android is to distinguish application authors. This allows the system to grant or deny applications access to signature-level +href="{@docRoot}guide/topics/manifest/permission-element.html#plevel">signature-level permissions and to grant or deny an application's request to be given +href="{@docRoot}guide/topics/manifest/manifest-element.html#uid">request to be given the same Linux identity as another application.

@@ -806,7 +807,7 @@ methods.

Information about Android works on different types of devices and an introduction to how you can optimize your app for each device or restrict your app's availability to different devices.
-
Android Security Overview
A detailed discussion about the Android platform's security model.