Device Info
Adding a Device Info screen to an app allows you to show the end-user useful information about their device.

iOS

Android
Screenshots




More Information
This displays a screen with information about the users device. Showing device information in the app
can be useful for debugging and other purposes.
iOS Project
------------------------
1 Objective-C class (a total of 2 files) are needed.
BT_screen_settingsDevice.m and .h
BT_screen_settingsDevice.m is a UIViewController with a UITableView showing several rows.
Android Project
------------------------
1 .java class file is needed, 1 layout xml file is needed (a total of 2 files)
BT_screen_settinsDevice.java
screen_settingsdevice.xml
BT_screen_settinsDevice.java is an Android Activity with a ListView. The screen_settingsdevice.xml file
handles the screens layout.
Version History
-----------------
v1.3 11/10/2012
Minor syntax changes to accomodate for Xcode 4.5 compiler warnings.
Minor changes in .java files to accomodate for Anroid (Google) 2.2 API's compiler warnings.
Minor UI changes in .php files for control panel.
v1.0, 1.1, 1.2 (historical versions, no change details)
JSON Data
------------------------
Most folks use the control panel to configure the JSON data for this plugin but it's useful to
see what it may look like.
{
"itemId":"343434",
"itemType":"BT_screen_settingsDevice",
"navBarTitleText":"Device Info"
}