We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fa81f commit 54c403aCopy full SHA for 54c403a
1 file changed
launcher/main.c
@@ -197,16 +197,7 @@ int main(void) {
197
app_pid = -1; // So we know the program has quit
198
199
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
+ LipcSetStringProperty(lipc, "com.lab126.appmgrd", "stop", SERVICE_NAME);
210
}
211
212
0 commit comments