You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/07/15 22:54:11 UTC

android commit: CB-3944: Removing activity that doesn't exist

Updated Branches:
  refs/heads/master 7f5f87ac7 -> 1895d8ac9


CB-3944: Removing activity that doesn't exist


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/1895d8ac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/1895d8ac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/1895d8ac

Branch: refs/heads/master
Commit: 1895d8ac9e3fdbc6b668ee6b95bab55d37ce7c46
Parents: 7f5f87a
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Jul 15 13:54:00 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Jul 15 13:54:00 2013 -0700

----------------------------------------------------------------------
 test/AndroidManifest.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/1895d8ac/test/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/AndroidManifest.xml b/test/AndroidManifest.xml
index d329658..5c679ea 100755
--- a/test/AndroidManifest.xml
+++ b/test/AndroidManifest.xml
@@ -69,16 +69,6 @@
             android:windowSoftInputMode="adjustPan"
             android:label="@string/app_name" 
             android:configChanges="orientation|keyboardHidden"
-            android:name=".actions.backbbuttonmultipage" >
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-                <category android:name="android.intent.category.SAMPLE_CODE" />
-            </intent-filter>
-        </activity>
-        <activity
-            android:windowSoftInputMode="adjustPan"
-            android:label="@string/app_name" 
-            android:configChanges="orientation|keyboardHidden"
             android:name=".actions.background" >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />