GitHub user basvanbeek opened a pull request: https://github.com/apache/cordova-plugin-device/pull/20
adds new property 'manufacturer' for Android (and hardcoded for iOS, Blackberry) For some platforms it makes sense to be able to list the Manufacturer for a device. These changes allow retrieval of manufacturer name for Android, iOS & Blackberry. Have not added to other platforms as I have no access to those or know the API's. You can merge this pull request into a Git repository by running: $ git pull https://github.com/basvanbeek/cordova-plugin-device master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-device/pull/20.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #20 ---- commit c1388533fc0f15dd24b828c3cf1b7005fc7afd33 Author: Bas van Beek <b...@tobin.nl> Date: 2014-08-07T19:15:03Z added device.manufacturer property for Android, iOS (Apple duh), Blackberry (RIM duh) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---