Class: Jpmobile::Mobile::AndroidFeaturePhone

Inherits:
SmartPhone
  • Object
show all
Defined in:
lib/jpmobile/mobile/android_feature_phone.rb

Constant Summary collapse

AFP_DEVICES =

Android Feature Phone Device User Agents

[
  /SHF31/,
  /SHF32/,
  /SH-06G/,
  /F-05G/,
]
USER_AGENT_REGEXP =
Regexp.new(AFP_DEVICES.map(&:to_s)*'|')

Instance Method Summary collapse

Instance Method Details

#android_feature_phone?Boolean

Returns:

  • (Boolean)


29
30
31
# File 'lib/jpmobile/mobile/android_feature_phone.rb', line 29

def android_feature_phone?
  true
end