Updated Branches:
  refs/heads/master 29c374dad -> cee788f78

Keeping Device up to date


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

Branch: refs/heads/master
Commit: cee788f7839e406f569714071da23d82ffdb6048
Parents: 29c374d
Author: Joe Bowser <[email protected]>
Authored: Thu Apr 11 15:35:04 2013 -0700
Committer: Joe Bowser <[email protected]>
Committed: Thu Apr 11 15:35:04 2013 -0700

----------------------------------------------------------------------
 src/android/Device.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/cee788f7/src/android/Device.java
----------------------------------------------------------------------
diff --git a/src/android/Device.java b/src/android/Device.java
index 70a4f57..aca6da5 100644
--- a/src/android/Device.java
+++ b/src/android/Device.java
@@ -78,7 +78,6 @@ public class Device extends CordovaPlugin {
             r.put("uuid", Device.uuid);
             r.put("version", this.getOSVersion());
             r.put("platform", Device.platform);
-            r.put("name", this.getProductName());
             r.put("cordova", Device.cordovaVersion);
             r.put("model", this.getModel());
             callbackContext.success(r);

Reply via email to