From a68360ed2fdcc4539677cf9d30783fcc3b430e09 Mon Sep 17 00:00:00 2001 From: Android Partner Docs Date: Mon, 17 Sep 2018 10:46:13 -0700 Subject: Docs: Changes to source.android.com - 213298315 Devsite localized content from translation request 984471. by Android Partner Docs - 213298304 Devsite localized content from translation request 964308. by Android Partner Docs - 213253539 Remove bad localized files. by Gina Dimino - 213067433 Publish localized September bulletins by Danielle Roberts - 213066480 Add txt file extension by Kenneth Lau - 213056575 Update Secure Element page by Kenneth Lau - 213015576 Update the Android building doc to reflect the new buildi... by Android Partner Docs - 213015512 Devsite localized content from translation request 980044. by Android Partner Docs - 212873646 Devsite localized content from translation request 976996. by Android Partner Docs - 212873638 Devsite localized content from translation request 968671. by Android Partner Docs - 212677099 Fix typo in "Verifying Boot" page. by Android Partner Docs - 212666534 Devsite localized content from translation request 978798. by Android Partner Docs - 212496012 Updated to add vendor_disallowed* and the user variants o... by Christina Nguyen - 212470614 Devsite localized content from translation request 981805. by Android Partner Docs - 212470600 Devsite localized content from translation request 965624. by Android Partner Docs - 212470587 Devsite localized content from translation request 967914. by Android Partner Docs - 212467611 Adding Simplified Chinese and Site Feedback links, update... by Heidi von Markham - 212361491 Acknowledgement update for CVE-2017-13324 by Danielle Roberts - 212039788 Updates to July 2018 bulletin acknowledgements by Danielle Roberts - 211876205 Update June Acknowledgements by Danielle Roberts - 211864818 Adding Generic System Image (GSI) component into AOSP bug... by Android Partner Docs - 211757050 Devsite localized content from translation request 978434. by Android Partner Docs - 211724209 Add AOSP links to September bulletins by Danielle Roberts - 211717833 Remove a confusing phrase about metadata encryption by Danielle Roberts - 211659529 Add tags for September Security Release. by Android Partner Docs - 211658718 Devsite localized content from translation request 969251. by Android Partner Docs - 211658662 Devsite localized content from translation request 965664. by Android Partner Docs - 211658646 Devsite localized content from translation request 966626. by Android Partner Docs - 211658641 Devsite localized content from translation request 968666. by Android Partner Docs PiperOrigin-RevId: 213298315 Change-Id: Ic5a5b01e73e3cb3052f4fef54f0a18b80f1c7bb5 --- en/devices/storage/adoptable.html | 3 +-- en/devices/tech/admin/implement.html | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 3 deletions(-) (limited to 'en/devices') 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.

In Android 8.x and lower, adoptable storage didn't work with FBE. All existing devices that have adoptable storage used full-disk encryption (FDE). -In Android 9, adoptable storage works with FBE and is encrypted using -metadata encryption. 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:

 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
 
+

+Required and disallowed apps for managed users are applied to secondary users +created via DevicePolicyManager#createAndManageUser. +

+

Examples from a Nexus device:

+

Android 8.x and earlier

+
+pacakages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_device.xml
+
+ +

Android 9 and higher

-packages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_device.xml
+frameworks/base/core/res/res/values/vendor_required_apps_managed_device.xml
 
@@ -125,10 +143,16 @@ packages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_device
 </resources>
 
+

Android 8.x and earlier

 packages/apps/ManagedProvisioning/res/values/vendor_required_apps_managed_profile.xml
 
+

Android 9 and higher

+
+frameworks/base/core/res/res/values/vendor_required_apps_managed_profile.xml
+
+
 <resources>
     <!-- A list of apps to be retained in the managed profile. This includes any Google experience apps required. -->
-- 
cgit v1.2.3