So we are working on a project that has a native service module. We want our main appcelerator app to have two android activities.. the main activity and then a secondary activity that our service can launch. The service module requires a name for this activity to be set by the appcelerator project so that it can rereference it when the time is right.
The question is how do i create a secondary activity in an alloy/appcelerator project with out launching it.. but so that it is listed in the manifest and can be called by a third party via an intent call