You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/05/06 22:59:15 UTC

[05/11] git commit: Added amazon xmlns to project's template AndroidManifest.xml.

Added amazon xmlns to project's template AndroidManifest.xml.


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/b3c4d582
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/b3c4d582
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/b3c4d582

Branch: refs/heads/master
Commit: b3c4d5824a810d74f1dcab9af036e13d67c96ab4
Parents: 280fc86
Author: Archana Naik <na...@lab126.com>
Authored: Thu May 1 11:37:30 2014 -0700
Committer: Archana Naik <na...@lab126.com>
Committed: Tue May 6 13:58:46 2014 -0700

----------------------------------------------------------------------
 bin/templates/project/AndroidManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/b3c4d582/bin/templates/project/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml
index e8a8583..7e7a532 100644
--- a/bin/templates/project/AndroidManifest.xml
+++ b/bin/templates/project/AndroidManifest.xml
@@ -17,7 +17,7 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:amazon="http://schemas.amazon.com/apk/res/android" android:windowSoftInputMode="adjustPan"
       package="__PACKAGE__" android:versionName="1.0" android:versionCode="1" android:hardwareAccelerated="true">
     <supports-screens
         android:largeScreens="true"