Method: Android#android?
- Defined in:
- lib/platform/mobile/android/android.rb
#android? ⇒ Boolean
Public: Checks if the device is Android.
Returns a Boolean true.
19 20 21 |
# File 'lib/platform/mobile/android/android.rb', line 19 def android? true end |