Change-Id: I85a736609413b4b0bfc2d6ebe2339f9877f5a9d1
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
* @{
*/
+/**
+ * @brief Definition for boolean property for filtering based on app info: Boolean property for filtering whether the application has been disabled
+ * @since_tizen 4.0
+ */
+#define PACKAGE_INFO_PROP_APP_DISABLED "PACKAGE_INFO_PROP_APP_DISABLED"
+
/**
* @brief Called for each application category in app_info_foreach_category().
* @since_tizen 4.0
*converted_property = PMINFO_APPINFO_PROP_APP_NODISPLAY;
else if (strcmp(property, PACKAGE_INFO_PROP_APP_TASKMANAGE) == 0)
*converted_property = PMINFO_APPINFO_PROP_APP_TASKMANAGE;
+ else if (strcmp(property, PACKAGE_INFO_PROP_APP_DISABLED) == 0)
+ *converted_property = PMINFO_APPINFO_PROP_APP_DISABLE;
else
return -1;