Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 575 Bytes

isAndroid.markdown

File metadata and controls

22 lines (14 loc) · 575 Bytes

device.isAndroid

 
Type Boolean
Library device.*
Keywords device, Android
See also Sample code

Overview

This property indicates whether the device running the application is an Android device.

Example

local device = require 'plugin.device'

print( device.isAndroid )