Description
This issue is similar to #106 but somewhat different.
Basically, I wish there to be a way to organize application menus to hide unnecessary applications so it won't confuse the user.
For instance, my dist will come with a Calculator and some games pre-installed but I want to enable users to hide/show different apps through some settings (which will be provided by a separate application or incorporated into the Settings app).
Similarly, it would be ideal if attributes like autostart
can be turned on and off during run-time. The thing is, currently it seemed to make modifications directly inside dist/metadata.json
(which was not advised anyway), e.g. by adding attributes like autostart
and disabled
will not work.
I guess if #106 is resolved then the same effect can be achieved by directly uninstall the app.
Thanks!