Notes
  • Introduction
  • 應用程式
    • Azure
      • Logic App
      • web app
    • Android
    • Bower
    • Curl
    • DNS
    • Docker
    • Fail2ban
    • Git
    • GitLab-CI
    • GitLab
    • GPG
    • Home Assistant
    • IIS
    • Line Bot
    • Ngrok
    • Npm
    • PowerShell
    • Redis
    • SSH
    • Synology
    • VS Code
    • Web
  • 程式語言
    • C#
      • 遠端偵錯-Remote Debugger
      • 預設值表
      • .Net Core
    • JavaScript
    • PowerShell
  • 作業系統
    • Mac OS
    • Windows 10
    • Raspberry Pi
    • Ubuntu
  • 其他
    • SSL
    • Tools
Powered by GitBook
On this page
  • 通過adb shell命令切換手機的輸入法
  • 給予/拒絕權限
  • adb 設定語系/語言
Edit on Git
  1. 應用程式

Android

通過adb shell命令切換手機的輸入法

# 啟用
ime enable com.google.android.apps.inputmethod.zhuyin/.ZhuyinInputMethodService

# 停用
ime diable com.google.android.apps.inputmethod.zhuyin/.ZhuyinInputMethodService

# 設定
ime set com.google.android.apps.inputmethod.zhuyin/.ZhuyinInputMethodService

給予/拒絕權限

adb shell pm grant com.name.app android.permission.READ_PROFILE

adb shell pm revoke com.name.app android.permission.READ_PROFILE

adb 設定語系/語言

adb shell am start -a android.settings.LOCALE_SETTINGS
Previousweb appNextBower

Last updated 3 years ago