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

App crashes when there is not external activities that matches intent #1474

Open
danilo04 opened this issue Sep 6, 2021 · 0 comments
Open
Labels
crash Bad stuff — something related to an app crash! [Type] UX UX Improvement

Comments

@danilo04
Copy link
Contributor

danilo04 commented Sep 6, 2021

Avoid crashing when calling external activities and the phone doesn't have any matching activity.

Expected

Show a Toast that the phone doesn't have a matching activity.

Observed

Crashes. For example, this crash when exporting notes:

No Activity found to handle Intent { act=android.intent.action.CREATE_DOCUMENT cat=[android.intent.category.OPENABLE] typ=application/json (has extras) }

Reproduced

Note: the device doesn't have to have a file manager app.

  1. Go to Settings
  2. Tap on Export Notes
  3. See the app crashes

Device Make: Motorola
Device Model: Moto G 2014
Android Version: 7.1.2
Simplenote Version: 2.19

@danilo04 danilo04 added crash Bad stuff — something related to an app crash! [Type] UX UX Improvement and removed [Type] UX UX Improvement labels Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Bad stuff — something related to an app crash! [Type] UX UX Improvement
Projects
None yet
Development

No branches or pull requests

1 participant