I would like to add multiple activities programmatically in android. Can i add these activities to manifest dynamicallly or is there any othersolution in android.
Please share your valuable suggestions.
You cannot add new activities to your app dynamically or edit the manifest file as this would be a violation of the Android security model. One purpose of the manifest file is that the developer must define which activities are part of the application and what they are allowed to do.
If it would be possible to edit these information after the installation of the app on a device, you would be able to execute code the user might never have permitted.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With