posted 9 years ago
I'm having trouble understanding the inner machinations of some code I inherited.
The first time you run our app after install, a signup/signon activity runs, so you can create an account or provide credentials for an existing account. What I can't figure out is why it's running. I can see various places in the code where it's referenced, and that would kick it off, but I've got log statements and breakpoints at every one of them, and nothing is popping.
For instance, this activity is used by our Authenticator implementation, and our Application class does trigger it in response to certain Messages, but again, it doesn't look like any of that code is being executed by the time the activity appears.
The manifest just has:
Any ideas where else I might look, or what else might kick off an activity?