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:52:07 UTC

[3/3] android commit: CB-3957: The new activity wasn't added to the Android Manifest

CB-3957: The new activity wasn't added to the Android Manifest


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

Branch: refs/heads/master
Commit: 7f5f87ac72413870ab8a5e990d92b90757b58557
Parents: 0244341
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Jul 15 13:51:27 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Jul 15 13:51:27 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/7f5f87ac/test/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/AndroidManifest.xml b/test/AndroidManifest.xml
index 04ef3c6..d329658 100755
--- a/test/AndroidManifest.xml
+++ b/test/AndroidManifest.xml
@@ -89,6 +89,16 @@
             android:windowSoftInputMode="adjustPan"
             android:label="@string/app_name" 
             android:configChanges="orientation|keyboardHidden"
+            android:name=".actions.backgroundcolor" >
+            <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.basicauth" >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />