aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/tech/admin/multi-user.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/tech/admin/multi-user.html')
-rw-r--r--zh-cn/devices/tech/admin/multi-user.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/zh-cn/devices/tech/admin/multi-user.html b/zh-cn/devices/tech/admin/multi-user.html
index 18f77e41..2275d833 100644
--- a/zh-cn/devices/tech/admin/multi-user.html
+++ b/zh-cn/devices/tech/admin/multi-user.html
@@ -56,7 +56,8 @@
<p>从 Android 5.0 开始,多用户功能默认处于停用状态。要启用这项功能,设备制造商必须定义资源叠加层,以取代 <code>frameworks/base/core/res/res/values/config.xml</code> 中的以下值:</p>
-<pre>&lt;!-- Maximum number of supported users --&gt;
+<pre class="devsite-click-to-copy">
+&lt;!-- Maximum number of supported users --&gt;
&lt;integer name="config_multiuserMaximumUsers"&gt;1&lt;/integer&gt;
&lt;!-- Whether Multiuser UI should be shown --&gt;
&lt;bool name="config_enableMultiUserUI"&gt;false&lt;/bool&gt;