[apps] Use the Home app

Change-Id: I25d881f237ce4b7db0b92afe68596416d3704781
This commit is contained in:
Romain Goyet
2016-10-03 11:24:20 +02:00
parent 96c764e5f0
commit 654024e860
7 changed files with 58 additions and 44 deletions

View File

@@ -2,6 +2,6 @@
void ion_app() {
AppsContainer container;
container.switchTo(AppsContainer::AppId::Graph);
container.switchTo(container.appAtIndex(0));
container.run();
}