feature

Subscribe to RSS - feature

http://tizen.org/feature/network.telephony.mms

Application filtering:
Specify this key, if the application requires the MMS feature.
This feature is used for native application and mobile Web application filtering but not used for wearable Web application filtering.

System information:
The platform returns true for this key and the http://tizen.org/feature/network.telephony key, if the device supports MMS.

http://tizen.org/feature/fmradio

Application filtering:
Specify this key, if the application requires an FM radio.
This feature is used for native application and mobile Web application filtering but not used for wearable Web application filtering.

System information:
The platform returns true for this key, if the device supports an FM radio.

http://tizen.org/feature/camera

Application filtering:
Specify this key, if the application requires any kind of a camera.
This feature is used for both native application and Web application filtering.

System information:
The platform returns true for this key, if the device provides any kind of a camera. If it is true, W3C getUserMedia and HTML Media Capture APIs are supported.

http://tizen.org/feature/platform.core.cpu.arch.x86

Application filtering:
Specify this key, if the application requires the x86 CPU architecture.
The key is automatically added by the Tizen IDE during application compilation.
This feature is only used for native application filtering and not used for Web application filtering.

System information:
The platform returns true for this key, if the device runs on the x86 CPU architecture.

http://tizen.org/feature/screen.size.normal

Application filtering:
Specify this key, if the application supports all possible current and future resolutions for the normal screen size.

You cannot specify keys on both screen.size.* and screen.size.normal* levels simultaneously. If you do, only the most specific resolution key is considered, and the less specific resolution keys are ignored. For example, if you specify the screen.size.normal and screen.size.normal.320.480. keys for an application, only the screen.size.normal.320.480 key is applied.

http://tizen.org/feature/platform.core.fpu.arch.sse2

Application filtering:
Specify this key, if the application requires the SSE2 Floating Point Unit (FPU) architecture.
The key is automatically added by the Tizen IDE during application compilation.
This feature is only used for native application filtering and not used for Web application filtering.

System information:
The platform returns true for this key, if the device supports the SSE2 FPU architecture.

http://tizen.org/feature/platform.core.fpu.arch.sse3

Application filtering:
Specify this key, if the application requires the SSE3 FPU architecture.
The key is automatically added by the Tizen IDE during application compilation.
This feature is only used for native application filtering and not used for Web application filtering.

System information:
The platform returns true for this key, if the device supports the SSE3 FPU architecture.

http://tizen.org/feature/platform.core.fpu.arch.ssse3

Application filtering:
Specify this key, if the application requires the SSSE3 FPU architecture.
The key is automatically added by the Tizen IDE during application compilation.
This feature is only used for native application filtering and not used for Web application filtering.

System information:
The platform returns true for this key, if the device supports the SSSE3 FPU architecture.

http://tizen.org/feature/platform.core.fpu.arch.vfpv3

Application filtering:
Specify this key, if the application requires the VFPv3 FPU architecture.
The key is automatically added by the Tizen IDE during application compilation.
This feature is only used for native application filtering and not used for Web application filtering.

System information:
The platform returns true for this key, if the device supports the VFPV3 FPU architecture.

Pages