Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Material Button] - PlayStore crash with Security Exception #4209

Open
danilobertelli opened this issue Jun 25, 2024 · 0 comments
Open

[Material Button] - PlayStore crash with Security Exception #4209

danilobertelli opened this issue Jun 25, 2024 · 0 comments
Labels

Comments

@danilobertelli
Copy link

Description: Looking at my application crashes on Google Play Store, I'm seeing a lot of this crash, but without any more information.

My application theme is using: parent="Theme.MaterialComponents.Light.NoActionBar"

Android API version: Most of crashes are on Android T

Material Library version: 1.9.0

Crash stack trace:

Exception java.lang.SecurityException:

  at android.os.Parcel.createExceptionOrNull (Parcel.java:3028)

  at android.os.Parcel.createException (Parcel.java:3012)

  at android.os.Parcel.readException (Parcel.java:2995)

  at android.database.DatabaseUtils.readExceptionFromParcel (DatabaseUtils.java:190)

  at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel (DatabaseUtils.java:153)

  at android.content.ContentProviderProxy.openTypedAssetFile (ContentProviderNative.java:780)

  at android.content.ContentResolver.openTypedAssetFileDescriptor (ContentResolver.java:2027)

  at android.content.ContentResolver.openTypedAssetFileDescriptor (ContentResolver.java:1965)

  at android.graphics.ImageDecoder$ContentResolverSource.createImageDecoder (ImageDecoder.java:280)

  at android.graphics.ImageDecoder.decodeBitmapImpl (ImageDecoder.java:1935)

  at android.graphics.ImageDecoder.decodeBitmap (ImageDecoder.java:2058)

  at android.view.View.performClick (View.java:7535)

  at com.google.android.material.button.MaterialButtonHelper.isToggleCheckedStateOnClick (MaterialButtonHelper.java)

  at com.google.android.material.button.MaterialButton.performClick (MaterialButton.java)

  at android.view.View.performClickInternal (View.java:7512)

  at android.view.View.-$$Nest$mperformClickInternal

  at android.view.View$PerformClick.run (View.java:29496)

  at android.os.Handler.handleCallback (Handler.java:984)

  at android.os.Handler.dispatchMessage (Handler.java:104)

  at android.os.Looper.loopOnce (Looper.java:238)

  at android.os.Looper.loop (Looper.java:357)

  at android.app.ActivityThread.main (ActivityThread.java:8149)

  at java.lang.reflect.Method.invoke

  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:548)

  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:957)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant