===== GetModel =====
//(Information and examples taken from the DroidScript documentation)//
==== Description ====
The **GetModel** method returns the model ID of your device.
app.GetModel();
----
==== Example ====
function OnStart()
{
model = app.GetModel();
app.ShowPopup( model );
}