// 앱 설치
1. Tasker
2. SecureTask
// Task 생성
1. Tasker 앱 → 상단 TASKS 터치 → + 버튼 → Task 이름 : '키보드 경로'
2. + 버튼 → Plugin → SecureTask → Secure Settings
3. SecureTask 앱 ( 팝업됨 ) → Setting : secure default_input_method 입력 / Result variable name : keyboard 입력
4. + 버튼 → Variable Set → Name : %KeyboardPath 입력 / To : %keyboard 입력
// Task 실행
1. '키보드 경로' Task 실행
2. Tasker 앱 → 상단 VARS 클릭 → KeyboardPath 오른쪽에 경로 표시됨
// 결과물
삼성 키보드 : com.samsung.android.honeyboard/.service.HoneyBoardService
알키보드 : com.estsoft.android.keyboard/com.estmob.broccoli.KeyboardService
External Keyboard Helper Pro : com.apedroid.hwkeyboardhelper/.IME
* 참고링크 : https://www.xda-developers.com/how-to-automatically-change-your-keyboard-on-a-per-app-basis/
[ Android ] Tasker 로 특정 키보드 Package 경로 알아내는 법
2023. 10. 6. 13:31