Simplified UserRestriction

This commit is contained in:
BinTianqi
2024-01-14 12:41:23 +08:00
parent 51a21dd345
commit 258114a068
5 changed files with 43 additions and 69 deletions

View File

@@ -1,3 +1,13 @@
<resources>
<string name="app_name">Android Owner</string>
<string name="bluetooth">蓝牙</string>
<string name="airplane_mode">飞行模式需安卓9</string>
<string name="config_wifi">配置Wi-Fi</string>
<string name="debug_features">调试功能</string>
<string name="config_location">配置位置信息需安卓9</string>
<string name="config_mobile_network">配置移动数据</string>
<string name="create_windows">创建窗口</string>
<string name="allow">允许</string>
<string name="disallow">禁止</string>
<string name="is_disallow">是否禁止:</string>
</resources>