Chaning name sent to CCB

This commit is contained in:
Rohan Kuruvilla 2013-01-24 22:19:24 -08:00
parent dcde99d568
commit 9532e5e6c7
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class CCBStreamHandler {
try {
NSDictionary root = new NSDictionary();
root.put("cmd", "deviceinfo");
root.put("devicename", "TEST_ANDROID");
root.put("devicename", android.os.Build.MODEL);
root.put("devicetype", "Android");
root.put("preferredresourcetype", "xlarge");
String payload = root.toXMLPropertyList();