Skip to content

Commit 54c403a

Browse files
Implement new exit strategy
1 parent 68fa81f commit 54c403a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

launcher/main.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,16 +197,7 @@ int main(void) {
197197
app_pid = -1; // So we know the program has quit
198198

199199
Log("Exiting");
200-
201-
#ifdef ARCH_ARMHF
202-
Log("Using armhf graceful exit strategy!");
203-
char* value;
204-
LipcGetStringProperty(lipc, "com.lab126.appmgrd", "popAppHistory", &value);
205-
LipcFreeString(value);
206-
#else
207-
Log("Using armel graceful exit strategy!");
208-
LipcSetStringProperty(lipc, "com.lab126.appmgrd", "start", "app://com.lab126.booklet.home");
209-
#endif
200+
LipcSetStringProperty(lipc, "com.lab126.appmgrd", "stop", SERVICE_NAME);
210201
}
211202
}
212203

0 commit comments

Comments
 (0)