mirror of https://github.com/axmolengine/axmol.git
Chaning name sent to CCB
This commit is contained in:
parent
dcde99d568
commit
9532e5e6c7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue