API 별로 언어 코드를 쿼리 파라미터로 전송하는 코드 제거
This commit is contained in:
@@ -41,9 +41,4 @@ object Utils {
|
||||
|
||||
return "https://voiceon.onelink.me/RkTm?$encodedParams"
|
||||
}
|
||||
|
||||
fun getCurrentLanguageCode(context: Context): String {
|
||||
// 효과적 언어 코드(사용자 설정 > 시스템 지원 언어 > ko)를 반환한다.
|
||||
return LanguageManager.getEffectiveLanguage(context)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user