语言

Menu
Sites
Language
Feature and Privilege

Hi expert,

As per tizen document, device api isn't working without privilege. but what is the purpose of feature? it looks like an optional declaration.

Thank you..

响应

4 回复
AVSukhov

Hello,

From documatation:

"The Tizen platform provides a wide range of features across a variety of hardware and software components. Among the features, there are some that can be selectively supported by the Tizen device manufacturer. For application stores to correctly select your application for installation on an appropriate device, the feature and profile information must be correctly declared in your application."

https://developer.tizen.org/documentation/getting-started-tizen/understanding-tizen-programming/application-filtering

 

Marco Buettner

Features will use for Tizen Store, to hide application on devices without the feature support

Privilegs are used to prevent any abuse of APIs

Vikram

Similar with the android, while install an app, it will prompt you the required features list and check whethe it was supported, if not on-target it will cancel the install process. I think, Tizen is the same.

AVSukhov

Hello,

Not quite so, features allow to filter application on the side of Tizen Store, therefore, for devices that do not support these features your application will not be "seen" on Tizen Store.