phone_plat/telephony_configuration_api/inc/telconfigcrkeys.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
    29 const TUid KCRUidTelConfiguration = {0x102828B8};
    29 const TUid KCRUidTelConfiguration = {0x102828B8};
    30 
    30 
    31 /**
    31 /**
    32 * Amount of digits to be used in contact matching.
    32 * Amount of digits to be used in contact matching.
    33 * This allows a customer to variate the amount of digits to be matched.
    33 * This allows a customer to variate the amount of digits to be matched.
    34 * Note that altough PhoneApp doesn't use this value anymore, there are other
    34 * Legal values: 7-11.
    35 * users for it in S60 SW. 
       
    36 */
    35 */
    37 const TUint32 KTelMatchDigits                               = 0x00000001;
    36 const TUint32 KTelMatchDigits                               = 0x00000001;
    38 
    37 
    39 #endif      // TELCONFIGCRKEYS_H
    38 #endif      // TELCONFIGCRKEYS_H
    40 
    39