Launching and pre filling few information in odk form

What is the problem? Please be detailed.

I can launch the form for filling - from the third party app. Can I inject some information , such as Collector code etc ?

There is an api and intent call example:
Intent intent = new Intent(Intent.ACTION_EDIT);
intent.setData("content://org.odk.collect.android.provider.odk.forms/forms/2");
startActivity(intent);

Is the above code limited to edit saved form only?

Regards
Mukti

yes, it's not possible to pass any additional data for your form.