mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
CB-2200: Remove deprecated Android device.name
This commit is contained in:
parent
e7e2730929
commit
c65c259123
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user