diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2018-06-18 17:36:01 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2018-06-18 17:36:01 +0900 |
commit | f5dd53e5e72c525c55890bf2c63b9e74f93b6609 (patch) | |
tree | 6a3d991fa16a3a1faa273dd286145e98d561cd2a | |
parent | e6be1b075892e9afa5430c3ff6cf6de5cf65a5f1 (diff) | |
download | wayland-extension-f5dd53e5e72c525c55890bf2c63b9e74f93b6609.tar.gz wayland-extension-f5dd53e5e72c525c55890bf2c63b9e74f93b6609.tar.bz2 wayland-extension-f5dd53e5e72c525c55890bf2c63b9e74f93b6609.zip |
text: Remove security code enum in autofill type
Change-Id: I50c0e09873bf4d2fefcf6b459defb68e60c62631
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rw-r--r-- | protocol/tizen/text.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/protocol/tizen/text.xml b/protocol/tizen/text.xml index 03d74ac..f81168c 100644 --- a/protocol/tizen/text.xml +++ b/protocol/tizen/text.xml @@ -111,13 +111,12 @@ <entry name="autofill_credit_card_expiration_month" value="0x30000" summary="autofilled with credit card expiration month"/> <entry name="autofill_credit_card_expiration_year" value="0x40000" summary="autofilled with credit card expiration year"/> <entry name="autofill_credit_card_number" value="0x50000" summary="autofilled with credit card number"/> - <entry name="autofill_credit_card_security_code" value="0x60000" summary="autofilled with credit card security code"/> - <entry name="autofill_email_address" value="0x70000" summary="autofilled with email address"/> - <entry name="autofill_phone" value="0x80000" summary="autofilled with phone number"/> - <entry name="autofill_postal_address" value="0x90000" summary="autofilled with postal address"/> - <entry name="autofill_postal_code" value="0xA0000" summary="autofilled with postal code"/> - <entry name="autofill_id" value="0xB0000" summary="autofilled with id"/> - <entry name="autofill_name" value="0xC0000" summary="autofilled with name"/> + <entry name="autofill_email_address" value="0x60000" summary="autofilled with email address"/> + <entry name="autofill_phone" value="0x70000" summary="autofilled with phone number"/> + <entry name="autofill_postal_address" value="0x80000" summary="autofilled with postal address"/> + <entry name="autofill_postal_code" value="0x90000" summary="autofilled with postal code"/> + <entry name="autofill_id" value="0xA0000" summary="autofilled with id"/> + <entry name="autofill_name" value="0xB0000" summary="autofilled with name"/> </enum> <enum name="content_purpose"> <description summary="content purpose"> |