Skip to content

Crash when viewing github page from settings #66

@pserwylo

Description

@pserwylo

Via Google Play Console. Has occurred 400 times in the last month (2nd most of any crashes). The title of this issue is my interpretation of the stack trace - I have not witnessed it myself:

Perhaps related to Android M requiring you to specify which package you want to handle the intent (even if just hoping for browsing a URL): https://stackoverflow.com/a/67485825.

Exception android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://github.com/... }
  at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2067)
  at android.app.Instrumentation.execStartActivity (Instrumentation.java:1727)
  at android.app.Activity.startActivityForResult (Activity.java:5320)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:728)
  at android.app.Activity.startActivityForResult (Activity.java:5278)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:709)
  at android.app.Activity.startActivity (Activity.java:5664)
  at android.app.Activity.startActivity (Activity.java:5617)
  at com.nicobrailo.pianoli.AboutPreference.launchWebsite (AboutPreference.java:54)
  at com.nicobrailo.pianoli.AboutPreference.access$000 (AboutPreference.java:12)
  at com.nicobrailo.pianoli.AboutPreference$1.onClick (AboutPreference.java:44)
  at android.view.View.performClick (View.java:7462)
  at android.view.View.performClickInternal (View.java:7435)
  at android.view.View.access$3600 (View.java:813)
  at android.view.View$PerformClick.run (View.java:28502)
  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:7720)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:612)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:997)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions