WO2016091076A1 - Processing method for communication address in mobile communication terminal and mobile communication terminal - Google Patents

Processing method for communication address in mobile communication terminal and mobile communication terminal Download PDF

Info

Publication number
WO2016091076A1
WO2016091076A1 PCT/CN2015/095602 CN2015095602W WO2016091076A1 WO 2016091076 A1 WO2016091076 A1 WO 2016091076A1 CN 2015095602 W CN2015095602 W CN 2015095602W WO 2016091076 A1 WO2016091076 A1 WO 2016091076A1
Authority
WO
WIPO (PCT)
Prior art keywords
address
communication
communication address
local
book
Prior art date
Application number
PCT/CN2015/095602
Other languages
French (fr)
Chinese (zh)
Inventor
张爽
Original Assignee
北京奇虎科技有限公司
奇智软件(北京)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京奇虎科技有限公司, 奇智软件(北京)有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2016091076A1 publication Critical patent/WO2016091076A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/725Cordless telephones

Definitions

  • the present invention relates to the field of computers, and in particular, to a method for processing a communication address in a mobile communication terminal and a mobile communication terminal.
  • the existing social software brings more convenience to people, but it also brings certain security risks.
  • the existing social software usually accesses the address book of the user's mobile phone, and will perform friend recommendation according to the phone number in the address book, which causes the leakage of user privacy to a certain extent. For example, by writing a large number of consecutive phone numbers to a mobile phone and then installing social software, you can view the personal information of many people through the friend recommendation function of the software.
  • the present invention has been made in order to provide a processing method for a communication address in a mobile communication terminal that overcomes the above problems or at least partially solves or alleviates the above problems, and a mobile communication terminal.
  • a method for processing a communication address in a mobile communication terminal comprising the steps of:
  • the communication address acquisition access initiator acquires the second communication address from the local address book, and identifies that the second communication address is an invalid or an incorrect address.
  • a mobile communication terminal comprising:
  • An obtaining module configured to obtain a first communication address from a local address book
  • a first transform module configured to perform a storage format conversion on the first communication address to obtain a second communication address
  • a first processing module configured to replace the first communication address in the local address book with the second communication address when the first communication address is an existing address in the local address book;
  • the first communication address is a new address to be saved in the local address book, save the second communication address in the local address book, so that when a communication address acquisition access occurs, the communication address Acquiring the access initiator to obtain the second communication address from the local address book, and identifying that the second communication address is an invalid or an incorrect number.
  • a computer program comprising computer readable code, when said computer readable code is run on a computing device, causing said computing device to perform said communication address in said mobile communication terminal Processing method.
  • a computer readable medium wherein the computer program described above is stored.
  • the technical solution provided by the embodiment of the present invention performs a storage format conversion on a communication address and a newly added communication address that have been saved in the local address book, so that when a communication address acquisition access occurs, the communication address acquisition access initiator can even
  • the communication address is obtained in the address book, and these communication addresses cannot be recognized by the communication address acquisition access initiator, so that applications (such as social applications) that can obtain the communication address from the address book cannot be correctly identified.
  • These communication addresses prevent the application software from making friend recommendation according to the phone number in the address book, which protects the privacy of the user to a certain extent and improves the security of use of the mobile communication terminal.
  • FIG. 1 is a schematic flow chart showing a first implementation of a method for processing a communication address in a mobile communication terminal according to Embodiment 1 of the present invention
  • FIG. 2 is a schematic diagram showing an example of a method for processing a communication address in a method for processing a communication address in a method for processing a communication address in a mobile communication terminal according to the first embodiment of the present invention
  • FIG. 3 is a schematic flow chart showing a second implementation of a method for processing a communication address in a mobile communication terminal according to Embodiment 1 of the present invention
  • FIG. 4 is a schematic structural diagram of a mobile communication terminal according to Embodiment 2 of the present invention.
  • Figure 5 shows schematically a block diagram of a computing device for performing the method according to the invention
  • Fig. 6 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
  • FIG. 1 is a schematic flowchart diagram of a method for processing a communication address in a mobile communication terminal according to Embodiment 1 of the present invention.
  • the execution body of the method provided by this embodiment may be a mobile communication terminal. Specifically, the method includes:
  • Step 101 Obtain a first communication address from a local address book.
  • the first communication address may be a mobile phone number, a fixed phone number, a mailbox user name or a network account number, and the like.
  • the first communication address may be directly obtained by the mobile communication terminal The saved communication address in the local address book; or the new address input by the mobile communication terminal from the user's new address adding interface through the local address book.
  • Step 102 Perform a storage format conversion on the first communication address to obtain a second communication address.
  • the storage format conversion of the first communication address in this step may be implemented in two ways:
  • the first way is to add an interference character to the first communication address to obtain the second communication address.
  • a prefix character is added in front of the first communication address, and a suffix character is added after the first communication address to obtain the second communication address.
  • the prefix character is a country code; the suffix character is “;”.
  • the original telephone number is "13014439573”, which is changed to "*8613014439573;” by adding a prefix and a suffix character.
  • the communication address shows the form shown in FIG. 2 in the local address book.
  • the prefix character "*86” it can be recognized as a country code by the mobile communication terminal operating system, and the suffix character ";” can be recognized as waiting and given by the mobile communication terminal operating system.
  • the original functions and attributes of the phone number are not affected and changed, and both the incoming call and the outbound call can be normally displayed and recognized by the mobile communication terminal operating system.
  • the storage format conversion is performed by using the above-mentioned interference character addition method, and the inverse transformation of the storage format is not required subsequently, which is relatively simple.
  • At least one designated character is added in the middle of the first communication address, or other location, to obtain a second communication address.
  • a communication event such as an outbound call, texting, etc.
  • the second communication address is inversely transformed, that is, the specified character added in the first communication address is deleted, restored to the first communication address, and then according to The first communication address initiates a communication event.
  • a corresponding storage format conversion is performed on the communication address of the communication access initiator, so that the label corresponding to the communication address can be found in the local address book, and The tag is presented on a communication access page.
  • the setting position of the specified character, and the characters of the specified character or the type of the character are not specifically limited in this embodiment.
  • the second method is: performing a storage format conversion on the first communication address by using a preset format conversion rule to obtain the second communication address.
  • the format conversion rules can be artificially specified.
  • the nth character and the mth character of the first communication address are exchanged, or the nth character in the first communication address is changed to a designated character, and the like.
  • the use of the method of adding a specified character in the first communication address may affect and change the original function and attribute of the telephone number, and may not be normally displayed and recognized by the mobile communication terminal operating system for both incoming and outgoing calls. Therefore, when a communication event (such as an outbound call, texting, etc.) is initiated, the second communication address is inversely transformed, and after the first communication address is restored, a communication event is initiated according to the first communication address.
  • a communication access incoming call, incoming short message or network information, etc.
  • a corresponding storage format conversion is performed on the communication address of the communication access initiator, so that the label corresponding to the communication address can be found in the local address book, and The tag is presented on a communication access page.
  • Step 103 When the first communication address is an existing address in the local address book, replace the first communication address in the local address book with the second communication address.
  • whether the first communication address is an existing address may be determined by querying whether the first address is included in the local address book. That is, if it is found that the first address is included in the local address book, the first communication address is an existing address; if the first address is not in the local address book by querying, The first communication address is not an existing address, that is, a new address.
  • Step 104 When the first communication address is a new address to be saved in the local address book, save the second communication address in the local address book.
  • whether the first communication address is a new address may be determined by querying whether the first address is included in the local address book. That is, if the first communication address is not found in the local address book by querying, the first communication address is a new address.
  • the user can accurately input the newly added address through the newly added address page of the local address book, and after obtaining the newly added address input by the user, the mobile communication terminal performs a storage format conversion on the newly added address input by the user, and obtains The second communication address is then saved in the local address book.
  • Step 105 When a communication address acquisition access occurs, the communication address acquires the access initiator from Obtaining the second communication address in the local address book, and identifying that the second communication address is an invalid or an incorrect address.
  • the communication address acquisition access initiator cannot parse the obtained communication address. It is a normal communication address, and thus effectively avoids other third-party software from leaking the user's privacy due to obtaining the information in the address book or making a friend recommendation according to the phone number in the address book.
  • the technical solution provided in this embodiment performs a storage format conversion on a communication address and a newly added communication address that have been saved in the local address book, so that when a communication address acquisition access occurs, the communication address acquisition access initiator can even communicate from the communication.
  • the communication addresses are obtained in the recording, and these communication addresses cannot be recognized by the communication address acquisition access initiator, so that those applications (such as social applications) that can obtain the communication address from the address book cannot correctly identify these.
  • the communication address avoids the occurrence of friend recommendation by the application software according to the phone number in the address book, which protects the privacy of the user to a certain extent and improves the security of use of the mobile communication terminal.
  • the method provided in the first embodiment further includes the following steps:
  • Step 106 When a communication event is initiated, perform inverse transformation of the storage format on the second communication address to obtain the first communication address, and initiate the communication event by using the first communication address.
  • the communication event is an outbound call or a short message or a network message.
  • the mobile communication terminal uses the storage format to change the first communication address by adding at least one designated character in the middle of the first communication address, at least one of the added ones needs to be identified when performing the inverse transformation. Specifying a character and deleting it, returning to the first communication address, and then using the first communication address to initiate the communication event.
  • the mobile communication terminal adopts a preset format conversion rule to perform storage format conversion on the first communication address, when performing inverse transform, an inverse transformation rule corresponding to the preset format conversion rule is adopted. After the recovery to the first communication address, the communication event is initiated by using the first communication address.
  • the method provided in the first embodiment further includes the following steps. Step:
  • Step 107 When there is a communication access, perform a storage format conversion on the communication address of the communication access initiator, and find whether the local address book includes the communication address converted by the storage format, and if so, And obtaining a label corresponding to the communication address from the local address book, and presenting the label on a communication access page.
  • the communication access is an incoming call, or a short message or a network message.
  • the mobile communication terminal uses a method of adding at least one designated character in the middle of the communication address to change the storage format of the communication address, when there is communication access, the same storage format conversion method is used to access the communication.
  • the originating party's communication address is subjected to a storage format conversion, and after the conversion, it is searched whether the local address book includes the communication address converted by the storage format, and if so, the local address book is obtained from the local address book.
  • the label corresponding to the communication address is presented, and the label is presented on the communication access page.
  • the mobile communication terminal adopts a preset format conversion rule and performs a storage format conversion on the communication address, when there is a communication access, the preset format conversion rule is used to perform the communication address of the communication access initiator. Storing a format conversion, and searching, after the transformation, whether the local address book includes the communication address converted by the storage format, and if so, obtaining a label corresponding to the communication address from the local address book And present the tag on the communication access page.
  • the mobile communication terminal mentioned in the embodiment of the present invention may be a mobile communication terminal installed with an Android (Android) operating system, or may be a mobile communication terminal with an IOS operating system installed.
  • Android Android
  • IOS IOS
  • FIG. 4 is a schematic structural diagram of a mobile communication terminal according to Embodiment 2 of the present invention.
  • the mobile communication terminal provided in the second embodiment can implement the method provided in the foregoing embodiment.
  • the mobile communication terminal includes:
  • the first transform module 2 is configured to perform a storage format conversion on the first communication address to obtain a second communication address.
  • the first processing module 3 is configured to replace the first communication address in the local address book with the second communication address when the first communication address is an existing address in the local address book When the first communication address is a new address to be saved in the local address book, save the second communication address in the local address book, so that when a communication address acquisition access occurs, the communication
  • the address acquisition access initiator obtains the second communication address from the local address book and identifies the second communication address as an invalid or an incorrect number.
  • the technical solution provided in this embodiment performs a storage format conversion on a communication address and a newly added communication address that have been saved in the local address book, so that when a communication address acquisition access occurs, the communication address acquisition access initiator can even communicate from the communication.
  • the communication addresses are obtained in the recording, and these communication addresses cannot be recognized by the communication address acquisition access initiator, so that those applications (such as social applications) that can obtain the communication address from the address book cannot correctly identify these.
  • the communication address avoids the occurrence of friend recommendation by the application software according to the phone number in the address book, which protects the privacy of the user to a certain extent and improves the security of use of the mobile communication terminal.
  • the first transform module is specifically configured to add an interference character to the first communication address to obtain the second communication address.
  • the first transformation module is specifically configured to add a prefix character in front of the first communication address, and add a suffix character after the first communication address to obtain the second communication address.
  • the first transform module is specifically configured to perform a storage format conversion on the first communication address by using a preset format conversion rule to obtain the second communication address.
  • the mobile communication terminal provided in this embodiment may further include:
  • a second processing module configured to perform an inverse transformation of the storage format on the second communication address when a communication event is initiated, obtain the first communication address, and initiate the communication event by using the first communication address.
  • the mobile communication terminal provided in this embodiment may further include:
  • a third processing module configured to perform a storage format conversion on a communication address of the communication access initiator when there is a communication access, and find whether the local address book includes the storage cell Transmitting the communication address, if any, obtaining a label corresponding to the communication address from the local address book, and presenting the label on a communication access page.
  • the mobile communication terminal provided in this embodiment can implement the method provided by the foregoing Embodiment 1.
  • the specific implementation process and implementation principles can be referred to the related content in the foregoing Embodiment 1, and details are not described herein again.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of the mobile communication terminal provided in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 5 illustrates a processing computing device, such as an application server, that can implement a communication address in a mobile communication terminal in accordance with the present invention.
  • the computing device conventionally includes a processor 510 and a computer program product or computer readable medium in the form of a memory 520.
  • the memory 520 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 520 has a memory space 530 for program code 531 for performing any of the method steps described above.
  • storage space 530 for program code may include various program code 531 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such computer program products are typically portable or fixed storage units as described with reference to FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 520 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 531', code that can be read by a processor, such as 510, which when executed by a computing device causes the computing device to perform various steps in the methods described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)

