From e93dbb5268e8f0fbf7fdc01e82fee22e32b76e7d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 28 Dec 2018 14:37:23 +0900 Subject: [PATCH] Add password and credit card security code type Change-Id: I3312b8c173ad55a6f546b8a4df79048dcf1c22a8 Signed-off-by: Jihoon Kim --- include/autofill_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; /** -- 2.7.4