From 16b9b40e7fbe106a4b586369a1d9e274639be529 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Sun, 26 Feb 2012 00:27:14 +0000 Subject: [PATCH] Failed to commit the AndroidManifest.xml when I changed the main and openrocketloader classes to use ActionBarFragmentActivity. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@444 180e2498-e6e9-4542-8430-84ac67f01cd8 --- android/AndroidManifest.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 5d8e6376..c0d28a01 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -19,8 +19,7 @@ android:label="@string/app_name" android:theme="@style/AppTheme" > + android:name=".android.Main"> @@ -28,8 +27,7 @@ + android:name=".android.rocket.OpenRocketLoaderActivity">