From 4a63a8d0688e420132869d14b0948e8f92e5266e Mon Sep 17 00:00:00 2001 From: kruland2607 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. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@791 180e2498-e6e9-4542-8430-84ac67f01cd8 --- android/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index eaab1308..99419d1b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -56,7 +56,9 @@ android:scheme="file" /> - + -- 2.47.2