It looks like you're new here. If you want to get involved, click one of these buttons!
local sub=string.sub device={application:getDeviceInfo()} --print(device[2]) --print(device[3]) --print(device[4]) if device[1]=="Windows" or device[1]=="Mac OS" then pc=true elseif device[1]=="Android" then android=true if device[3]=="Amazon" then kindle=true if sub(device[4],1,3)=="AFT" then tv=true if device[4]=="AFTM" then slow=true end end elseif device[3]=="OUYA" then ouya=true tv=true slow=true elseif device[3]=="Geniatech" then tv=true if sub(device[4],1,9)=="GameStick" then gamestick=true slow=true end elseif device[3]=="HardKernel Co., Ltd." then tv=true hardkernel=true if device[4]=="ODROIDC" then odroidc=true end end elseif device[1]=="iOS" then ios=true end |
Comments
https://github.com/gideros/giderosplugins/blob/master/StoreDetector/src/com/giderosmobile/android/plugins/store/StoreDetector.java
Maybe @MobAmuse could share the string about Google TV
Likes: SinisterSoft
https://deluxepixel.com
The AFTM is the Fire TV Stick btw, it's pretty slow but still at least 2x that of the GameStick!
https://deluxepixel.com
The Odroid btw, is much faster than the Ouya. Perfect as an arcade board.
https://deluxepixel.com