aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/tech/admin/enterprise-telephony.html
diff options
context:
space:
mode:
authorMark Hecomovich <mheco@google.com>2018-11-12 19:18:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-12 19:18:54 +0000
commitef9d83d7f86c7f2bf6c4cf2967abb3dfea7e8636 (patch)
treebe8019bc8baef8b03fdaf36bdb5fc2e2d4788ffc /zh-cn/devices/tech/admin/enterprise-telephony.html
parentc1e42576367b058286943f85117e2cf1caccdd59 (diff)
parentc331c4c429cc28bfe87f1e7fe8c954ba2f7509fc (diff)
downloadsource.android.com-android-o-mr1-iot-release-cube_r2.tar.gz
Diffstat (limited to 'zh-cn/devices/tech/admin/enterprise-telephony.html')
-rw-r--r--zh-cn/devices/tech/admin/enterprise-telephony.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/zh-cn/devices/tech/admin/enterprise-telephony.html b/zh-cn/devices/tech/admin/enterprise-telephony.html
index b5444667..28e7bab4 100644
--- a/zh-cn/devices/tech/admin/enterprise-telephony.html
+++ b/zh-cn/devices/tech/admin/enterprise-telephony.html
@@ -40,8 +40,8 @@ Android 开放源代码项目 (AOSP) 在拨号器、通讯录和短信应用的
<p>
例如:
</p><ul>
-<li><strong>为工作联系人添加标记</strong>:请参阅 <code>packages/apps/ContactsCommon</code> f3eb5a207bfe0ff3b4ed2350ae5865ed8bc59798<em></em>
-</li><li><strong>跨资料搜索</strong>:请参阅 <code>packages/apps/ContactsCommon</code> cd0b29ddbf3648e48f048196c62245d545bc6122<em></em></li>
+<li><strong>为工作联系人添加标记</strong>:请参阅 <code>packages/apps/ContactsCommon</code> <em>f3eb5a207bfe0ff3b4ed2350ae5865ed8bc59798</em>
+</li><li><strong>跨资料搜索</strong>:请参阅 <code>packages/apps/ContactsCommon</code> <em>cd0b29ddbf3648e48f048196c62245d545bc6122</em></li>
</ul>
<h2 id="implementation">实现</h2>
@@ -58,7 +58,7 @@ Android 开放源代码项目 (AOSP) 在拨号器、通讯录和短信应用的
<h3 id="work-profile-contact-badging">工作资料联系人标记</h3>
<p>
-工作资料联系人标记可通过检查 <code>ContactsContract.Directory.isEntepriseDirectoryId()</code>(如果可用)或通过 <code><a href="http://developer.android.com/reference/android/provider/ContactsContract.Contacts.html#isEnterpriseContactId(long)">isEnterpriseContactId</a></code> 来实现。
+工作资料联系人标记可通过检查 <code>ContactsContract.Directory.isEntepriseDirectoryId()</code>(如果可用)或通过使用 <code><a href="http://developer.android.com/reference/android/provider/ContactsContract.Contacts.html#isEnterpriseContactId(long)">isEnterpriseContactId</a></code> 来实现。
</p>
<h3 id="managed-profile-aware-connectionservice">可感知受管理资料的连接服务</h3>