After deploying new version to Google.Play with enabled crash reporting (by Crashlytics) I see reports about weird crashes:
exported="true"
in manifest)What's weird:
These characteristics are common for all three errors.
This leads me to a thought that may be someone is trying to start components of app, after reading them from manifest. May be searching for vulnerabilities.
My question is, have you seen such errors and do you have any ideas what can be their cause?
My question is, have you seen such errors and do you have any ideas what can be their cause?
Not such errors exactly but cases where users used tools which interfered with an app on a low level causing similar problems.
My best guess, based on your observations, is that your assumption of a user deliberately starting components of your app is correct.