mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-03 21:33:57 -04:00
[EGD-4151] Application manager actions introduced. (#905)
* [EGD-4151] Application manifest structure defined. * [EGD-4156] Applications registry and basic action handler implemented.
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
|
||||
namespace app
|
||||
{
|
||||
|
||||
ApplicationNotes::ApplicationNotes(std::string name, std::string parent, bool startBackgound)
|
||||
: Application(name, parent, startBackgound, 4096)
|
||||
ApplicationNotes::ApplicationNotes(std::string name, std::string parent, StartInBackground startInBackground)
|
||||
: Application(name, parent, startInBackground, 4096)
|
||||
{}
|
||||
|
||||
ApplicationNotes::~ApplicationNotes()
|
||||
|
||||
Reference in New Issue
Block a user