Swiftkey : 10113 does not have permission to access THP interfaces
Hello,
I developing an android application and i have issues on some devices like Honor 10 Lite SDK 28 and Huawei P30 Lite ( sdk 28 )
The input field take focus and released it endless.
I saw this in the console.
The SwiftKey version is 7.3.0.21
What can i do ?
InputMethodService : onFinishInputView runHwTHPCommand error occured:java.lang.SecurityException: Package : com.touchtype.swiftkey,uid : 10113 does not have permission to access THP interfaces
System.err : java.lang.SecurityException: Package : com.touchtype.swiftkey,uid : 10113 does not have permission to access THP interfaces
System.err : at com.android.server.input.HwInputManagerServiceEx.enforceCallingPermission(HwInputManagerServiceEx.java:320)
System.err : at com.android.server.input.HwInputManagerServiceEx.runHwTHPCommand(HwInputManagerServiceEx.java:358)
System.err : at com.android.server.input.InputManagerService$HwInnerInputManagerService.runHwTHPCommand(InputManagerService.java:2459)
System.err : at com.huawei.android.hardware.input.IHwInputManager$Stub.onTransact(IHwInputManager.java:53)
System.err : at android.os.Binder.execTransact(Binder.java:739)