From: Jihoon Kim Date: Fri, 28 Dec 2018 05:37:23 +0000 (+0900) Subject: Add password and credit card security code type X-Git-Tag: submit/tizen/20190106.230055~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e93dbb5268e8f0fbf7fdc01e82fee22e32b76e7d;p=platform%2Fcore%2Fuifw%2Fautofill.git Add password and credit card security code type Change-Id: I3312b8c173ad55a6f546b8a4df79048dcf1c22a8 Signed-off-by: Jihoon Kim --- diff --git a/include/autofill_common.h b/include/autofill_common.h index 40bc2e4..ae0601a 100644 --- a/include/autofill_common.h +++ b/include/autofill_common.h @@ -51,7 +51,9 @@ typedef enum AUTOFILL_HINT_PHONE, /**< Autofill hint for a phone number */ AUTOFILL_HINT_POSTAL_ADDRESS, /**< Autofill hint for a postal address */ AUTOFILL_HINT_POSTAL_CODE, /**< Autofill hint for a postal code */ - AUTOFILL_HINT_ID /**< Autofill hint for a user's ID */ + AUTOFILL_HINT_ID, /**< Autofill hint for a user's ID */ + AUTOFILL_HINT_PASSWORD, /**< Autofill hint for password */ + AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE /**< Autofill hint for a credit card security code */ } autofill_hint_e; /**