I\'m trying to get my device email address, I used Java2OP to convert AccountManager class to object pascal. However, I tried to get the email address using the following co
You should use the name property of the Account and not asking to convert the object to a string.
name
Account
mmLog.Lines.Add(jstringtostring( jAcc.name));