From 4d7d6455c9fd73ef2f5d9811d5848170953af488 Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Mon, 18 Jun 2012 21:02:31 +0000 Subject: [PATCH] Mark the OpenRocketViewer activity as finishOnTaskLaunch so when the application is restarted from the launcher, it goes to the Main activity which can test if the application has been unloaded from memory. --- android/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index eaab1308b..99419d1bf 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -56,7 +56,9 @@ android:scheme="file" /> - +