android/*: add traditional Chinese translations (#6418)

This commit is contained in:
lincc
2021-09-09 03:07:41 +08:00
committed by GitHub
parent d30ee43e7d
commit cd0da6c113
12 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# settings
> 獲取關於 Android OS 的資訊。
> 更多資訊:<https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
-`global` 命名空間中顯示環境變數列表:
`settings list {{global}}`
- 獲取指定環境變數的值:
`settings get {{global}} {{airplane_mode_on}}`
- 設定指定環境變數的值:
`settings put {{system}} {{screen_brightness}} {{42}}`
- 刪除指定環境變數:
`settings delete {{secure}} {{screensaver_enabled}}`