Hi guys,
I have a project in which I have to start an activity which is not declared in AndroidManifest.xml. Is that possible to register an activity dynamically by code? Or is it possible to overwrite the AndroidManifest.xml from an installed .apk or to replace it without reinstalling the .apk on the emulator?
Any help will be highly appreciated.

