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

android commit: readded device so cordova device ready fires

Updated Branches:
  refs/heads/3.0.0 e86506170 -> dcf6cd700


readded device so cordova device ready fires


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

Branch: refs/heads/3.0.0
Commit: dcf6cd700a219f0d07a5b420a87e11e499375080
Parents: e865061
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 13 14:59:11 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 13 14:59:11 2013 -0700

----------------------------------------------------------------------
 framework/res/xml/config.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/dcf6cd70/framework/res/xml/config.xml
----------------------------------------------------------------------
diff --git a/framework/res/xml/config.xml b/framework/res/xml/config.xml
index e1fb3ac..ca8d4ac 100644
--- a/framework/res/xml/config.xml
+++ b/framework/res/xml/config.xml
@@ -40,4 +40,8 @@
       <preference name="InAppBrowserStorageEnabled" value="true" />
       <preference name="disallowOverscroll" value="true" />
     -->
+
+    <feature name="Device">
+        <param name="android-package" value="org.apache.cordova.core.Device"/>
+    </feature>
 </widget>