Is it possible to dynamically determine aspects of AndroidManifest.xml? For example, is it possible to register or edit the definition of actions, services, and receivers on the fly using Java code?
If so, are there any restrictions on where this code should be placed? What else can be determined dynamically?
source share