How to enable an addon globally

Note: With the latest 1.23.0 release, the Anbox Cloud documentation is moved to https://documentation.ubuntu.com/anbox-cloud/en/latest/. Hence, the information in this discourse post may be obsolete. The documentation posts on discourse will be unlisted and archived shortly.
Discourse will still be used for user engagement and release announcements.

To enable an addon for an application, you must add it to the application manifest.

However, if you want to use the same addon or addons for all your applications, you can enable them globally. To do so, run the following command after creating your addons:

amc config set application.addons foo,bar

This command adds the foo and bar addons to all your new and existing applications. AMS will automatically update existing applications.

If you define both global addons and application-specific addons, applications will use both.

Warning:

Addons can delay the start of your applications. Therefore, keep them light.