Abstract

Disclosed are a processing method for a communication address in a mobile communication terminal and a mobile communication terminal. The method comprises: acquiring a first communication address from a local address book; converting a storage format of the first communication address to obtain a second communication address; when the first communication address is an address already existing in the local address book, replacing the first communication address in the local address book with the second communication address; when the first communication address is a new address to be saved in the local address book, saving the second communication address in the local address book; and when a communication address acquisition access occurs, a communication address acquisition access initiator acquiring the second communication address from the local address book and recognizing the second communication address as an invalid or error address. The embodiments of the present invention avoid the situation where application software performs friend recommendation according to telephone numbers in the address book, thereby protecting user privacy to a certain extent, and improving security.

Description

移动通信终端中通信地址的处理方法及移动通信终端Method for processing communication address in mobile communication terminal and mobile communication terminal 技术领域Technical field
本发明涉及一种计算机领域,尤其涉及一种移动通信终端中通信地址的处理方法及移动通信终端。The present invention relates to the field of computers, and in particular, to a method for processing a communication address in a mobile communication terminal and a mobile communication terminal.
背景技术Background technique
随着互联网及移动互联网的发展,尤其是智能手机、移动设备的广泛普及,人们通过社交软件进行交流也越来越多。现有比较常用的社交软件有:QQ、微信、陌陌、米聊、YY、易信等等。这些社交软件丰富了人们的社交生活,交友变得更加便利。With the development of the Internet and the mobile Internet, especially the widespread popularity of smartphones and mobile devices, people are increasingly communicating through social software. The more commonly used social software are: QQ, WeChat, Momo, Mi Chat, YY, Yixin, and so on. These social softwares enrich people's social life and make friends more convenient.
现有的这些社交软件在给人们带来更多便利的同时,还会带来一定的安全隐患。现有的社交软件通常会访问用户手机的通讯录,并会根据通讯录中的电话号码进行好友推荐,这在一定程度上造成了用户隐私的泄露。例如,通过向某部手机中写入大量的连续的电话号码,然后安装社交软件,通过软件的好友推荐功能就可以查看很多人的个人信息了。The existing social software brings more convenience to people, but it also brings certain security risks. The existing social software usually accesses the address book of the user's mobile phone, and will perform friend recommendation according to the phone number in the address book, which causes the leakage of user privacy to a certain extent. For example, by writing a large number of consecutive phone numbers to a mobile phone and then installing social software, you can view the personal information of many people through the friend recommendation function of the software.
发明内容Summary of the invention
鉴于上述问题,提出了本发明以便于提供一种克服上述问题或者至少部分地解决或减缓上述问题的移动通信终端中通信地址的处理方法及移动通信终端。In view of the above problems, the present invention has been made in order to provide a processing method for a communication address in a mobile communication terminal that overcomes the above problems or at least partially solves or alleviates the above problems, and a mobile communication terminal.
根据本发明的第一个方面,提供了一种移动通信终端中通信地址的处理方法,包括步骤:According to a first aspect of the present invention, a method for processing a communication address in a mobile communication terminal is provided, comprising the steps of:
从本地通讯录中获取第一通信地址;Obtain the first communication address from the local address book;
对所述第一通信地址进行存储格式变换,得到第二通信地址;Performing a format conversion on the first communication address to obtain a second communication address;
当所述第一通信地址为所述本地通讯录中的已有地址时,将所述本地通讯录中的所述第一通信地址替换为所述第二通信地址; When the first communication address is an existing address in the local address book, replacing the first communication address in the local address book with the second communication address;
当所述第一通信地址为所述本地通讯录中待保存的新增地址时,将所述第二通信地址保存在所述本地通讯录中;When the first communication address is a new address to be saved in the local address book, saving the second communication address in the local address book;
当有通信地址获取访问发生时,通信地址获取访问发起方从所述本地通讯录中获取所述第二通信地址,并识别所述第二通信地址为无效或错误地址。When a communication address acquisition access occurs, the communication address acquisition access initiator acquires the second communication address from the local address book, and identifies that the second communication address is an invalid or an incorrect address.
根据本发明的第二个方面,提供了一种移动通信终端,包括:According to a second aspect of the present invention, a mobile communication terminal is provided, comprising:
获取模块,用于从本地通讯录中获取第一通信地址;An obtaining module, configured to obtain a first communication address from a local address book;
第一变换模块,用于对所述第一通信地址进行存储格式变换,得到第二通信地址;a first transform module, configured to perform a storage format conversion on the first communication address to obtain a second communication address;
第一处理模块,用于当所述第一通信地址为所述本地通讯录中的已有地址时,将所述本地通讯录中的所述第一通信地址替换为所述第二通信地址;当所述第一通信地址为所述本地通讯录中待保存的新增地址时,将所述第二通信地址保存在所述本地通讯录中,使得当有通信地址获取访问发生时,通信地址获取访问发起方从所述本地通讯录中获取所述第二通信地址,并识别所述第二通信地址为无效或错误号码。a first processing module, configured to replace the first communication address in the local address book with the second communication address when the first communication address is an existing address in the local address book; When the first communication address is a new address to be saved in the local address book, save the second communication address in the local address book, so that when a communication address acquisition access occurs, the communication address Acquiring the access initiator to obtain the second communication address from the local address book, and identifying that the second communication address is an invalid or an incorrect number.
根据本发明的又一个方面,提供了一种计算机程序,其包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行上述的移动通信终端中通信地址的处理方法。According to still another aspect of the present invention, a computer program is provided, comprising computer readable code, when said computer readable code is run on a computing device, causing said computing device to perform said communication address in said mobile communication terminal Processing method.
根据本发明的再一个方面,提供了一种计算机可读介质,其中存储了上述的计算机程序。According to still another aspect of the present invention, a computer readable medium is provided, wherein the computer program described above is stored.
本发明的有益效果为:The beneficial effects of the invention are:
本发明实施例提供的技术方案通过对已保存在本地通讯录中的通信地址以及新增通信地址进行存储格式变换,使得当有通信地址获取访问发生时,通信地址获取访问发起方即便是能从通讯录中获取到通信地址,这些通信地址也不能被通信地址获取访问发起方所识别,这样对于那些能够从通讯录中获取通信地址的应用(如社交应用)来说,也不能正确的识别出这些通信地址,进而避免了应用软件根据通讯录中的电话号码进行好友推荐的情况出现,在一定程度上保护了用户的隐私,提高了移动通信终端的使用安全性。The technical solution provided by the embodiment of the present invention performs a storage format conversion on a communication address and a newly added communication address that have been saved in the local address book, so that when a communication address acquisition access occurs, the communication address acquisition access initiator can even The communication address is obtained in the address book, and these communication addresses cannot be recognized by the communication address acquisition access initiator, so that applications (such as social applications) that can obtain the communication address from the address book cannot be correctly identified. These communication addresses, in turn, prevent the application software from making friend recommendation according to the phone number in the address book, which protects the privacy of the user to a certain extent and improves the security of use of the mobile communication terminal.
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的 技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。The above description is merely an overview of the technical solution of the present invention, in order to more clearly understand the present invention. The above and other objects, features and advantages of the present invention will become more apparent from the aspects of the invention.
附图说明DRAWINGS
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:Various other advantages and benefits will become apparent to those skilled in the art from a The drawings are only for the purpose of illustrating the preferred embodiments and are not to be construed as limiting. Throughout the drawings, the same reference numerals are used to refer to the same parts. In the drawing:
图1示意性地示出了本发明实施例一提供的移动通信终端中通信地址的处理方法的第一种实现的流程示意图;FIG. 1 is a schematic flow chart showing a first implementation of a method for processing a communication address in a mobile communication terminal according to Embodiment 1 of the present invention; FIG.
图2示意性地示出了本发明实施例一提供的移动通信终端中通信地址的处理方法中进行存储格式变换后的通信地址保存到通讯录后在通讯录中所展现的示例;FIG. 2 is a schematic diagram showing an example of a method for processing a communication address in a method for processing a communication address in a method for processing a communication address in a mobile communication terminal according to the first embodiment of the present invention;
图3示意性地示出了本发明实施例一提供的移动通信终端中通信地址的处理方法的第二种实现的流程示意图;FIG. 3 is a schematic flow chart showing a second implementation of a method for processing a communication address in a mobile communication terminal according to Embodiment 1 of the present invention; FIG.
图4示意性地示出了本发明实施例二提供的移动通信终端的结构示意图;FIG. 4 is a schematic structural diagram of a mobile communication terminal according to Embodiment 2 of the present invention;
图5示意性地示出了用于执行根据本发明的方法的计算设备的框图;以及Figure 5 shows schematically a block diagram of a computing device for performing the method according to the invention;
图6示意性地示出了用于保持或者携带实现根据本发明的方法的程序代码的存储单元。Fig. 6 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
具体实施例Specific embodiment
下面结合附图和具体的实施方式对本发明作进一步的描述。The invention is further described below in conjunction with the drawings and specific embodiments.
如图1所示,本发明实施例一提供的移动通信终端中通信地址的处理方法的流程示意图。本实施例提供的所述方法的执行主体可以是移动通信终端。具体的,所述方法,包括:FIG. 1 is a schematic flowchart diagram of a method for processing a communication address in a mobile communication terminal according to Embodiment 1 of the present invention. The execution body of the method provided by this embodiment may be a mobile communication terminal. Specifically, the method includes:
步骤101、从本地通讯录中获取第一通信地址。Step 101: Obtain a first communication address from a local address book.
其中,所述第一通信地址可以是移动电话号码、固定电话号码、邮箱用户名或网络账号等等。所述第一通信地址可以是移动通信终端直接获取 自本地通讯录中已保存的通信地址;还可以是移动通信终端接收自用户通过本地通讯录的新增地址添加界面输入的新增地址。The first communication address may be a mobile phone number, a fixed phone number, a mailbox user name or a network account number, and the like. The first communication address may be directly obtained by the mobile communication terminal The saved communication address in the local address book; or the new address input by the mobile communication terminal from the user's new address adding interface through the local address book.
步骤102、对所述第一通信地址进行存储格式变换,得到第二通信地址。Step 102: Perform a storage format conversion on the first communication address to obtain a second communication address.
具体的,本步骤中对所述第一通信地址进行存储格式变换,可以采用两种方式实现:Specifically, the storage format conversion of the first communication address in this step may be implemented in two ways:
第一种方式:在所述第一通信地址中添加干扰字符,得到所述第二通信地址。The first way is to add an interference character to the first communication address to obtain the second communication address.
例如,在所述第一通信地址的前面添加前缀字符,在所述第一通信地址的后面添加后缀字符,得到所述第二通信地址。其中,所述前缀字符为国家代码;所述后缀字符为“;”。例如,原有的电话号码为“13014439573”,通过添加前缀及后缀字符之后变换为“*8613014439573;”。进行存储格式变换后的通信地址保存到本地通讯录中后,通信地址在本地通讯录中展现图2所示的形式。对于前缀字符“*86”,可以被移动通信终端操作系统识别为国家代码,对于后缀字符“;”可以被移动通信终端操作系统识别为等待并给与忽略。因此,添加前后缀字符之后,并不影响和改变电话号码原本的功能和属性,对于来电和外拨,都可以被移动通信终端操作系统系统正常显示和识别。采用上述的干扰字符添加方式进行存储格式变换,后续无需进行存储格式的逆变换,这种方式较为简便。For example, a prefix character is added in front of the first communication address, and a suffix character is added after the first communication address to obtain the second communication address. The prefix character is a country code; the suffix character is “;”. For example, the original telephone number is "13014439573", which is changed to "*8613014439573;" by adding a prefix and a suffix character. After the storage address converted by the storage format is saved to the local address book, the communication address shows the form shown in FIG. 2 in the local address book. For the prefix character "*86", it can be recognized as a country code by the mobile communication terminal operating system, and the suffix character ";" can be recognized as waiting and given by the mobile communication terminal operating system. Therefore, after adding the prefix and suffix characters, the original functions and attributes of the phone number are not affected and changed, and both the incoming call and the outbound call can be normally displayed and recognized by the mobile communication terminal operating system. The storage format conversion is performed by using the above-mentioned interference character addition method, and the inverse transformation of the storage format is not required subsequently, which is relatively simple.
或者,在第一通信地址的中间,或其他位置添加至少一个指定字符,得到第二通信地址。采用这种在第一通信地址中添加指定字符的方式,会影响和改变电话号码原本的功能和属性,对于来电和外拨都可能不被移动通信终端操作系统系统正常显示和识别,因此,需要在发起通信事件(如外拨电话、发短信等)时,对第二通信地址进行逆变换,即将所述添加在第一通信地址中的指定字符删除,恢复至第一通信地址后,再根据所述第一通信地址发起通信事件。当有通信访问(来电、来短信或网络信息等)时,需对所述通信访问发起方的通信地址进行相应的存储格式变换,才能在本地通讯录中找到所述通信地址对应的标签,并在通信访问页面上呈现所述标签。Alternatively, at least one designated character is added in the middle of the first communication address, or other location, to obtain a second communication address. By adopting such a method of adding a specified character in the first communication address, the original function and attribute of the telephone number are affected and changed, and the incoming call and the outbound call may not be normally displayed and recognized by the operating system of the mobile communication terminal, therefore, it is required When a communication event (such as an outbound call, texting, etc.) is initiated, the second communication address is inversely transformed, that is, the specified character added in the first communication address is deleted, restored to the first communication address, and then according to The first communication address initiates a communication event. When there is a communication access (incoming call, incoming short message or network information, etc.), a corresponding storage format conversion is performed on the communication address of the communication access initiator, so that the label corresponding to the communication address can be found in the local address book, and The tag is presented on a communication access page.
其中,指定字符的设置位置,以及指定字符是哪些字符或哪一类的字符,本实施例对此都不作具体限定。 The setting position of the specified character, and the characters of the specified character or the type of the character are not specifically limited in this embodiment.
第二种方式:采用预设的格式变换规则,对所述第一通信地址进行存储格式变换,得到所述第二通信地址。The second method is: performing a storage format conversion on the first communication address by using a preset format conversion rule to obtain the second communication address.
其中,格式变换规则可人为规定。比如,将第一通信地址的第n个字符和第m个字符进行交换,或者,将第一通信地址中的第n个字符改为指定字符,等等。Among them, the format conversion rules can be artificially specified. For example, the nth character and the mth character of the first communication address are exchanged, or the nth character in the first communication address is changed to a designated character, and the like.
同样的,采用这种在第一通信地址中添加指定字符的方式,会影响和改变电话号码原本的功能和属性,对于来电和外拨都可能不被移动通信终端操作系统系统正常显示和识别,因此,需要在发起通信事件(如外拨电话、发短信等)时,对第二通信地址进行逆变换,恢复至第一通信地址后,再根据所述第一通信地址发起通信事件。当有通信访问(来电、来短信或网络信息等)时,需对所述通信访问发起方的通信地址进行相应的存储格式变换,才能在本地通讯录中找到所述通信地址对应的标签,并在通信访问页面上呈现所述标签。Similarly, the use of the method of adding a specified character in the first communication address may affect and change the original function and attribute of the telephone number, and may not be normally displayed and recognized by the mobile communication terminal operating system for both incoming and outgoing calls. Therefore, when a communication event (such as an outbound call, texting, etc.) is initiated, the second communication address is inversely transformed, and after the first communication address is restored, a communication event is initiated according to the first communication address. When there is a communication access (incoming call, incoming short message or network information, etc.), a corresponding storage format conversion is performed on the communication address of the communication access initiator, so that the label corresponding to the communication address can be found in the local address book, and The tag is presented on a communication access page.
步骤103、当所述第一通信地址为所述本地通讯录中的已有地址时,将所述本地通讯录中的所述第一通信地址替换为所述第二通信地址。Step 103: When the first communication address is an existing address in the local address book, replace the first communication address in the local address book with the second communication address.
具体的,可通过查询所述本地通讯录中是否包含有所述第一通信地址,来确定所述第一通信地址是否为已有地址。即若查询出所述本地通讯录中包含有所述第一通信地址,则所述第一通信地址为已有地址;若通过查询所述本地通讯录中没有所述第一通信地址,则所述第一通信地址不为已有地址,即为新增地址。Specifically, whether the first communication address is an existing address may be determined by querying whether the first address is included in the local address book. That is, if it is found that the first address is included in the local address book, the first communication address is an existing address; if the first address is not in the local address book by querying, The first communication address is not an existing address, that is, a new address.
步骤104、当所述第一通信地址为所述本地通讯录中待保存的新增地址时,将所述第二通信地址保存在所述本地通讯录中。Step 104: When the first communication address is a new address to be saved in the local address book, save the second communication address in the local address book.
同样的,可通过查询所述本地通讯录中是否包含有所述第一通信地址,来确定所述第一通信地址是否为新增地址。即若通过查询所述本地通讯录中没有所述第一通信地址,则所述第一通信地址为新增地址。Similarly, whether the first communication address is a new address may be determined by querying whether the first address is included in the local address book. That is, if the first communication address is not found in the local address book by querying, the first communication address is a new address.
在实际应用中,用户可通过本地通讯录的新增地址页面准确的输入新增地址,移动通信终端在获取到用户输入的新增地址后,对用户输入的新增地址进行存储格式变换,得到第二通信地址,然后将第二通信地址保存在所述本地通讯录中。In the actual application, the user can accurately input the newly added address through the newly added address page of the local address book, and after obtaining the newly added address input by the user, the mobile communication terminal performs a storage format conversion on the newly added address input by the user, and obtains The second communication address is then saved in the local address book.
步骤105、当有通信地址获取访问发生时,通信地址获取访问发起方从 所述本地通讯录中获取所述第二通信地址,并识别所述第二通信地址为无效或错误地址。Step 105: When a communication address acquisition access occurs, the communication address acquires the access initiator from Obtaining the second communication address in the local address book, and identifying that the second communication address is an invalid or an incorrect address.
即通信地址获取访问发起方从移动通信终端的本地通讯录中获取到的保存在本地通讯录中的经存储格式变换后的通信地址后,通信地址获取访问发起方无法将获取到的通信地址解析为正常的通信地址,进而有效的避免其他第三方软件因获取到通讯录中的信息致使用户隐私泄露或根据通讯录中的电话号码进行好友推荐的情况出现。That is, after the communication address obtains the storage address converted communication address stored in the local address book obtained by the access initiator from the local address book of the mobile communication terminal, the communication address acquisition access initiator cannot parse the obtained communication address. It is a normal communication address, and thus effectively avoids other third-party software from leaking the user's privacy due to obtaining the information in the address book or making a friend recommendation according to the phone number in the address book.
本实施例提供的技术方案通过对已保存在本地通讯录中的通信地址以及新增通信地址进行存储格式变换,使得当有通信地址获取访问发生时,通信地址获取访问发起方即便是能从通讯录中获取到通信地址,这些通信地址也不能被通信地址获取访问发起方所识别,这样对于那些能够从通讯录中获取通信地址的应用(如社交应用)来说,也不能正确的识别出这些通信地址,进而避免了应用软件根据通讯录中的电话号码进行好友推荐的情况出现,在一定程度上保护了用户的隐私,提高了移动通信终端的使用安全性。The technical solution provided in this embodiment performs a storage format conversion on a communication address and a newly added communication address that have been saved in the local address book, so that when a communication address acquisition access occurs, the communication address acquisition access initiator can even communicate from the communication. The communication addresses are obtained in the recording, and these communication addresses cannot be recognized by the communication address acquisition access initiator, so that those applications (such as social applications) that can obtain the communication address from the address book cannot correctly identify these. The communication address, in turn, avoids the occurrence of friend recommendation by the application software according to the phone number in the address book, which protects the privacy of the user to a certain extent and improves the security of use of the mobile communication terminal.
进一步的,如图3所示,本实施例一提供的所述方法,还包括如下步骤:Further, as shown in FIG. 3, the method provided in the first embodiment further includes the following steps:
步骤106、当有通信事件发起时,对所述第二通信地址进行存储格式的逆变换,得到所述第一通信地址,并采用所述第一通信地址发起所述通信事件。Step 106: When a communication event is initiated, perform inverse transformation of the storage format on the second communication address to obtain the first communication address, and initiate the communication event by using the first communication address.
其中,所述通信事件为外拨呼叫,或者短信息或网络消息的发送。The communication event is an outbound call or a short message or a network message.
若移动通信终端采用的是在第一通信地址的中间,或其他位置添加至少一个指定字符的方式对第一通信地址进行存储格式的变换,则在进行逆变换时,需识别出添加的至少一个指定字符,并将其删除,恢复至所述第一通信地址后,再采用所述第一通信地址发起所述通信事件。If the mobile communication terminal uses the storage format to change the first communication address by adding at least one designated character in the middle of the first communication address, at least one of the added ones needs to be identified when performing the inverse transformation. Specifying a character and deleting it, returning to the first communication address, and then using the first communication address to initiate the communication event.
若移动通信终端采用的是预设的格式变换规则,对所述第一通信地址进行存储格式变换,则在进行逆变换时,需采用与所述预设的格式变换规则相对应的逆变换规则,对恢复至所述第一通信地址后,再采用所述第一通信地址发起所述通信事件。If the mobile communication terminal adopts a preset format conversion rule to perform storage format conversion on the first communication address, when performing inverse transform, an inverse transformation rule corresponding to the preset format conversion rule is adopted. After the recovery to the first communication address, the communication event is initiated by using the first communication address.
进一步的,如图3所示,本实施例一提供的所述方法,还包括如下步 骤:Further, as shown in FIG. 3, the method provided in the first embodiment further includes the following steps. Step:
步骤107、当有通信访问时,对所述通信访问发起方的通信地址进行存储格式变换,查找所述本地通讯录中是否包含有经所述存储格式变换后的所述通信地址,若有,则从所述本地通讯录中获取所述通信地址对应的标签,并在通信访问页面上呈现所述标签。Step 107: When there is a communication access, perform a storage format conversion on the communication address of the communication access initiator, and find whether the local address book includes the communication address converted by the storage format, and if so, And obtaining a label corresponding to the communication address from the local address book, and presenting the label on a communication access page.
其中,所述通信访问为来电访问,或者短信或网络消息访问。The communication access is an incoming call, or a short message or a network message.
若移动通信终端采用的是在通信地址的中间,或其他位置添加至少一个指定字符的方式对通信地址进行存储格式的变换,则在有通信访问时,需采用同样的存储格式变换方式将通信访问发起方的通信地址进行存储格式变换,并在变换后查找所述本地通讯录中是否包含有经所述存储格式变换后的所述通信地址,若有,则从所述本地通讯录中获取所述通信地址对应的标签,并在通信访问页面上呈现所述标签。If the mobile communication terminal uses a method of adding at least one designated character in the middle of the communication address to change the storage format of the communication address, when there is communication access, the same storage format conversion method is used to access the communication. The originating party's communication address is subjected to a storage format conversion, and after the conversion, it is searched whether the local address book includes the communication address converted by the storage format, and if so, the local address book is obtained from the local address book. The label corresponding to the communication address is presented, and the label is presented on the communication access page.
若移动通信终端采用的是预设的格式变换规则,对所述通信地址进行存储格式变换,则在有通信访问时,需采用所述预设的格式变换规则对通信访问发起方的通信地址进行存储格式变换,并在变换后查找所述本地通讯录中是否包含有经所述存储格式变换后的所述通信地址,若有,则从所述本地通讯录中获取所述通信地址对应的标签,并在通信访问页面上呈现所述标签。If the mobile communication terminal adopts a preset format conversion rule and performs a storage format conversion on the communication address, when there is a communication access, the preset format conversion rule is used to perform the communication address of the communication access initiator. Storing a format conversion, and searching, after the transformation, whether the local address book includes the communication address converted by the storage format, and if so, obtaining a label corresponding to the communication address from the local address book And present the tag on the communication access page.
这里需要说明的是:本发明实施例中提到的移动通信终端可以是安装安卓(Android)操作系统的移动通信终端,也可以是安装IOS操作系统的移动通信终端。It should be noted that the mobile communication terminal mentioned in the embodiment of the present invention may be a mobile communication terminal installed with an Android (Android) operating system, or may be a mobile communication terminal with an IOS operating system installed.
需要说明的是:对于前述的各方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本发明并不受所描述的动作顺序的限制,因为依据本发明,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作和模块并不一定是本发明所必须的。It should be noted that, for the foregoing method embodiments, for the sake of simple description, they are all expressed as a series of action combinations, but those skilled in the art should understand that the present invention is not limited by the described action sequence. Because certain steps may be performed in other sequences or concurrently in accordance with the present invention. In addition, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions and modules involved are not necessarily required by the present invention.
如图4所示,本发明实施例二提供的移动通信终端的结构示意图。本实施例二提供的移动通信终端可实现上述实施例提供的所述方法。具体的,所述移动通信终端包括:FIG. 4 is a schematic structural diagram of a mobile communication terminal according to Embodiment 2 of the present invention. The mobile communication terminal provided in the second embodiment can implement the method provided in the foregoing embodiment. Specifically, the mobile communication terminal includes:
获取模块1,用于从本地通讯录中获取第一通信地址; Obtaining module 1 for obtaining a first communication address from a local address book;
第一变换模块2,用于对所述第一通信地址进行存储格式变换,得到第二通信地址;The first transform module 2 is configured to perform a storage format conversion on the first communication address to obtain a second communication address.
第一处理模块3,用于当所述第一通信地址为所述本地通讯录中的已有地址时,将所述本地通讯录中的所述第一通信地址替换为所述第二通信地址;当所述第一通信地址为所述本地通讯录中待保存的新增地址时,将所述第二通信地址保存在所述本地通讯录中,使得当有通信地址获取访问发生时,通信地址获取访问发起方从所述本地通讯录中获取所述第二通信地址,并识别所述第二通信地址为无效或错误号码。The first processing module 3 is configured to replace the first communication address in the local address book with the second communication address when the first communication address is an existing address in the local address book When the first communication address is a new address to be saved in the local address book, save the second communication address in the local address book, so that when a communication address acquisition access occurs, the communication The address acquisition access initiator obtains the second communication address from the local address book and identifies the second communication address as an invalid or an incorrect number.
本实施例提供的技术方案通过对已保存在本地通讯录中的通信地址以及新增通信地址进行存储格式变换,使得当有通信地址获取访问发生时,通信地址获取访问发起方即便是能从通讯录中获取到通信地址,这些通信地址也不能被通信地址获取访问发起方所识别,这样对于那些能够从通讯录中获取通信地址的应用(如社交应用)来说,也不能正确的识别出这些通信地址,进而避免了应用软件根据通讯录中的电话号码进行好友推荐的情况出现,在一定程度上保护了用户的隐私,提高了移动通信终端的使用安全性。The technical solution provided in this embodiment performs a storage format conversion on a communication address and a newly added communication address that have been saved in the local address book, so that when a communication address acquisition access occurs, the communication address acquisition access initiator can even communicate from the communication. The communication addresses are obtained in the recording, and these communication addresses cannot be recognized by the communication address acquisition access initiator, so that those applications (such as social applications) that can obtain the communication address from the address book cannot correctly identify these. The communication address, in turn, avoids the occurrence of friend recommendation by the application software according to the phone number in the address book, which protects the privacy of the user to a certain extent and improves the security of use of the mobile communication terminal.
进一步的,所述第一变换模块,具体用于在所述第一通信地址中添加干扰字符,得到所述第二通信地址。Further, the first transform module is specifically configured to add an interference character to the first communication address to obtain the second communication address.
再进一步的,所述第一变换模块,具体用于在所述第一通信地址的前面添加前缀字符,在所述第一通信地址的后面添加后缀字符,得到所述第二通信地址。Further, the first transformation module is specifically configured to add a prefix character in front of the first communication address, and add a suffix character after the first communication address to obtain the second communication address.
或者,所述第一变换模块,具体用于采用预设的格式变换规则,对所述第一通信地址进行存储格式变换,得到所述第二通信地址。Alternatively, the first transform module is specifically configured to perform a storage format conversion on the first communication address by using a preset format conversion rule to obtain the second communication address.
进一步的,本实施例提供的移动通信终端还可包括:Further, the mobile communication terminal provided in this embodiment may further include:
第二处理模块,用于当有通信事件发起时,对所述第二通信地址进行存储格式的逆变换,得到所述第一通信地址,并采用所述第一通信地址发起所述通信事件。And a second processing module, configured to perform an inverse transformation of the storage format on the second communication address when a communication event is initiated, obtain the first communication address, and initiate the communication event by using the first communication address.
进一步的,本实施例提供的移动通信终端还可包括:Further, the mobile communication terminal provided in this embodiment may further include:
第三处理模块,用于当有通信访问时,对所述通信访问发起方的通信地址进行存储格式变换,查找所述本地通讯录中是否包含有经所述存储格 式变换后的所述通信地址,若有,则从所述本地通讯录中获取所述通信地址对应的标签,并在通信访问页面上呈现所述标签。a third processing module, configured to perform a storage format conversion on a communication address of the communication access initiator when there is a communication access, and find whether the local address book includes the storage cell Transmitting the communication address, if any, obtaining a label corresponding to the communication address from the local address book, and presenting the label on a communication access page.
这里需要说明的是,本实施例提供的移动通信终端可实现上述实施例一提供的所述方法,具体的实现过程和实现原理可参见上述实施例一中的相关内容,此处不再赘述。It should be noted that the mobile communication terminal provided in this embodiment can implement the method provided by the foregoing Embodiment 1. The specific implementation process and implementation principles can be referred to the related content in the foregoing Embodiment 1, and details are not described herein again.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。In the above embodiments, the descriptions of the various embodiments are different, and the details that are not detailed in a certain embodiment can be referred to the related descriptions of other embodiments.
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例提供的移动通信终端中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。The various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or digital signal processor (DSP) may be used in practice to implement some or all of the functionality of some or all of the components of the mobile communication terminal provided in accordance with embodiments of the present invention. The invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein. Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
例如,图5示出了可以实现根据本发明的移动通信终端中通信地址的处理计算设备,例如应用服务器。该计算设备传统上包括处理器510和以存储器520形式的计算机程序产品或者计算机可读介质。存储器520可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器520具有用于执行上述方法中的任何方法步骤的程序代码531的存储空间530。例如,用于程序代码的存储空间530可以包括分别用于实现上面的方法中的各种步骤的各个程序代码531。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考图6所述的便携式或者固定存储单元。该存储单元可以具有与图5的计算设备中的存储器520类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括计算机可读代码 531’,即可以由例如诸如510之类的处理器读取的代码,这些代码当由计算设备运行时,导致该计算设备执行上面所描述的方法中的各个步骤。For example, Figure 5 illustrates a processing computing device, such as an application server, that can implement a communication address in a mobile communication terminal in accordance with the present invention. The computing device conventionally includes a processor 510 and a computer program product or computer readable medium in the form of a memory 520. The memory 520 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM. Memory 520 has a memory space 530 for program code 531 for performing any of the method steps described above. For example, storage space 530 for program code may include various program code 531 for implementing various steps in the above methods, respectively. The program code can be read from or written to one or more computer program products. These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such computer program products are typically portable or fixed storage units as described with reference to FIG. The storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 520 in the computing device of FIG. The program code can be compressed, for example, in an appropriate form. Typically, the storage unit includes computer readable code 531', code that can be read by a processor, such as 510, which when executed by a computing device causes the computing device to perform various steps in the methods described above.
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。"an embodiment," or "an embodiment," or "an embodiment," In addition, it is noted that the phrase "in one embodiment" is not necessarily referring to the same embodiment.
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下被实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。In the description provided herein, numerous specific details are set forth. However, it is understood that the embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures, and techniques are not shown in detail so as not to obscure the understanding of the description.
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。It is to be noted that the above-described embodiments are illustrative of the invention and are not intended to be limiting, and that the invention may be devised without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as a limitation. The word "comprising" does not exclude the presence of the elements or steps that are not recited in the claims. The word "a" or "an" The invention can be implemented by means of hardware comprising several distinct elements and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means can be embodied by the same hardware item. The use of the words first, second, and third does not indicate any order. These words can be interpreted as names.
此外,还应当注意,本说明书中使用的语言主要是为了可读性和教导的目的而选择的,而不是为了解释或者限定本发明的主题而选择的。因此,在不偏离所附权利要求书的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。对于本发明的范围,对本发明所做的公开是说明性的,而非限制性的,本发明的范围由所附权利要求书限定。 In addition, it should be noted that the language used in the specification has been selected for the purpose of readability and teaching, and is not intended to be construed or limited. Therefore, many modifications and changes will be apparent to those skilled in the art without departing from the scope of the invention. The disclosure of the present invention is intended to be illustrative, and not restrictive, and the scope of the invention is defined by the appended claims.

