aboutsummaryrefslogtreecommitdiff
path: root/en/devices
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2018-09-17 10:46:13 -0700
committerMark Hecomovich <mheco@google.com>2018-09-17 13:22:12 -0700
commita68360ed2fdcc4539677cf9d30783fcc3b430e09 (patch)
treecafa764ab7aacb7b6a9188b31a15ae155715b309 /en/devices
parentc595c8985055cc3a521e930b7de4c8047127e719 (diff)
downloadsource.android.com-a68360ed2fdcc4539677cf9d30783fcc3b430e09.tar.gz
Docs: Changes to source.android.com
- 213298315 Devsite localized content from translation request 984471. by Android Partner Docs <noreply@android.com> - 213298304 Devsite localized content from translation request 964308. by Android Partner Docs <noreply@android.com> - 213253539 Remove bad localized files. by Gina Dimino <gdimino@google.com> - 213067433 Publish localized September bulletins by Danielle Roberts <daroberts@google.com> - 213066480 Add txt file extension by Kenneth Lau <kennethlau@google.com> - 213056575 Update Secure Element page by Kenneth Lau <kennethlau@google.com> - 213015576 Update the Android building doc to reflect the new buildi... by Android Partner Docs <noreply@android.com> - 213015512 Devsite localized content from translation request 980044. by Android Partner Docs <noreply@android.com> - 212873646 Devsite localized content from translation request 976996. by Android Partner Docs <noreply@android.com> - 212873638 Devsite localized content from translation request 968671. by Android Partner Docs <noreply@android.com> - 212677099 Fix typo in "Verifying Boot" page. by Android Partner Docs <noreply@android.com> - 212666534 Devsite localized content from translation request 978798. by Android Partner Docs <noreply@android.com> - 212496012 Updated to add vendor_disallowed* and the user variants o... by Christina Nguyen <cqn@google.com> - 212470614 Devsite localized content from translation request 981805. by Android Partner Docs <noreply@android.com> - 212470600 Devsite localized content from translation request 965624. by Android Partner Docs <noreply@android.com> - 212470587 Devsite localized content from translation request 967914. by Android Partner Docs <noreply@android.com> - 212467611 Adding Simplified Chinese and Site Feedback links, update... by Heidi von Markham <hvm@google.com> - 212361491 Acknowledgement update for CVE-2017-13324 by Danielle Roberts <daroberts@google.com> - 212039788 Updates to July 2018 bulletin acknowledgements by Danielle Roberts <daroberts@google.com> - 211876205 Update June Acknowledgements by Danielle Roberts <daroberts@google.com> - 211864818 Adding Generic System Image (GSI) component into AOSP bug... by Android Partner Docs <noreply@android.com> - 211757050 Devsite localized content from translation request 978434. by Android Partner Docs <noreply@android.com> - 211724209 Add AOSP links to September bulletins by Danielle Roberts <daroberts@google.com> - 211717833 Remove a confusing phrase about metadata encryption by Danielle Roberts <daroberts@google.com> - 211659529 Add tags for September Security Release. by Android Partner Docs <noreply@android.com> - 211658718 Devsite localized content from translation request 969251. by Android Partner Docs <noreply@android.com> - 211658662 Devsite localized content from translation request 965664. by Android Partner Docs <noreply@android.com> - 211658646 Devsite localized content from translation request 966626. by Android Partner Docs <noreply@android.com> - 211658641 Devsite localized content from translation request 968666. by Android Partner Docs <noreply@android.com> PiperOrigin-RevId: 213298315 Change-Id: Ic5a5b01e73e3cb3052f4fef54f0a18b80f1c7bb5
Diffstat (limited to 'en/devices')
-rw-r--r--en/devices/storage/adoptable.html3
-rw-r--r--en/devices/tech/admin/implement.html26
2 files changed, 26 insertions, 3 deletions
diff --git a/en/devices/storage/adoptable.html b/en/devices/storage/adoptable.html
index 85e8b100..c8233fd1 100644
--- a/en/devices/storage/adoptable.html
+++ b/en/devices/storage/adoptable.html
@@ -140,8 +140,7 @@ which SD card firmware may choose to use for optimization purposes.</p>
<p>In Android 8.x and lower, adoptable storage didn't work with FBE. All
existing devices that have adoptable storage used
<a href="/security/encryption/full-disk">full-disk encryption</a> (FDE).
-In Android 9, adoptable storage works with FBE and is encrypted using
-<a href="/security/encryption/metadata">metadata encryption</a>. However, by
+In Android 9, adoptable storage works with FBE. However, by
default, file contents are double-encrypted because adoptable storage has an
FDE and FBE layer. By default, both layers encrypt file contents, which can
slow device performance. To fix the problem of double encryption and speed up
diff --git a/en/devices/tech/admin/implement.html b/en/devices/tech/admin/implement.html
index f930e906..7e89d54f 100644
--- a/en/devices/tech/admin/implement.html
+++ b/en/devices/tech/admin/implement.html
@@ -103,12 +103,30 @@ managed profile or device has all required applications by modifying:</p>
<pre class="devsite-click-to-copy">
vendor_required_apps_managed_profile.xml
vendor_required_apps_managed_device.xml
+vendor_disallowed_apps_managed_profile.xml
+vendor_disallowed_apps_managed_device.xml
+/*
+ * The following are for Android 9 and higher only
+ */
+vendor_required_apps_managed_user.xml
+vendor_disallowed_apps_managed_user.xml
</pre>
+<p>
+Required and disallowed apps for managed users are applied to secondary users
+created via <code>DevicePolicyManager#createAndManageUser</code>.
+</p>
+
<p>Examples from a Nexus device:</p>
+<p>Android 8.x and earlier</p>
+<pre class="devsite-click-to-copy">
+pacakages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_device.xml
+</pre>
+
+<p>Android 9 and higher</p>
<pre class="devsite-click-to-copy">
-packages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_device.xml
+frameworks/base/core/res/res/values/vendor_required_apps_managed_device.xml
</pre>
<pre class="devsite-click-to-copy">
@@ -125,10 +143,16 @@ packages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_device
&lt;/resources&gt;
</pre>
+<p>Android 8.x and earlier</p>
<pre class="devsite-click-to-copy">
packages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_profile.xml
</pre>
+<p>Android 9 and higher</p>
+<pre class="devsite-click-to-copy">
+frameworks/base/core/res/res/values/vendor_required_apps_managed_profile.xml
+</pre>
+
<pre class="devsite-click-to-copy">
&lt;resources&gt;
&lt;!-- A list of apps to be retained in the managed profile. This includes any Google experience apps required. --&gt;