What steps will reproduce the problem?
<?
$mydroid = new Android ();
$ret=$mydroid->dialogSetItems(array("MAC-Adresse","Datum/Zeit","Öffnen","Ende")
);
$mydroid->dialogShow();
$ret= $mydroid->dialogGetResponse();
print_r($ret);
What is the expected output? What do you see instead?
A List of elements with all above elements.
It does not show "Öffnen" - instead I see "null"
What version of the product are you using? On what operating system?
sl4a_r6 and phpforandroid.apk
Original issue reported on code.google.com by krin...@gmail.com on 18 Jan 2014 at 2:16
Original issue reported on code.google.com by
krin...@gmail.com
on 18 Jan 2014 at 2:16