Claims (18)

  1. 一种移动通信终端中通信地址的处理方法,包括步骤:A method for processing a communication address in a mobile communication terminal, comprising the steps of:
    从本地通讯录中获取第一通信地址;Obtain the first communication address from the local address book;
    对所述第一通信地址进行存储格式变换,得到第二通信地址;Performing a format conversion on the first communication address to obtain a second communication address;
    当所述第一通信地址为所述本地通讯录中的已有地址时,将所述本地通讯录中的所述第一通信地址替换为所述第二通信地址;When the first communication address is an existing address in the local address book, replacing the first communication address in the local address book with the second communication address;
    当所述第一通信地址为所述本地通讯录中待保存的新增地址时,将所述第二通信地址保存在所述本地通讯录中;When the first communication address is a new address to be saved in the local address book, saving the second communication address in the local address book;
    当有通信地址获取访问发生时,通信地址获取访问发起方从所述本地通讯录中获取所述第二通信地址,并识别所述第二通信地址为无效或错误地址。When a communication address acquisition access occurs, the communication address acquisition access initiator acquires the second communication address from the local address book, and identifies that the second communication address is an invalid or an incorrect address.
  2. 根据权利要求1所述的方法,所述通信地址为移动电话号码、固定电话号码、邮箱用户名或网络账号。The method of claim 1, wherein the communication address is a mobile phone number, a fixed phone number, a mailbox user name, or a network account number.
  3. 根据权利要求1或2所述的方法,所述对所述第一通信地址进行存储格式变换,得到第二通信地址,具体为:The method according to claim 1 or 2, wherein the storage format conversion is performed on the first communication address to obtain a second communication address, specifically:
    在所述第一通信地址中添加干扰字符,得到所述第二通信地址。Adding an interference character to the first communication address to obtain the second communication address.
  4. 根据权利要求3所述的方法,所述在所述第一通信地址中添加干扰字符,得到所述第二通信地址,具体为:The method according to claim 3, wherein adding a disturbing character to the first communication address to obtain the second communication address is specifically:
    在所述第一通信地址的前面添加前缀字符,在所述第一通信地址的后面添加后缀字符,得到所述第二通信地址。A prefix character is added in front of the first communication address, and a suffix character is added after the first communication address to obtain the second communication address.
  5. 根据权利要求4所述的方法,所述前缀字符为国家代码;所述后缀字符为“;”。The method according to claim 4, wherein the prefix character is a country code; the suffix character is ";".
  6. 根据权利要求1或2所述的方法,所述对所述第一通信地址进行存储格式变换,得到第二通信地址,具体为:The method according to claim 1 or 2, wherein the storage format conversion is performed on the first communication address to obtain a second communication address, specifically:
    采用预设的格式变换规则,对所述第一通信地址进行存储格式变换,得到所述第二通信地址。The storage format conversion is performed on the first communication address by using a preset format conversion rule to obtain the second communication address.
  7. 根据权利要求1所述的方法,还包括步骤:The method of claim 1 further comprising the step of:
    当有通信事件发起时,对所述第二通信地址进行存储格式的逆变换,得到所述第一通信地址,并采用所述第一通信地址发起所述通信事件。 When a communication event is initiated, the second communication address is inversely transformed into a storage format to obtain the first communication address, and the communication event is initiated by using the first communication address.
  8. 根据权利要求7所述的方法,所述通信事件为外拨呼叫,或者短信息或网络消息的发送。The method of claim 7 wherein the communication event is an outbound call or a transmission of a short message or a network message.
  9. 根据权利要求1所述的方法,还包括:The method of claim 1 further comprising:
    当有通信访问时,对所述通信访问发起方的通信地址进行存储格式变换,查找所述本地通讯录中是否包含有经所述存储格式变换后的所述通信地址,若有,则从所述本地通讯录中获取所述通信地址对应的标签,并在通信访问页面上呈现所述标签。When there is a communication access, performing a storage format conversion on the communication address of the communication access initiator, and searching whether the local address book includes the communication address converted by the storage format, and if so, the slave address The label corresponding to the communication address is obtained in the local address book, and the label is presented on the communication access page.
  10. 根据权利要求9所述的方法,所述通信访问为来电访问,或者短信或网络消息访问。The method of claim 9 wherein the communication access is an incoming call or a text or network message access.
  11. 一种移动通信终端,包括:A mobile communication terminal includes:
    获取模块,用于从本地通讯录中获取第一通信地址;An obtaining module, configured to obtain a first communication address from a local address book;
    第一变换模块,用于对所述第一通信地址进行存储格式变换,得到第二通信地址;a first transform module, configured to perform a storage format conversion on the first communication address to obtain a second communication address;
    第一处理模块,用于当所述第一通信地址为所述本地通讯录中的已有地址时,将所述本地通讯录中的所述第一通信地址替换为所述第二通信地址;当所述第一通信地址为所述本地通讯录中待保存的新增地址时,将所述第二通信地址保存在所述本地通讯录中,使得当有通信地址获取访问发生时,通信地址获取访问发起方从所述本地通讯录中获取所述第二通信地址,并识别所述第二通信地址为无效或错误号码。a first processing module, configured to replace the first communication address in the local address book with the second communication address when the first communication address is an existing address in the local address book; When the first communication address is a new address to be saved in the local address book, save the second communication address in the local address book, so that when a communication address acquisition access occurs, the communication address Acquiring the access initiator to obtain the second communication address from the local address book, and identifying that the second communication address is an invalid or an incorrect number.
  12. 根据权利要求10所述的移动通信终端,所述第一变换模块,具体用于在所述第一通信地址中添加干扰字符,得到所述第二通信地址。The mobile communication terminal according to claim 10, wherein the first transform module is configured to add an interference character to the first communication address to obtain the second communication address.
  13. 根据权利要求12所述的移动通信终端,所述第一变换模块,具体用于在所述第一通信地址的前面添加前缀字符,在所述第一通信地址的后面添加后缀字符,得到所述第二通信地址。The mobile communication terminal according to claim 12, wherein the first transform module is configured to add a prefix character in front of the first communication address, and add a suffix character after the first communication address to obtain the Second communication address.
  14. 根据权利要求11所述的移动通信终端,所述第一变换模块,具体用于采用预设的格式变换规则,对所述第一通信地址进行存储格式变换,得到所述第二通信地址。The mobile communication terminal according to claim 11, wherein the first transformation module is configured to perform a storage format conversion on the first communication address by using a preset format conversion rule to obtain the second communication address.
  15. 根据权利要求11所述的移动通信终端,还包括:The mobile communication terminal according to claim 11, further comprising:
    第二处理模块,用于当有通信事件发起时,对所述第二通信地址进行存储格式的逆变换,得到所述第一通信地址,并采用所述第一通信地址发 起所述通信事件。a second processing module, configured to perform inverse transformation on a storage format of the second communication address when a communication event is initiated, obtain the first communication address, and send the first communication address by using the first communication address The communication event.
  16. 根据权利要求11所述的移动通信终端,还包括:The mobile communication terminal according to claim 11, further comprising:
    第三处理模块,用于当有通信访问时,对所述通信访问发起方的通信地址进行存储格式变换,查找所述本地通讯录中是否包含有经所述存储格式变换后的所述通信地址,若有,则从所述本地通讯录中获取所述通信地址对应的标签,并在通信访问页面上呈现所述标签。a third processing module, configured to perform a storage format conversion on a communication address of the communication access initiator when there is a communication access, and search whether the local address book includes the communication address converted by the storage format And if yes, obtaining a label corresponding to the communication address from the local address book, and presenting the label on a communication access page.
  17. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据权利要求1-10中的任一个所述的移动通信终端中通信地址的处理方法。A computer program comprising computer readable code, when said computer readable code is run on a computing device, causing said computing device to perform a communication address in a mobile communication terminal according to any of claims 1-10 Processing method.
  18. 一种计算机可读介质,其中存储了如权利要求17所述的计算机程序。 A computer readable medium storing the computer program of claim 17.
