===== GetUser ===== //(Information and examples taken from the DroidScript documentation)// ==== Description ==== The **GetUser** method returns the email address for the primary account of your device. app.GetUser();---- ==== Example ==== function OnStart() { user = app.GetUser(); app.ShowPopup( user ); }