Updated Branches: refs/heads/3.0.0 63ab70168 -> c531d97ed
Need to remove reference to device plugin in template Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/c531d97e Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/c531d97e Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/c531d97e Branch: refs/heads/3.0.0 Commit: c531d97ed27813291d57ce0df5c176fd496c2b43 Parents: 63ab701 Author: Tim Kim <[email protected]> Authored: Tue Jun 18 14:26:11 2013 -0700 Committer: Tim Kim <[email protected]> Committed: Tue Jun 18 14:26:11 2013 -0700 ---------------------------------------------------------------------- framework/res/xml/config.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/c531d97e/framework/res/xml/config.xml ---------------------------------------------------------------------- diff --git a/framework/res/xml/config.xml b/framework/res/xml/config.xml index 05c1416..93edda6 100644 --- a/framework/res/xml/config.xml +++ b/framework/res/xml/config.xml @@ -43,9 +43,7 @@ <preference name="InAppBrowserStorageEnabled" value="true" /> <preference name="disallowOverscroll" value="true" /> --> - <feature name="Device"> - <param name="android-package" value="org.apache.cordova.Device"/> - </feature> + <!-- Deprecated plugins element. Remove in 3.0 --> <plugins> </plugins>
