SecurityException
See original GitHub issueHello, I have run into a SecurityException:
java.lang.SecurityException: Binder invocation to an incorrect interface
at android.os.Parcel.createExceptionOrNull(Parcel.java:2373)
at android.os.Parcel.createException(Parcel.java:2357)
at android.os.Parcel.readException(Parcel.java:2340)
at android.os.Parcel.readException(Parcel.java:2282)
at android.support.customtabs.ICustomTabsService$Stub$Proxy.warmup(ICustomTabsService.java:349)
at androidx.browser.customtabs.CustomTabsClient.warmup(CustomTabsClient.java:222)
at net.openid.appauth.browser.CustomTabManager$1.onCustomTabsServiceConnected(CustomTabManager.java:84)
at androidx.browser.customtabs.CustomTabsServiceConnection.onServiceConnected(CustomTabsServiceConnection.java:57)
at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1954)
at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1986)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
I can reproduce it if Yandex is used as default browser.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10
Top Results From Across the Web
SecurityException (Java Platform SE 7 ) - Oracle Help Center
Creates a SecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and ......
Read more >SecurityException - Android Developers
Constructs a SecurityException with the specified detail message. ... public SecurityException (String message, Throwable cause).
Read more >SecurityException Class (System.Security) - Microsoft Learn
A SecurityException exception is thrown when a caller does not have the permissions required to access a resource. The following example instantiates a ......
Read more >How to solve SecurityException - Examples Java Code Geeks
The SecurityException indicates that a security violation has occurred an thus, the application cannot be executed. A simple example is to use a ......
Read more >SecurityException (Java Card API and Subsets)
A Java Card runtime environment-owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation. This exception ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @ArturVasilov. I can confirm that it doesn’t crash anymore. Thanks!
Hello!
Thank you for the report. We’ve fixed this issue in the latest version of the Yandex Search app, it’s now available for all users.
Could you please check if it works now and revert exclusion for Yandex Search?