PCT/CN2015/095602 2014-12-11 2015-11-26 Processing method for communication address in mobile communication terminal and mobile communication terminal WO2016091076A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410767468.3A CN104717354A (en) 2014-12-11 2014-12-11 Processing method for communication addresses in mobile communication terminal and mobile communication terminal
CN2014107674683 2014-12-11

Publications (1)

Publication Number Publication Date
WO2016091076A1 true WO2016091076A1 (en) 2016-06-16

Family

ID=53416289

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/095602 WO2016091076A1 (en) 2014-12-11 2015-11-26 Processing method for communication address in mobile communication terminal and mobile communication terminal

Country Status (2)

Country Link
CN (1) CN104717354A (en)
WO (1) WO2016091076A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104717354A (en) * 2014-12-11 2015-06-17 北京奇虎科技有限公司 Processing method for communication addresses in mobile communication terminal and mobile communication terminal

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815119A (en) * 2009-12-10 2010-08-25 宇龙计算机通信科技(深圳)有限公司 Method and system for processing information of private contact person and mobile communication terminal
CN102394975A (en) * 2011-10-28 2012-03-28 宇龙计算机通信科技(深圳)有限公司 Private contact camouflage method and mobile terminal
CN103533026A (en) * 2013-09-22 2014-01-22 四川智爱电子信息科技有限责任公司 Cloud platform-based mobile phone contact list information disguising method
CN104717354A (en) * 2014-12-11 2015-06-17 北京奇虎科技有限公司 Processing method for communication addresses in mobile communication terminal and mobile communication terminal

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103647866B (en) * 2013-12-09 2016-09-14 Tcl通讯(宁波)有限公司 A kind of telephone number compresses storage and decompression method and storage system
CN103971060B (en) * 2014-05-09 2016-09-21 广西师范大学 P2P privacy management method in mobile e-business real-time recommendation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815119A (en) * 2009-12-10 2010-08-25 宇龙计算机通信科技(深圳)有限公司 Method and system for processing information of private contact person and mobile communication terminal
CN102394975A (en) * 2011-10-28 2012-03-28 宇龙计算机通信科技(深圳)有限公司 Private contact camouflage method and mobile terminal
CN103533026A (en) * 2013-09-22 2014-01-22 四川智爱电子信息科技有限责任公司 Cloud platform-based mobile phone contact list information disguising method
CN104717354A (en) * 2014-12-11 2015-06-17 北京奇虎科技有限公司 Processing method for communication addresses in mobile communication terminal and mobile communication terminal

