aboutsummaryrefslogtreecommitdiff
path: root/en/devices
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2018-05-07 15:51:34 -0700
committerClay Murphy <claym@google.com>2018-05-07 16:25:44 -0700
commit2f461f591c376486cd89434562131471c10fb1d2 (patch)
tree32d9f50448ba01b98916d555c04e68ac123eb99b /en/devices
parent008a9e0bf136d461480396e6971347ce1c8b9484 (diff)
downloadsource.android.com-2f461f591c376486cd89434562131471c10fb1d2.tar.gz
Docs: Changes to source.android.com
- 195735838 Omit Nexus 6P build for now, this is a follow up of cr/19... by Android Partner Docs <noreply@android.com> - 195718504 Tags for 2018/05 Security Release. by Android Partner Docs <noreply@android.com> - 195700751 Update all tenant freezes to contain last_published_cl: 0. by Android Partner Docs <noreply@android.com> - 195685647 Add last month's enhancements to News section on home by Clay Murphy <claym@google.com> - 195679418 Cloned from CL 194466703 by 'g4 patch'. by Clay Murphy <claym@google.com> - 195463680 Exclude 2017 Pixel bulletins from localization by Danielle Roberts <daroberts@google.com> - 195438214 Devsite localized content from translation request 0bd594... by Android Partner Docs <noreply@android.com> - 195434804 Change from preview link to link that it resolved to. by Danielle Roberts <daroberts@google.com> - 195307570 Devsite localized content from translation request 315297... by Android Partner Docs <noreply@android.com> - 195268816 Fix spelling: passthough -> passthrough. by Mark Hecomovich <mheco@google.com> - 195268432 Devsite localized content from translation request 7a2fd8... by Android Partner Docs <noreply@android.com> - 195198267 Update modular kernel requirements by Android Partner Docs <noreply@android.com> - 195178304 Remove reference to ccache. by Android Partner Docs <noreply@android.com> - 195178297 Remove ccache reference. by Android Partner Docs <noreply@android.com> - 195151900 Minor documentation fixes by Android Partner Docs <noreply@android.com> PiperOrigin-RevId: 195735838 Change-Id: I4ae193dea515f236487e1533741006cb34a2a2c2
Diffstat (limited to 'en/devices')
-rw-r--r--en/devices/architecture/hidl/index.html2
-rw-r--r--en/devices/architecture/kernel/modular-kernels.html6
-rw-r--r--en/devices/input/touch-devices.html5
-rw-r--r--en/devices/tech/admin/enterprise-telephony.html2
4 files changed, 5 insertions, 10 deletions
diff --git a/en/devices/architecture/hidl/index.html b/en/devices/architecture/hidl/index.html
index 2ff78a12..5790b78c 100644
--- a/en/devices/architecture/hidl/index.html
+++ b/en/devices/architecture/hidl/index.html
@@ -31,7 +31,7 @@ between codebases that may be compiled independently.</p>
<p>HIDL is intended to be used for inter-process communication (IPC).
Communication between processes is referred to as
<a href="/devices/architecture/hidl/binder-ipc"><em>Binderized</em></a>. For
-libraries that must be linked to a process, a <a href="#passthrough">passthough
+libraries that must be linked to a process, a <a href="#passthrough">passthrough
mode</a> is also available (not supported in Java).</p>
<p>HIDL specifies data structures and method signatures, organized in interfaces
diff --git a/en/devices/architecture/kernel/modular-kernels.html b/en/devices/architecture/kernel/modular-kernels.html
index 70debebe..fd1d8706 100644
--- a/en/devices/architecture/kernel/modular-kernels.html
+++ b/en/devices/architecture/kernel/modular-kernels.html
@@ -331,9 +331,6 @@ CUSTOM_IMAGE_VERITY_BLOCK_DEVICE := /dev/block/…./by-name/odm
<code>fstab</code> file fragments. For example, when specifying an entry to
mount <code>/vendor</code> in the device tree, the <code>fstab</code> file must
not repeat that entry.</li>
-<li>Only <code>/system</code>, <code>/odm</code>, or <code>/vendor</code> can be
-mounted early. Android does not include support to mount any other partitions in
-<code>init</code> first stage.</li>
<li>Partitions requiring <code>verifyatboot</code> <strong>must not</strong> be
early mounted (doing so is unsupported).</li>
<li>The verity mode/state for verified partitions must be specified in kernel
@@ -457,9 +454,6 @@ for AVB</a>.</li>
<code>fstab</code> file fragments. For example, if you specify an entry to mount
<code>/vendor</code> in the device tree, the <code>fstab</code> file must not
repeat that entry.</li>
-<li>Only <code>/system</code>, <code>/odm</code>, or <code>/vendor</code> can be
-mounted early. Android does not include support to mount any other partitions in
-<code>init</code> first stage.</li>
<li>VBoot 2.0 does not support <code>verifyatboot</code>, regardless of whether
early mount is enabled or not.</li>
<li>The verity mode/state for verified partitions must be specified in kernel
diff --git a/en/devices/input/touch-devices.html b/en/devices/input/touch-devices.html
index 8cbcc66b..e3126ed8 100644
--- a/en/devices/input/touch-devices.html
+++ b/en/devices/input/touch-devices.html
@@ -226,7 +226,8 @@ and <code>MotionEvent.ACTION_HOVER_EXIT</code>.</p>
detect the capabilities of the device.</p>
<p>For example, if the device reports the <code>BTN_TOUCH</code> key code, the system will
assume that <code>BTN_TOUCH</code> will always be used to indicate whether the tool is
-actually touching the screen or is merely in range and hovering.</p>
+ actually touching the screen. Therefore, <code>BTN_TOUCH</code> should not be used to indicate
+ that the tool is merely in the range and hovering.</p>
</li>
<li>
<p>Single-touch devices use the following Linux input events:</p>
@@ -564,7 +565,7 @@ the characteristics of touches using device-specific units.</p>
<p>For example, many touch devices measure the touch contact area
using an internal device-specific scale, such as the total number of
sensor nodes that were triggered by the touch. This raw size value would
-not be meaningful applications because they would need to know about the
+not be meaningful to applications because they would need to know about the
physical size and other characteristics of the touch device sensor nodes.</p>
<p>The system uses calibration parameters encoded in input device configuration
files to decode, transform, and normalize the values reported by the touch
diff --git a/en/devices/tech/admin/enterprise-telephony.html b/en/devices/tech/admin/enterprise-telephony.html
index aee11f3a..95d73bd0 100644
--- a/en/devices/tech/admin/enterprise-telephony.html
+++ b/en/devices/tech/admin/enterprise-telephony.html
@@ -77,7 +77,7 @@ for contacts in their Dialer Contacts and SMS/MMS Messaging apps.</p>
Cross profile contact search should be implemented using the Enterprise Contacts
API (<code>ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI</code> etc.), which can be found
in the <a
-href="http://developer.android.com/preview/features/afw.html#contacts">EMM developer's overview</a>
+href="https://developers.google.com/android/work/overview#contacts">EMM developer's overview</a>
on the Android EMM Developers site.
</p>