CB-2200: Remove deprecated Android device.name

This commit is contained in:
Joe Bowser 2013-04-11 13:53:12 -07:00
parent e7e2730929
commit c65c259123

View File

@ -77,7 +77,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);