Also Published As

Publication number Publication date
CN104717354A (en) 2015-06-17

Similar Documents

Publication Publication Date Title
RU2602985C2 (en) Method and device for hiding privacy information
US8719280B1 (en) Person-based information aggregation
US9807218B2 (en) Method for filtering spam in electronic device and the electronic device
US8494851B2 (en) System and method for contextual social network communications during phone conversation
US9860372B2 (en) Device and method for displaying information relevant to unknown incoming/outgoing phone number
CN109427331B (en) Speech recognition method and device
US9191791B2 (en) Electronic device and method for extracting incoming/outgoing information and managing contacts
US9282178B2 (en) Method for providing call log and electronic device thereof
US10235030B2 (en) Electronic device and user interface display method for the same
CN103702297A (en) Short message enhancement method, device and system
CN117677934A (en) Cross-platform context activation
US10269347B2 (en) Method for detecting voice and electronic device using the same
WO2017000613A1 (en) Method and device for generating indication information in search result page
US9264870B2 (en) Mobile terminal, server and calling method based on cloud contact list
JP2018055525A (en) Text extraction device
US20150112997A1 (en) Method for content control and electronic device thereof
WO2016091076A1 (en) Processing method for communication address in mobile communication terminal and mobile communication terminal
WO2017166640A1 (en) Application calling method and terminal
WO2016091074A1 (en) Method, device and system for identifying harassment communications via mobile communication terminal
US10482151B2 (en) Method for providing alternative service and electronic device thereof
WO2017071210A1 (en) Contact creation method and device
US9311490B2 (en) Delivery of contextual data to a computing device while preserving data privacy
US9980132B2 (en) Method for detecting messages and call request and electronic device adapted thereto
US9978375B2 (en) Method for transmitting phonetic data
US11809550B2 (en) Electronic device and control method therefor

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15867407

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15867407

Country of ref document: EP

Kind code of ref document: A1