aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/devices/tech/config/filesystem.html
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/devices/tech/config/filesystem.html')
-rw-r--r--zh-cn/devices/tech/config/filesystem.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/zh-cn/devices/tech/config/filesystem.html b/zh-cn/devices/tech/config/filesystem.html
index da34adca..6b556dc9 100644
--- a/zh-cn/devices/tech/config/filesystem.html
+++ b/zh-cn/devices/tech/config/filesystem.html
@@ -4,7 +4,6 @@
<meta name="book_path" value="/_book.yaml"/>
</head>
<body>
-
<!--
Copyright 2017 The Android Open Source Project
@@ -263,7 +262,7 @@ service vendor_foo /vendor/bin/foo_service
<h2 id="converting-aid-to-friendly">从 AID 转换为好记的名称</h2>
<p>
- 对于 <a href="#using-oem-aid">OEM AID</a>,Android 8.x 要求配合 <code>oem_####</code> 使用 <code>getpwnam</code> 和类似函数,在通过 <code>getpwnam</code>(如 <code>init</code> 脚本)处理查询时也是如此。在 Android 9 中,您可以使用 Bionic 中的 <code>getpwnam</code> 和 <code>getgrnam</code> 这对组合函数从 Android ID (AID) 转换为好记的名称,反之亦然。
+ 对于 <a href="#using-oem-aid">OEM AID</a>,Android 8.x 要求jiang 配合 <code>oem_####</code> 使用 <code>getpwnam</code> 和类似函数,在通过 <code>getpwnam</code>(如 <code>init</code> 脚本)处理查询时也是如此。在 Android 9 中,您可以使用 Bionic 中的 <code>getpwnam</code> 和 <code>getgrnam</code> 这对组合函数从 Android ID (AID) 转换为好记的名称,反之亦然。
</p>
<h3 id="using-file-system-capabilities">使用文件系统权能</h3>