Configurações Aparelho Windev Mobile
IF SysStatusStorageCard()=sysCardAvailable THEN // se existe cartao
Info("igual")
Info("sysCardAvailable"+CR+sysCardAvailable) // 1
Info("SysStatusStorageCard"+CR+SysStatusStorageCard()) // 1
Info("SysAndroidVersion"+CR+SysAndroidVersion()) // kitkat tablet di // jelly bean celular sansug
Info("SysDirStorageCard"+CR+SysDirStorageCard) // /storage/emulated/0 Tablet /// /storage/sdcard0 do celular
Info("SysIdentifier"+CR+SysIdentifier) // ad5198b2900ce6e5
Info("SysScreenOrientation"+CR+SysScreenOrientation()) // 90
Info("SysSerialNum"+CR+SysSerialNum()) //
Info("SysWindowsVersion"+CR+SysWindowsVersion()) // android 4.4.2 // 4.1.2
Info("SysXRes"+CR+SysXRes()) // 600 // 320
Info("SysYRes"+CR+SysYRes()) // 1024 // 480
ELSE
Info("diferente")
Info("sysCardAvailable"+CR+sysCardAvailable)
Info("SysStatusStorageCard"+CR+SysStatusStorageCard())
Info("SysAndroidVersion"+CR+SysAndroidVersion())
Info("SysDirStorageCard"+CR+SysDirStorageCard)
Info("SysIdentifier"+CR+SysIdentifier)
Info("SysSerialNum"+CR+SysSerialNum())
Info("SysWindowsVersion"+CR+SysWindowsVersion())
Info("SysXRes"+CR+SysXRes())
Info("SysYRes"+CR+SysYRes())
END
Nenhum comentário:
Postar um comentário