| Type | Boolean |
| Library | device.* |
| Keywords | device, Android |
| See also | Sample code |
This property indicates whether the device running the application is an Android device.
local device = require 'plugin.device'
print( device.isAndroid )| Type | Boolean |
| Library | device.* |
| Keywords | device, Android |
| See also | Sample code |
This property indicates whether the device running the application is an Android device.
local device = require 'plugin.device'
print( device.isAndroid )