CustomActivityOnCrash icon indicating copy to clipboard operation
CustomActivityOnCrash copied to clipboard

ability to pass argument to the Custom Crash Activity

Open javadjafari1 opened this issue 1 year ago • 0 comments

Hi, I have an application with customizable theming. Users can choose from different theme styles, and the selected style is saved in shared preferences.

but in the crash activity, the style is static, and I don't want to read from shared preferences in custom activity, what if the cause of the crash were the reading from shared pref, it would cause a loop in the crash.

It would be a nice feature to pass arguments to the crash activity and decide the theme via those arguments.

javadjafari1 avatar Jan 11 '24 16:01 javadjafari1