Add password and credit card security code type 13/196413/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 28 Dec 2018 05:37:23 +0000 (14:37 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Sun, 6 Jan 2019 22:50:29 +0000 (22:50 +0000)
Change-Id: I3312b8c173ad55a6f546b8a4df79048dcf1c22a8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/autofill_common.h

index 40bc2e4..ae0601a 100644 (file)
@@ -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;
 
 /**