android - Crash after isCurrentInputMethodAsSamsungKeyboard on a Samsung tablet -
i'm seeing few crashes samsung galaxy tab s tablet. have stacktrace, doesn't much:
fatal exception: java.lang.securityexception: package info: neither user 1110217 nor current process has android.permission.interact_across_users. @ android.os.parcel.readexception(parcel.java:1540) @ android.os.parcel.readexception(parcel.java:1493) @ com.android.internal.view.iinputmethodmanager$stub$proxy.iscurrentinputmethodassamsungkeyboard(iinputmethodmanager.java:1289) @ android.view.inputmethod.inputmethodmanager.iscurrentinputmethodassamsungkeyboard(inputmethodmanager.java:2526) @ android.widget.editor$suggestionspopupwindow.updatesuggestions(editor.java:3004) @ android.widget.editor$suggestionspopupwindow.show(editor.java:2873) @ android.widget.editor.showsuggestions(editor.java:1995) @ android.widget.editor$1.run(editor.java:1830) @ android.os.handler.handlecallback(handler.java:739) @ android.os.handler.dispatchmessage(handler.java:95) @ android.os.looper.loop(looper.java:145) @ android.app.activitythread.main(activitythread.java:6117) @ java.lang.reflect.method.invoke(method.java) @ java.lang.reflect.method.invoke(method.java:372) @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:1399) @ com.android.internal.os.zygoteinit.main(zygoteinit.java:1194)
it's obvious app doesn't care interact_across_users
. system ends requesting exception after iscurrentinputmethodassamsungkeyboard
, i've never seen before.
any clues?
Comments
Post a Comment