WO2017128519A1 - Method and system of receiving mobile terminal message, and mobile terminal - Google Patents

Method and system of receiving mobile terminal message, and mobile terminal Download PDF

Info

Publication number
WO2017128519A1
WO2017128519A1 PCT/CN2016/078126 CN2016078126W WO2017128519A1 WO 2017128519 A1 WO2017128519 A1 WO 2017128519A1 CN 2016078126 W CN2016078126 W CN 2016078126W WO 2017128519 A1 WO2017128519 A1 WO 2017128519A1
Authority
WO
WIPO (PCT)
Prior art keywords
message
sensitive
matching
list
source identifier
Prior art date
Application number
PCT/CN2016/078126
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 WO2017128519A1 publication Critical patent/WO2017128519A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]

Definitions

  • the present invention relates to the field of communication security technologies, and in particular, to a mobile terminal message receiving method, system, and mobile terminal.
  • the domain system that is, the private domain and the owner domain (also known as the private space and the owner space), the data and account numbers of the two spaces are independent of each other, and the dual space can be switched when needed, thereby giving the user a more secure A more convenient experience.
  • sensitive SMS usually includes bank SMS or other SMS with specified number.
  • the new short message is distinguished from the sensitive short message by matching the source number of the new short message with the sensitive number list stored in the mobile phone.
  • different users have different requirements for sensitive text messages. For example, some users want to send text messages sent by a specific number as sensitive text messages, while others want to treat text messages containing certain content as Sensitive SMS does not even want to control who the source of the SMS is, etc. Obviously, only matching according to the source number can not fully meet the different needs of different users, which affects the user experience.
  • the present invention provides a mobile terminal message receiving method and system, and a mobile terminal, which solves the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience. problem.
  • the present invention provides a mobile terminal message receiving method, the method comprising:
  • the new message is stored in a private space, otherwise, the new message is stored in the main space of the machine;
  • the receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
  • the current receiving mode is the dual matching mode
  • the referring to the matching rule corresponding to the current receiving mode, determining whether the new message is a sensitive message includes:
  • the new message is determined to be a sensitive message.
  • the current receiving mode is the sensitive message source identifier matching mode
  • the referring to the matching rule corresponding to the current receiving mode, determining whether the new message is a sensitive message includes:
  • the new message is determined to be a sensitive message.
  • the current receiving mode is the sensitive content matching mode
  • the referring to the matching rule corresponding to the current receiving mode, determining that the new message is No sensitive messages including:
  • the new message is determined to be a sensitive message.
  • the method further includes:
  • the invention also provides a mobile terminal message receiving system, the system comprising:
  • a determining unit configured to determine a current receiving mode selected by the user when a new message is detected
  • a determining unit configured to determine, according to the matching rule corresponding to the current receiving mode, whether the new message is a sensitive message
  • a storage unit configured to: when the new message is determined to be a sensitive message, save the new message to a private space; otherwise, save the new message to the main space of the machine;
  • the receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
  • the current receiving mode is the dual matching mode
  • the determining unit includes:
  • a first obtaining subunit configured to obtain a sensitive message source identifier list and a sensitive keyword list
  • the first sensitive message source identifier matching subunit is configured to compare and match the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
  • a first sensitive message content matching subunit configured to message content of the new message Matching each sensitive keyword in the sensitive keyword list
  • the first determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier and the matching of the message content are successful.
  • the current receiving mode is the sensitive message source identifier matching mode
  • the determining unit includes:
  • a second obtaining subunit configured to obtain a list of sensitive message source identifiers
  • the second sensitive message source identifier matching subunit is configured to perform a matching match between the message source identifier of the new message and each sensitive message source identifier in the sensitive message source identifier list;
  • the second determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier is successful.
  • the current receiving mode is the sensitive content matching mode
  • the determining unit includes:
  • a third obtaining subunit configured to obtain a list of sensitive keywords
  • a second sensitive message content matching subunit configured to perform a matching match on the message content of the new message and each sensitive keyword in the sensitive keyword list
  • the third determining subunit is configured to determine that the new message is a sensitive message when the matching of the message content is successful.
  • the method further includes:
  • the sensitive message source identifier list updating unit is configured to: in response to the first update operation of the sensitive message source identifier list by the user, obtain the first modified content corresponding to the first update operation, and utilize the first modified content, Updating the list of sensitive message source identifiers;
  • a sensitive keyword list updating unit configured to: in response to a second update operation of the sensitive keyword list by the user, acquire a second modified content corresponding to the second update operation, and use the second modified content to update the A list of sensitive keywords.
  • the present invention also provides a mobile terminal, comprising the mobile terminal message receiving system according to any of the above technical solutions.
  • three receiving modes for matching sensitive messages are provided for the user, and they are respectively dual matching modes (pair sensitive)
  • the source message identifier and the sensitive content match at the same time, the sensitive message source identifier matching mode, and the sensitive content matching mode, and different receiving modes correspond to different matching rules. Determining, according to the matching rule corresponding to the current receiving mode, determining whether the new message is a sensitive message when a new message is detected, and determining whether the new message is a sensitive message; The new message is stored in the private space, otherwise the new message is stored in the main space.
  • the present invention can select a corresponding receiving mode according to the actual needs of the user, and effectively solves the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience.
  • FIG. 1 is a flowchart of a method for receiving a message of a mobile terminal according to an embodiment of the present invention
  • step S101 in a dual matching mode according to an embodiment of the present invention
  • FIG. 3 is a flowchart of a specific implementation process of step S101 in a sensitive message source identifier matching mode according to an embodiment of the present disclosure
  • step S101 in a sensitive content matching mode according to an embodiment of the present invention
  • FIG. 5 is a structural block diagram of a mobile terminal message receiving system according to an embodiment of the present invention. Schematic diagram
  • FIG. 6 is a schematic structural block diagram of a mobile terminal according to an embodiment of the present invention.
  • the core of the present invention is to provide a mobile terminal message receiving method and system, and a mobile terminal, to solve the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience.
  • FIG. 1 is a flowchart of a method for receiving a message of a mobile terminal according to an embodiment of the present invention.
  • the method may specifically include the following steps:
  • Step S100 When a new message is detected, determine a current receiving mode selected by the user.
  • the execution subject of the method of the embodiment of the present invention is a mobile terminal message receiving system.
  • the system may be carried in the form of software on a mobile terminal such as a mobile phone or a tablet.
  • a mobile terminal such as a mobile phone or a tablet.
  • the following content will be explained by taking a mobile phone as an example.
  • a new message when a new message is detected, it is first determined whether the mobile terminal supports the dual domain system. If supported, it is determined whether the user has selected the option of automatically storing the sensitive message to the private space. If selected, subsequent determination When a new message is a sensitive message, it is automatically saved to the private space directly. If there is no selection, the new message is displayed as a prompt message of the sensitive message, waiting for the user to process.
  • the message may be a message that the mobile terminal receives, such as a short message or an App push message, that is, the message that the App pushes to the user can also be sensitively matched. So, if the user doesn't want others to see a message pushed by an app or an app push message with some content, then you can make The present invention is used to implement this privacy protection function.
  • the present invention provides the user with three receiving modes for matching sensitive messages for the user to select, which are a dual matching mode, a sensitive message source identification matching mode, and sensitive content.
  • Matching mode different receiving modes correspond to different matching rules. Among them, the double matching mode and the sensitive content matching mode are the key points, and the double matching mode is the most important.
  • the user can select the corresponding receiving mode according to his actual needs. For example, if the user wants to use the message sent by the message source I as a sensitive message, then the sensitive message source identification matching mode is selected, and the source I is selected. Incorporate sensitive message source range; B users want to treat sensitive message W as sensitive message, then select sensitive content matching mode, and include sensitive word W into sensitive keyword range; C user wants to send sensitive source I message The word W message is treated as a sensitive message, then the double matching mode is selected, the message source I is included in the sensitive message source range and the sensitive word W is included in the sensitive keyword range.
  • the sensitive keyword may include one or more words according to the requirement; the sensitive message source identifies the unique identifier through the corresponding sensitive message source; the sensitive keyword list represents the sensitive keyword range, and the sensitive message source identifier list represents the sensitive message. Source range.
  • Step S101 Referring to the matching rule corresponding to the current receiving mode, determine whether the new message is a sensitive message. When it is determined that the new message is a sensitive message, the process proceeds to step S102, and otherwise, the process proceeds to step S103.
  • the message source identifier of the new message is matched, and when the matching is successful, the new message is considered as a sensitive message; in the sensitive content matching mode, the message content of the new message is matched and matched. When the message is successful, the new message is considered to be a sensitive message.
  • the sensitive message source identifier and the sensitive content are matched at the same time. Only when the sensitive message source and the sensitive keyword match at the same time, the message is considered as a sensitive message.
  • Step S102 Save the new message to the private space.
  • Step S103 Save the new message to the main space of the machine.
  • the new message is a sensitive message
  • the present invention can select a corresponding receiving mode according to the actual needs of the user, and effectively solves the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience.
  • the foregoing step S101 when the current receiving mode selected by the user is the dual matching mode, the foregoing step S101 (refer to the matching rule corresponding to the current receiving mode, determining whether the new message is Refer to Figure 2 for the specific implementation process of sensitive messages.
  • the details include the following:
  • Step S200 Obtain a sensitive message source identifier list and a sensitive keyword list.
  • the system of the present invention can provide an application modification interface for The user maintains a list of sensitive message source identifiers and a list of sensitive keywords.
  • the setting function of the sensitive keyword is provided in the setting, and the keyword that the user wants to filter as a sensitive message is saved in the database or the terminal memory.
  • the system when the user performs an update operation such as adding, deleting, or modifying the sensitive message source identifier list, the system responds to the first update operation of the sensitive message source identifier list by the user, and obtains the first update operation from the preset modification interface. The first modification content, and using the first modification content, updates the sensitive message source identification list.
  • the system responds to the second update operation of the sensitive keyword list by the user, acquires the second modified content corresponding to the second update operation, and updates the second modified content by using the second modified content.
  • a list of sensitive keywords when the user performs an update operation such as adding, deleting, or modifying the sensitive message source identifier list, the system responds to the first update operation of the sensitive message source identifier list by the user, and obtains the first update operation from the preset modification interface. The first modification content, and using the first modification content, updates the sensitive message source identification list.
  • the system responds to the second update operation of the sensitive keyword list by the user, acquires the second modified content corresponding to the second update
  • Step S201 Perform matching matching on the message source identifier of the new message and each sensitive message source identifier in the sensitive message source identifier list. Specifically, the message source identifier of the new message is first determined, and then the message source identifier is compared and matched with all sensitive message source identifiers in the sensitive message source identifier list, and the message source identifier and the sensitive message source identifier are used. If a sensitive source identifier in the list matches consistently, the match identified to the source identifier is considered successful, otherwise it is considered a failure.
  • Step S102 Perform matching matching on the message content of the new message and each sensitive keyword in the sensitive keyword list.
  • the new message is parsed first, the corresponding message content is obtained, and then the words in the message content are compared and matched with all the sensitive keywords in the sensitive keyword list one by one, and there are words and sensitive keywords in the message content.
  • the match to the message content is considered successful, otherwise it is considered a failure.
  • a male user Zhang San adds a source identifier "XXXX" of a bank, a message source identifier "YYYY" (usually a mobile phone number) of a girlfriend, and a message source identifier "ZZZZ" of a financial application to a message source identifier.
  • Step S203 When the matching of the message source identifier and the matching of the message content are successful, it is determined that the new message is a sensitive message.
  • the sensitive message source identifier list and the content in the sensitive keyword list may be associated with each other, that is, a sensitive message source identifier corresponds to a group of sensitive keywords, and the simple keyword may be simply understood as a sensitive keyword.
  • the attribute of the message identifier so that it is more targeted in the process of setting and matching, so as to satisfy the user's different Sensitive sources set the need for different sensitive keywords.
  • the message source identifier is within the scope of the sensitive message source identifier, and then the message content of the new message and the message are The sensitive keywords corresponding to the source identifier are matched and matched.
  • the new message is considered to be a sensitive message.
  • the sensitive message source I exists in the sensitive message source identification list and the sensitive keyword corresponding to the sensitive message source I in the sensitive keyword list is empty, the default is to match only the sensitive message source I, when the sensitive message is When the matching of source I is successful, the message is considered to be a sensitive message.
  • Zhang San wants to treat the message that meets the following conditions as sensitive information: a message sent by a bank containing a "verification code”, a message sent by a girlfriend containing “love”, a financial management The message sent by the app containing "revenue”, etc.
  • the bank's message source identifier "XXXX” and its corresponding sensitive keyword "verification code” are respectively added to their respective lists, and the girlfriend's message source identifier "YYYY” and its corresponding sensitive keyword are added.
  • “Love” is added to the respective lists, and the message source identifier "ZZZZ” of the wealth management app and its corresponding sensitive keyword "revenue” are respectively added to the respective lists.
  • the message source identifier and the message content of the new message are matched, so as to further filter out the message that the user wants to store in the private space; at the same time, the user can set and update the sensitive message source according to his actual needs.
  • the list of identifiers and the list of sensitive keywords further meet the various needs of different users.
  • the foregoing step S101 when the current receiving mode selected by the user is the sensitive message source identifier matching mode, the foregoing step S101 (refer to the matching rule corresponding to the current receiving mode, determining Refer to Figure 3 for the specific implementation process of whether the new message is a sensitive message.
  • the details include the following:
  • Step S300 Obtain a sensitive message source identifier list.
  • Step S301 Perform matching matching on the source identifier of the new message and each sensitive source identifier in the sensitive message source identifier list.
  • Step S302 When the matching of the message source identifier is successful, determine that the new message is a sensitive message.
  • the difference between the sensitive message source identification matching mode and the dual matching mode disclosed in the previous embodiment is that only the message source identifier of the new message is matched.
  • the foregoing step S101 (refer to the matching rule corresponding to the current receiving mode, determine a new message) Refer to Figure 4 for the specific implementation process of whether it is a sensitive message. The details include the following:
  • Step S400 Obtain a sensitive keyword list.
  • Step S401 Perform matching matching on the message content of the new message and each sensitive keyword in the sensitive keyword list.
  • Step S402 When the matching of the message content is successful, it is determined that the new message is a sensitive message.
  • the difference between the sensitive content matching mode and the dual matching mode disclosed in the foregoing embodiment is that only the message content of the new message is matched.
  • the specific matching implementation process reference may be made to the description in the foregoing embodiment, and details are not described herein again. .
  • the embodiment of the present invention further provides a mobile terminal message receiving system.
  • the system 500 may include the following content:
  • a determining unit 501 configured to determine a current selected by the user when a new message is detected Receiving mode
  • the determining unit 502 is configured to determine whether the new message is a sensitive message by referring to a matching rule corresponding to the current receiving mode.
  • the storage unit 503 is configured to: when determining that the new message is a sensitive message, save the new message to the private space; otherwise, save the new message to the main space of the machine;
  • the receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
  • the determining unit 502 may specifically include the following contents:
  • a first obtaining subunit configured to obtain a sensitive message source identifier list and a sensitive keyword list
  • the first sensitive message source identifier matching subunit is configured to compare and match the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
  • the first sensitive message content matching subunit is configured to perform matching matching on the message content of the new message and each sensitive keyword in the sensitive keyword list;
  • the first determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier and the matching of the message content are successful.
  • the determining unit 502 may specifically include the following content:
  • a second obtaining subunit configured to obtain a list of sensitive message source identifiers
  • the second sensitive message source identifier matching subunit is configured to compare and match the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
  • the second determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier is successful.
  • the determining unit 502 may specifically include the following content:
  • a third obtaining subunit configured to obtain a list of sensitive keywords
  • a second sensitive message content matching subunit configured to compare and match the message content of the new message with each sensitive keyword in the sensitive keyword list
  • the third determining subunit is configured to determine that the new message is a sensitive message when the matching of the message content is successful.
  • the above system 500 may specifically include the following contents:
  • the sensitive message source identifier list updating unit is configured to: in response to the first update operation of the sensitive message source identifier list by the user, obtain the first modified content corresponding to the first update operation, and update the sensitive message source identifier list by using the first modified content. ;
  • the sensitive keyword list updating unit is configured to respond to the second update operation of the sensitive keyword list by the user, acquire the second modified content corresponding to the second update operation, and update the sensitive keyword list by using the second modified content.
  • FIG. 6 shows a mobile terminal according to an embodiment of the present invention.
  • the present invention further provides a mobile terminal 600, comprising the mobile terminal message receiving system 500 as described in any of the above technical solutions.

Abstract

A method and a system of receiving mobile terminal messages, and a mobile terminal. The method comprises: when a new message is detected, determining a current receiving mode selected by a user; referring to a matching rule corresponding to the current receiving mode, and determining whether the new message is a sensitive message; and saving the new message to a private space if the new message is determined to be a sensitive message, otherwise saving the new message to a main space. The receiving mode comprises a dual matching mode, a sensitive message source identifier matching mode or a sensitive content matching mode, with different receiving modes corresponding to different matching rules. The invention can therefore select a corresponding receiving mode according to an actual requirement of a user, effectively addressing an issue of affected user experience of the prior art where only a source number of a new short message is used to determine whether the new short message is a sensitive message.

Description

一种移动终端消息接收方法、系统和移动终端Mobile terminal message receiving method, system and mobile terminal 技术领域Technical field
本发明涉及通讯安全技术领域,特别是涉及一种移动终端消息接收方法及、系统和移动终端。The present invention relates to the field of communication security technologies, and in particular, to a mobile terminal message receiving method, system, and mobile terminal.
背景技术Background technique
随着科学技术和社会经济的飞速发展,人们更为频繁地使用手机进行支付、更密集地用手机进行社交交流、更多地用手机储存许多私密文件,针对这些情况,我们为手机设计了双域系统,即私密域和机主域(也称私密空间和机主空间),这两个空间的数据及账号是互相独立的,在需要时可进行双空间的切换,给用户一个更为安全、更为便利的使用体验。With the rapid development of science and technology and the social economy, people use mobile phones more frequently for payment, more intensive social communication with mobile phones, and more mobile phones to store many private files. In response to these situations, we have designed dual models for mobile phones. The domain system, that is, the private domain and the owner domain (also known as the private space and the owner space), the data and account numbers of the two spaces are independent of each other, and the dual space can be switched when needed, thereby giving the user a more secure A more convenient experience.
在实际应用中,为保证用户信息的安全性,在手机接收到新短信时,会先判定接收到的新短信是否为敏感短信,如果是,则将这个敏感短信的新短信存至私密空间。其中,敏感短信通常包括银行短信或者其他指定号码的短信。In the actual application, in order to ensure the security of the user information, when the mobile phone receives a new short message, it first determines whether the received new short message is a sensitive short message, and if so, saves the new short message of the sensitive short message to the private space. Among them, sensitive SMS usually includes bank SMS or other SMS with specified number.
在上述消息接收过程中,是通过将发送新短信的源号码与手机中存储的敏感号码列表进行逐一比对匹配来区分该新短信是否是敏感短信的。然而,不同的用户对于敏感短信的需求是不一样的,比如,有的用户想将某个特定号码发送的短信均当作敏感短信,而有的用户又想将包含某些内容的短信当作敏感短信却根本不想管短信来源是谁等等,显然仅根据源号码进行匹配根本无法完全满足不同用户的不同需求,影响了用户体验。In the above message receiving process, the new short message is distinguished from the sensitive short message by matching the source number of the new short message with the sensitive number list stored in the mobile phone. However, different users have different requirements for sensitive text messages. For example, some users want to send text messages sent by a specific number as sensitive text messages, while others want to treat text messages containing certain content as Sensitive SMS does not even want to control who the source of the SMS is, etc. Obviously, only matching according to the source number can not fully meet the different needs of different users, which affects the user experience.
发明内容Summary of the invention
有鉴于此,本发明提供了一种移动终端消息接收方法及、系统和移动终端,以解决现有技术中仅根据新短信的源号码来区分该新短信是否为敏感短信,影响了用户体验的问题。 In view of the above, the present invention provides a mobile terminal message receiving method and system, and a mobile terminal, which solves the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience. problem.
为解决上述技术问题,本发明提供一种移动终端消息接收方法,该方法包括:To solve the above technical problem, the present invention provides a mobile terminal message receiving method, the method comprising:
当检测到有新消息时,确定用户选择的当前接收模式;Determining a current receiving mode selected by the user when a new message is detected;
参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息;Determining, by the matching rule corresponding to the current receiving mode, whether the new message is a sensitive message;
当判定所述新消息为敏感消息时,将所述新消息存至私密空间,否则,将所述新消息存至机主空间;When it is determined that the new message is a sensitive message, the new message is stored in a private space, otherwise, the new message is stored in the main space of the machine;
其中,所述接收模式包括双匹配模式、敏感消息源标识匹配模式或敏感内容匹配模式,不同接收模式对应不同的匹配规则。The receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
上述方法中,优选地,所述当前接收模式为所述双匹配模式,所述参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息,包括:In the above method, preferably, the current receiving mode is the dual matching mode, and the referring to the matching rule corresponding to the current receiving mode, determining whether the new message is a sensitive message includes:
获取敏感消息源标识列表和敏感关键词列表;Obtain a list of sensitive message source identifiers and a list of sensitive keywords;
对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;Aligning and matching the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
对所述新消息的消息内容和所述敏感关键词列表中的每个敏感关键词进行比对匹配;Performing a matching match on the message content of the new message and each sensitive keyword in the sensitive keyword list;
当对所述消息源标识的匹配和对所述消息内容的匹配都成功时,判定所述新消息为敏感消息。When the matching of the message source identifier and the matching of the message content are successful, the new message is determined to be a sensitive message.
上述方法中,优选地,所述当前接收模式为所述敏感消息源标识匹配模式,所述参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息,包括:In the above method, preferably, the current receiving mode is the sensitive message source identifier matching mode, and the referring to the matching rule corresponding to the current receiving mode, determining whether the new message is a sensitive message, includes:
获取敏感消息源标识列表;Obtain a list of sensitive message source identifiers;
对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;Aligning and matching the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
当对所述消息源标识的匹配成功时,判定所述新消息为敏感消息。When the matching of the message source identifier is successful, the new message is determined to be a sensitive message.
上述方法中,优选地,所述当前接收模式为所述敏感内容匹配模式,所述参考所述当前接收模式对应的匹配规则,判断所述新消息是 否为敏感消息,包括:In the above method, preferably, the current receiving mode is the sensitive content matching mode, and the referring to the matching rule corresponding to the current receiving mode, determining that the new message is No sensitive messages, including:
获取敏感关键词列表;Get a list of sensitive keywords;
对所述新消息的消息内容与所述敏感关键词列表中的每个敏感关键词进行比对匹配;Comparing the message content of the new message with each sensitive keyword in the sensitive keyword list;
当对所述消息内容的匹配成功时,判定所述新消息为敏感消息。When the matching of the message content is successful, the new message is determined to be a sensitive message.
上述方法中,优选地,还包括:Preferably, the method further includes:
响应用户对所述敏感消息源标识列表的第一更新操作,获取与所述第一更新操作相应的第一修改内容,并利用所述第一修改内容,更新所述敏感消息源标识列表;And responding to the first update operation of the sensitive message source identifier list by the user, acquiring the first modified content corresponding to the first update operation, and updating the sensitive message source identifier list by using the first modified content;
响应用户对所述敏感关键词列表的第二更新操作,获取与所述第二更新操作相应的第二修改内容,并利用所述第二修改内容,更新所述敏感关键词列表。And responding to the second update operation of the sensitive keyword list by the user, acquiring the second modified content corresponding to the second update operation, and updating the sensitive keyword list by using the second modified content.
本发明还提供了一种移动终端消息接收系统,该系统包括:The invention also provides a mobile terminal message receiving system, the system comprising:
确定单元,用于当检测到有新消息时,确定用户选择的当前接收模式;a determining unit, configured to determine a current receiving mode selected by the user when a new message is detected;
判断单元,用于参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息;a determining unit, configured to determine, according to the matching rule corresponding to the current receiving mode, whether the new message is a sensitive message;
存储单元,用于当判定所述新消息为敏感消息时,将所述新消息存至私密空间,否则,将所述新消息存至机主空间;a storage unit, configured to: when the new message is determined to be a sensitive message, save the new message to a private space; otherwise, save the new message to the main space of the machine;
其中,所述接收模式包括双匹配模式、敏感消息源标识匹配模式或敏感内容匹配模式,不同接收模式对应不同的匹配规则。The receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
上述系统中,优选地,所述当前接收模式为所述双匹配模式,所述判断单元包括:In the above system, preferably, the current receiving mode is the dual matching mode, and the determining unit includes:
第一获取子单元,用于获取敏感消息源标识列表和敏感关键词列表;a first obtaining subunit, configured to obtain a sensitive message source identifier list and a sensitive keyword list;
第一敏感消息源标识匹配子单元,用于对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;The first sensitive message source identifier matching subunit is configured to compare and match the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
第一敏感消息内容匹配子单元,用于对所述新消息的消息内容和 所述敏感关键词列表中的每个敏感关键词进行比对匹配;a first sensitive message content matching subunit, configured to message content of the new message Matching each sensitive keyword in the sensitive keyword list;
第一判断子单元,用于当对所述消息源标识的匹配和对所述消息内容的匹配都成功时,判定所述新消息为敏感消息。The first determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier and the matching of the message content are successful.
上述系统中,优选地,所述当前接收模式为所述敏感消息源标识匹配模式,所述判断单元包括:In the above system, preferably, the current receiving mode is the sensitive message source identifier matching mode, and the determining unit includes:
第二获取子单元,用于获取敏感消息源标识列表;a second obtaining subunit, configured to obtain a list of sensitive message source identifiers;
第二敏感消息源标识匹配子单元,用于对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;The second sensitive message source identifier matching subunit is configured to perform a matching match between the message source identifier of the new message and each sensitive message source identifier in the sensitive message source identifier list;
第二判断子单元,用于当对所述消息源标识的匹配成功时,判定所述新消息为敏感消息。The second determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier is successful.
上述系统中,优选地,所述当前接收模式为所述敏感内容匹配模式,所述判断单元包括:In the above system, preferably, the current receiving mode is the sensitive content matching mode, and the determining unit includes:
第三获取子单元,用于获取敏感关键词列表;a third obtaining subunit, configured to obtain a list of sensitive keywords;
第二敏感消息内容匹配子单元,用于对所述新消息的消息内容与所述敏感关键词列表中的每个敏感关键词进行比对匹配;a second sensitive message content matching subunit, configured to perform a matching match on the message content of the new message and each sensitive keyword in the sensitive keyword list;
第三判断子单元,用于当对所述消息内容的匹配成功时,判定所述新消息为敏感消息。The third determining subunit is configured to determine that the new message is a sensitive message when the matching of the message content is successful.
上述系统中,优选地,还包括:In the above system, preferably, the method further includes:
敏感消息源标识列表更新单元,用于响应用户对所述敏感消息源标识列表的第一更新操作,获取与所述第一更新操作相应的第一修改内容,并利用所述第一修改内容,更新所述敏感消息源标识列表;The sensitive message source identifier list updating unit is configured to: in response to the first update operation of the sensitive message source identifier list by the user, obtain the first modified content corresponding to the first update operation, and utilize the first modified content, Updating the list of sensitive message source identifiers;
敏感关键词列表更新单元,用于响应用户对所述敏感关键词列表的第二更新操作,获取与所述第二更新操作相应的第二修改内容,并利用所述第二修改内容,更新所述敏感关键词列表。a sensitive keyword list updating unit, configured to: in response to a second update operation of the sensitive keyword list by the user, acquire a second modified content corresponding to the second update operation, and use the second modified content to update the A list of sensitive keywords.
本发明还提供了一种移动终端,包括如上述任一技术方案所述的移动终端消息接收系统。The present invention also provides a mobile terminal, comprising the mobile terminal message receiving system according to any of the above technical solutions.
以上本发明提供的一种移动终端消息接收方法及系统中,为用户提供了三种匹配敏感消息的接收模式,它们分别为双匹配模式(对敏 感消息源标识和敏感内容同时匹配)、敏感消息源标识匹配模式以及敏感内容匹配模式,不同接收模式对应不同的匹配规则。当检测到有新消息时,确定用户选择的当前接收模式;参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息;当判定所述新消息为敏感消息时,将所述新消息存至私密空间,否则,将所述新消息存至机主空间。可见,本发明能够根据用户的实际需求选择相应的接收模式,有效解决了现有技术中仅根据新短信的源号码来区分该新短信是否为敏感短信,影响了用户体验的问题。In the mobile terminal message receiving method and system provided by the present invention, three receiving modes for matching sensitive messages are provided for the user, and they are respectively dual matching modes (pair sensitive) The source message identifier and the sensitive content match at the same time, the sensitive message source identifier matching mode, and the sensitive content matching mode, and different receiving modes correspond to different matching rules. Determining, according to the matching rule corresponding to the current receiving mode, determining whether the new message is a sensitive message when a new message is detected, and determining whether the new message is a sensitive message; The new message is stored in the private space, otherwise the new message is stored in the main space. It can be seen that the present invention can select a corresponding receiving mode according to the actual needs of the user, and effectively solves the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience.
同时,在现有技术中,有些银行短信内的广告或者其他未涉及到敏感内容的短信,完全没有必要存到私密空间中,这些短信会造成空间的频繁切换,影响了用户体验。并且将(对用户需求而言)并不含敏感内容的短信存至私密空间同样会影响用户的体验。可见,本发明能够根据用户的实际需求选择相应的接收模式,有效解决了上述缺陷。At the same time, in the prior art, advertisements in some bank short messages or other short messages that do not involve sensitive content are not necessary to be stored in a private space, and these short messages may cause frequent switching of spaces, which affects the user experience. And storing the short message (for user needs) without sensitive content to the private space will also affect the user experience. It can be seen that the present invention can effectively solve the above defects by selecting a corresponding receiving mode according to the actual needs of the user.
附图说明DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the description of the prior art will be briefly described below. Obviously, the drawings in the following description are only It is an embodiment of the present invention, and those skilled in the art can obtain other drawings according to the provided drawings without any creative work.
图1为本发明实施例提供的一种移动终端消息接收方法的流程图;FIG. 1 is a flowchart of a method for receiving a message of a mobile terminal according to an embodiment of the present invention;
图2为本发明实施例提供的双匹配模式下步骤S101的具体实现过程的流程图;2 is a flowchart of a specific implementation process of step S101 in a dual matching mode according to an embodiment of the present invention;
图3为本发明实施例提供的敏感消息源标识匹配模式下步骤S101的具体实现过程的流程图;FIG. 3 is a flowchart of a specific implementation process of step S101 in a sensitive message source identifier matching mode according to an embodiment of the present disclosure;
图4为本发明实施例提供的敏感内容匹配模式下步骤S101的具体实现过程的流程图;4 is a flowchart of a specific implementation process of step S101 in a sensitive content matching mode according to an embodiment of the present invention;
图5为本发明实施例提供的一种移动终端消息接收系统的结构框 图示意图;FIG. 5 is a structural block diagram of a mobile terminal message receiving system according to an embodiment of the present invention; Schematic diagram
图6为本发明实施例提供的一种移动终端的结构框图示意图。FIG. 6 is a schematic structural block diagram of a mobile terminal according to an embodiment of the present invention.
具体实施方式detailed description
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, but not all embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
本发明的核心是提供一种移动终端消息接收方法及、系统和移动终端,以解决现有技术中仅根据新短信的源号码来区分该新短信是否为敏感短信,影响了用户体验的问题。The core of the present invention is to provide a mobile terminal message receiving method and system, and a mobile terminal, to solve the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience.
为了使本技术领域的人员更好地理解本发明方案,下面结合附图和具体实施方式对本发明作进一步的详细说明。The present invention will be further described in detail below in conjunction with the drawings and embodiments.
参考图1,图1示出了本发明实施例提供的一种移动终端消息接收方法的流程图,该方法具体可以包括如下步骤:Referring to FIG. 1, FIG. 1 is a flowchart of a method for receiving a message of a mobile terminal according to an embodiment of the present invention. The method may specifically include the following steps:
步骤S100、当检测到有新消息时,确定用户选择的当前接收模式。Step S100: When a new message is detected, determine a current receiving mode selected by the user.
本发明实施例方法的执行主体为移动终端消息接收系统,在实际应用中,该系统可以以软件的形式承载于比如手机、平板等移动终端。以下内容中必要时会以手机为例进行说明。The execution subject of the method of the embodiment of the present invention is a mobile terminal message receiving system. In an actual application, the system may be carried in the form of software on a mobile terminal such as a mobile phone or a tablet. The following content will be explained by taking a mobile phone as an example.
在实际应用中,当检测到有新消息时,先判断该移动终端是否支持双域系统,如果支持,再判断用户是否选择了将敏感消息自动存至私密空间的选项,如果选择了,后续判定新消息为敏感消息时直接自动存至私密空间,如果没有选择,则显示新消息为敏感消息的提示信息,等待用户的处理。In practical applications, when a new message is detected, it is first determined whether the mobile terminal supports the dual domain system. If supported, it is determined whether the user has selected the option of automatically storing the sensitive message to the private space. If selected, subsequent determination When a new message is a sensitive message, it is automatically saved to the private space directly. If there is no selection, the new message is displayed as a prompt message of the sensitive message, waiting for the user to process.
相较现有技术中仅对短信进行敏感匹配,本发明中,消息可以为短信、App推送消息等移动终端会接收到的消息,也就是说,对于App向用户推送的消息也能进行敏感匹配,这样,如果用户不想让别人看到某个App推送的消息或者含有某些内容的App推送消息,就可以使 用本发明来实现这个隐私保护功能。Compared with the prior art, only the short message is sensitively matched. In the present invention, the message may be a message that the mobile terminal receives, such as a short message or an App push message, that is, the message that the App pushes to the user can also be sensitively matched. So, if the user doesn't want others to see a message pushed by an app or an app push message with some content, then you can make The present invention is used to implement this privacy protection function.
相较现有技术中仅对短信的源号码进行敏感匹配,本发明为用户提供了三种匹配敏感消息的接收模式供用户选择,它们分别是双匹配模式、敏感消息源标识匹配模式和敏感内容匹配模式,不同接收模式对应不同的匹配规则。其中,双匹配模式和敏感内容匹配模式是重点,双匹配模式是重中之重。Compared with the prior art, only the source number of the short message is sensitively matched. The present invention provides the user with three receiving modes for matching sensitive messages for the user to select, which are a dual matching mode, a sensitive message source identification matching mode, and sensitive content. Matching mode, different receiving modes correspond to different matching rules. Among them, the double matching mode and the sensitive content matching mode are the key points, and the double matching mode is the most important.
在实际应用中,用户可以根据自己的实际需求进行相应的接收模式选择,比如,A用户想将消息源I发送的消息当作敏感消息,那就选择敏感消息源标识匹配模式,将消息源I纳入敏感消息源范围;B用户想将含有敏感词W的消息当作敏感消息,那就选择敏感内容匹配模式,将敏感词W纳入敏感关键词范围;C用户想将消息源I发送的含有敏感词W的消息当作敏感消息,那就选择双匹配模式,将消息源I纳入敏感消息源范围并且将敏感词W纳入敏感关键词范围。In practical applications, the user can select the corresponding receiving mode according to his actual needs. For example, if the user wants to use the message sent by the message source I as a sensitive message, then the sensitive message source identification matching mode is selected, and the source I is selected. Incorporate sensitive message source range; B users want to treat sensitive message W as sensitive message, then select sensitive content matching mode, and include sensitive word W into sensitive keyword range; C user wants to send sensitive source I message The word W message is treated as a sensitive message, then the double matching mode is selected, the message source I is included in the sensitive message source range and the sensitive word W is included in the sensitive keyword range.
其中,一组敏感关键词可以根据需求包括一个或者多个词语;敏感消息源通过与之对应的敏感消息源标识唯一标识;敏感关键词列表表征敏感关键词范围,敏感消息源标识列表表征敏感消息源范围。The sensitive keyword may include one or more words according to the requirement; the sensitive message source identifies the unique identifier through the corresponding sensitive message source; the sensitive keyword list represents the sensitive keyword range, and the sensitive message source identifier list represents the sensitive message. Source range.
步骤S101、参考当前接收模式对应的匹配规则,判断新消息是否为敏感消息。当判定新消息为敏感消息时,进入步骤S102,否则,进入步骤S103。Step S101: Referring to the matching rule corresponding to the current receiving mode, determine whether the new message is a sensitive message. When it is determined that the new message is a sensitive message, the process proceeds to step S102, and otherwise, the process proceeds to step S103.
本发明中,在敏感消息源标识匹配模式下,对新消息的消息源标识进行匹配,匹配成功时认为新消息为敏感消息;在敏感内容匹配模式下,对新消息的消息内容进行匹配,匹配成功时认为新消息为敏感消息;在双匹配模式下,对敏感消息源标识和敏感内容同时匹配只有敏感消息源和敏感关键词同时匹配成功时,认为消息为敏感消息。In the present invention, in the sensitive message source identification matching mode, the message source identifier of the new message is matched, and when the matching is successful, the new message is considered as a sensitive message; in the sensitive content matching mode, the message content of the new message is matched and matched. When the message is successful, the new message is considered to be a sensitive message. In the dual match mode, the sensitive message source identifier and the sensitive content are matched at the same time. Only when the sensitive message source and the sensitive keyword match at the same time, the message is considered as a sensitive message.
步骤S102、将新消息存至私密空间。Step S102: Save the new message to the private space.
步骤S103、将新消息存至机主空间。Step S103: Save the new message to the main space of the machine.
当判定新消息为敏感消息时,先判断私密空间是否正在运行,如果没有,则需要由机主空间切换至私密空间并将敏感消息存至私密空间,并提示私密空间有新消息。可以理解的是,如果私密空间正在运 行,则直接将敏感消息存至私密空间,并提示私密空间有新消息即可。When it is determined that the new message is a sensitive message, it is first determined whether the private space is running. If not, the host space is switched to the private space and the sensitive message is stored in the private space, and the private space is prompted to have a new message. Understandably, if the private space is being shipped Line, directly save the sensitive message to the private space, and prompt the private space to have a new message.
综上,本发明能够根据用户的实际需求选择相应的接收模式,有效解决了现有技术中仅根据新短信的源号码来区分该新短信是否为敏感短信,影响了用户体验的问题。In summary, the present invention can select a corresponding receiving mode according to the actual needs of the user, and effectively solves the problem that the prior art only distinguishes whether the new short message is a sensitive short message according to the source number of the new short message, which affects the user experience.
同时,在现有技术中,有些银行短信内的广告或者其他未涉及到敏感内容的短信,完全没有必要存到私密空间中,这些短信会造成空间的频繁切换,影响了用户体验。并且将(对用户需求而言)并不含敏感内容的短信存至私密空间同样会影响用户的体验。可见,本发明能够根据用户的实际需求选择相应的接收模式,有效解决了上述缺陷。At the same time, in the prior art, advertisements in some bank short messages or other short messages that do not involve sensitive content are not necessary to be stored in a private space, and these short messages may cause frequent switching of spaces, which affects the user experience. And storing the short message (for user needs) without sensitive content to the private space will also affect the user experience. It can be seen that the present invention can effectively solve the above defects by selecting a corresponding receiving mode according to the actual needs of the user.
基于上述本发明实施例所公开的技术方案,本发明另一实施例中,当用户选择的当前接收模式为双匹配模式时,上述步骤S101(参考当前接收模式对应的匹配规则,判断新消息是否为敏感消息)的具体实现过程参考图2,具体包括如下内容:Based on the technical solution disclosed in the foregoing embodiment of the present invention, in another embodiment of the present invention, when the current receiving mode selected by the user is the dual matching mode, the foregoing step S101 (refer to the matching rule corresponding to the current receiving mode, determining whether the new message is Refer to Figure 2 for the specific implementation process of sensitive messages. The details include the following:
步骤S200、获取敏感消息源标识列表和敏感关键词列表。Step S200: Obtain a sensitive message source identifier list and a sensitive keyword list.
在现有技术中,由于敏感号码列表是由手机生产商定制并预存到手机的,用户无法对其进行与自身需求相适应的修改,针对该问题,本发明系统能够提供应用修改接口,用于用户对敏感消息源标识列表和敏感关键词列表进行维护。另外,在设置中提供敏感关键词的设置功能,将用户想要过滤为敏感消息的关键字保存在数据库或者终端内存中。In the prior art, since the sensitive number list is customized by the mobile phone manufacturer and pre-stored to the mobile phone, the user cannot modify it according to the needs of the user. For the problem, the system of the present invention can provide an application modification interface for The user maintains a list of sensitive message source identifiers and a list of sensitive keywords. In addition, the setting function of the sensitive keyword is provided in the setting, and the keyword that the user wants to filter as a sensitive message is saved in the database or the terminal memory.
具体地,当用户对敏感消息源标识列表进行新增、删除或者修改等更新操作时,系统响应用户对敏感消息源标识列表的第一更新操作,从预设修改接口获取与第一更新操作相应的第一修改内容,并利用第一修改内容,更新敏感消息源标识列表。同理,当用户对敏感关键词列表进行更新操作时,系统响应用户对敏感关键词列表的第二更新操作,获取与第二更新操作相应的第二修改内容,并利用第二修改内容,更新敏感关键词列表。 Specifically, when the user performs an update operation such as adding, deleting, or modifying the sensitive message source identifier list, the system responds to the first update operation of the sensitive message source identifier list by the user, and obtains the first update operation from the preset modification interface. The first modification content, and using the first modification content, updates the sensitive message source identification list. Similarly, when the user performs an update operation on the sensitive keyword list, the system responds to the second update operation of the sensitive keyword list by the user, acquires the second modified content corresponding to the second update operation, and updates the second modified content by using the second modified content. A list of sensitive keywords.
步骤S201、对新消息的消息源标识与敏感消息源标识列表中的每个敏感消息源标识进行比对匹配。具体地,先确定发送该新消息的消息源标识,然后将这个消息源标识与敏感消息源标识列表中的所有敏感消息源标识进行逐一的比对和匹配,当消息源标识与敏感消息源标识列表中的某个敏感消息源标识匹配一致时,认为对该消息源标识的匹配是成功的,否则认为是失败。Step S201: Perform matching matching on the message source identifier of the new message and each sensitive message source identifier in the sensitive message source identifier list. Specifically, the message source identifier of the new message is first determined, and then the message source identifier is compared and matched with all sensitive message source identifiers in the sensitive message source identifier list, and the message source identifier and the sensitive message source identifier are used. If a sensitive source identifier in the list matches consistently, the match identified to the source identifier is considered successful, otherwise it is considered a failure.
步骤S102、对新消息的消息内容和敏感关键词列表中的每个敏感关键词进行比对匹配。Step S102: Perform matching matching on the message content of the new message and each sensitive keyword in the sensitive keyword list.
具体地,先解析新消息,得到相应的消息内容,然后将消息内容中的词语与敏感关键词列表中的所有敏感关键词进行逐一的比对和匹配,当消息内容中有词语与敏感关键词列表中的某个或多个敏感关键词匹配一致时,认为对消息内容的匹配是成功的,否则认为是失败。举个例子,男用户张三将某银行的消息源标识“XXXX”、女朋友的消息源标识“YYYY”(通常为手机号)和某理财App的消息源标识“ZZZZ”添加至消息源标识列表,同时,将“余额”、“爱”和“收益”添加至敏感关键词列表,可见,用户想要将同时满足上述两种列表的匹配的情况下的新消息认为是敏感消息,比如,银行“XXXX”发来普通广告消息时并不会认为该消息为敏感消息,不过如果广告消息含有比如“献爱心”等含有“爱”的内容时也会认为该消息为敏感消息,又比如,女朋友“YYYY”发来“我卡里余额还有500”的消息和“我爱你”的消息时会认为该消息为敏感消息,再比如,理财App“ZZZZ”推送“已转出***,余额为***”和“昨日收益***”时认为该消息为敏感消息。Specifically, the new message is parsed first, the corresponding message content is obtained, and then the words in the message content are compared and matched with all the sensitive keywords in the sensitive keyword list one by one, and there are words and sensitive keywords in the message content. When one or more sensitive keywords in the list match, the match to the message content is considered successful, otherwise it is considered a failure. For example, a male user Zhang San adds a source identifier "XXXX" of a bank, a message source identifier "YYYY" (usually a mobile phone number) of a girlfriend, and a message source identifier "ZZZZ" of a financial application to a message source identifier. List, at the same time, add "balance", "love" and "revenue" to the list of sensitive keywords. It can be seen that the user wants to consider the new message in the case of matching the above two lists as a sensitive message, for example, When the bank "XXXX" sends an ordinary advertisement message, it does not consider the message to be a sensitive message. However, if the advertisement message contains content such as "love" and contains "love", the message is considered as a sensitive message, for example, The girlfriend "YYYY" sent the message "My Cary balance has 500" and the message "I love you" will think that the message is sensitive. For example, the financial app "ZZZZ" pushes "has been transferred out**" *, the balance is ***" and "Yesterday Yield ***" when the message is considered sensitive.
步骤S203、当对消息源标识的匹配和对消息内容的匹配都成功时,判定新消息为敏感消息。Step S203: When the matching of the message source identifier and the matching of the message content are successful, it is determined that the new message is a sensitive message.
进一步地,还可以将上述敏感消息源标识列表和敏感关键词列表中的内容进行相关联设置,即一个敏感消息源标识对应一组敏感关键词,可以简单的理解成敏感关键词多了一个敏感消息标识的属性,这样在设置和匹配的过程中就更具有针对性,以此能够满足用户对不同 的敏感消息源设定不同的敏感关键词的需求。Further, the sensitive message source identifier list and the content in the sensitive keyword list may be associated with each other, that is, a sensitive message source identifier corresponds to a group of sensitive keywords, and the simple keyword may be simply understood as a sensitive keyword. The attribute of the message identifier, so that it is more targeted in the process of setting and matching, so as to satisfy the user's different Sensitive sources set the need for different sensitive keywords.
在这种情况下,具体地,可以在对新消息的消息源标识的匹配成功的前提下,该消息源标识在敏感消息源标识范围内,接着再对该新消息的消息内容和与该消息源标识对应的敏感关键词进行比对匹配,当匹配成功时,认为新消息为敏感消息。特别地,当敏感消息源标识列表中存在敏感消息源I且敏感关键词列表中与敏感消息源I对应的敏感关键词为空时,默认为只对敏感消息源I进行匹配,当对敏感消息源I的匹配成功时,认为消息为敏感消息。In this case, specifically, in the case that the matching of the message source identifier of the new message is successful, the message source identifier is within the scope of the sensitive message source identifier, and then the message content of the new message and the message are The sensitive keywords corresponding to the source identifier are matched and matched. When the matching is successful, the new message is considered to be a sensitive message. In particular, when the sensitive message source I exists in the sensitive message source identification list and the sensitive keyword corresponding to the sensitive message source I in the sensitive keyword list is empty, the default is to match only the sensitive message source I, when the sensitive message is When the matching of source I is successful, the message is considered to be a sensitive message.
同样以男用户张三为例进行说明,张三想将满足以下条件的消息当作敏感信息:某银行发送的含有“验证码”的消息,女朋友发送的含有“爱”的消息,某理财App发送的含有“收益”的消息等。这样,在设置时,将银行的消息源标识“XXXX”及其对应的敏感关键词“验证码”分别添加至各自的列表,将女朋友的消息源标识“YYYY”及其对应的敏感关键词“爱”分别添加至各自的列表,以及将理财App的消息源标识“ZZZZ”及其对应的敏感关键词“收益”分别添加至各自的列表。这样,当银行“XXXX”发来含有比如“献爱心”等含有“爱”的内容时就不会认为该消息为敏感消息,当女朋友“YYYY”发来“我卡里余额还有500”的消息时也不会认为该消息为敏感消息,当理财App“ZZZZ”推送“已转出***,余额为***”的消息时也不会认为该消息为敏感消息,这也是用户所需求的。Similarly, the male user Zhang San is taken as an example. Zhang San wants to treat the message that meets the following conditions as sensitive information: a message sent by a bank containing a "verification code", a message sent by a girlfriend containing "love", a financial management The message sent by the app containing "revenue", etc. In this way, when setting, the bank's message source identifier "XXXX" and its corresponding sensitive keyword "verification code" are respectively added to their respective lists, and the girlfriend's message source identifier "YYYY" and its corresponding sensitive keyword are added. "Love" is added to the respective lists, and the message source identifier "ZZZZ" of the wealth management app and its corresponding sensitive keyword "revenue" are respectively added to the respective lists. In this way, when the bank "XXXX" sends content containing "love" such as "Love", it will not consider the message as sensitive. When the girlfriend "YYYY" sends "My Cary balance is 500" The message will not be considered as a sensitive message. When the financial application "ZZZZ" pushes the message "The *** has been transferred, the balance is ***", the message will not be considered as sensitive. This is also the user. What is needed.
由于本发明中对于上述两个“列表”仅仅是为了表征敏感消息源范围和敏感关键词范围,对于其存在的具体形式并不做严格限定,也就是说,可以将敏感消息源、应敏感关键词及其它们之间的对应关系直接构成一个列表也是可以的。Since the above two "lists" in the present invention are only for characterizing the sensitive message source range and the sensitive keyword range, the specific form of the existence is not strictly defined, that is, the sensitive message source and the sensitive key can be sensitive. It is also possible that words and their correspondences directly form a list.
综上,对新消息的消息源标识和消息内容均进行匹配,以此能够进一步过滤出用户想要存放到私密空间的消息;同时,用户可以根据自己的实际需求,自行设置和更新敏感消息源标识列表和敏感关键词列表,进一步满足了不同用户的各种需求。 In summary, the message source identifier and the message content of the new message are matched, so as to further filter out the message that the user wants to store in the private space; at the same time, the user can set and update the sensitive message source according to his actual needs. The list of identifiers and the list of sensitive keywords further meet the various needs of different users.
基于上述本发明实施例所公开的技术方案,本发明又一实施例中,当用户选择的当前接收模式为敏感消息源标识匹配模式时,上述步骤S101(参考当前接收模式对应的匹配规则,判断新消息是否为敏感消息)的具体实现过程参考图3,具体包括如下内容:Based on the technical solution disclosed in the foregoing embodiment of the present invention, in another embodiment of the present invention, when the current receiving mode selected by the user is the sensitive message source identifier matching mode, the foregoing step S101 (refer to the matching rule corresponding to the current receiving mode, determining Refer to Figure 3 for the specific implementation process of whether the new message is a sensitive message. The details include the following:
步骤S300、获取敏感消息源标识列表。Step S300: Obtain a sensitive message source identifier list.
步骤S301、对新消息的消息源标识与敏感消息源标识列表中的每个敏感消息源标识进行比对匹配。Step S301: Perform matching matching on the source identifier of the new message and each sensitive source identifier in the sensitive message source identifier list.
步骤S302、当对消息源标识的匹配成功时,判定新消息为敏感消息。Step S302: When the matching of the message source identifier is successful, determine that the new message is a sensitive message.
实际上,敏感消息源标识匹配模式与上一实施例公开的双匹配模式的区别在于,只对新消息的消息源标识进行匹配,对于具体的匹配实现过程可以参照上一实施例中的阐述,在此不再赘述。In fact, the difference between the sensitive message source identification matching mode and the dual matching mode disclosed in the previous embodiment is that only the message source identifier of the new message is matched. For the specific matching implementation process, reference may be made to the previous embodiment. I will not repeat them here.
基于上述本发明实施例所公开的技术方案,本发明再一实施例中,当用户选择的当前接收模式为敏感内容匹配模式时,上述步骤S101(参考当前接收模式对应的匹配规则,判断新消息是否为敏感消息)的具体实现过程参考图4,具体包括如下内容:Based on the technical solution disclosed in the foregoing embodiment of the present invention, in another embodiment of the present invention, when the current receiving mode selected by the user is the sensitive content matching mode, the foregoing step S101 (refer to the matching rule corresponding to the current receiving mode, determine a new message) Refer to Figure 4 for the specific implementation process of whether it is a sensitive message. The details include the following:
步骤S400、获取敏感关键词列表。Step S400: Obtain a sensitive keyword list.
步骤S401、对新消息的消息内容与敏感关键词列表中的每个敏感关键词进行比对匹配。Step S401: Perform matching matching on the message content of the new message and each sensitive keyword in the sensitive keyword list.
步骤S402、当对消息内容的匹配成功时,判定新消息为敏感消息。Step S402: When the matching of the message content is successful, it is determined that the new message is a sensitive message.
实际上,敏感内容匹配模式与上述实施例公开的双匹配模式的区别在于,只对新消息的消息内容进行匹配,对于具体的匹配实现过程可以参照上述实施例中的阐述,在此不再赘述。In fact, the difference between the sensitive content matching mode and the dual matching mode disclosed in the foregoing embodiment is that only the message content of the new message is matched. For the specific matching implementation process, reference may be made to the description in the foregoing embodiment, and details are not described herein again. .
基于上述本发明实施例提供的移动终端消息接收方法,本发明实施例还提供了一种移动终端消息接收系统,参考图5,该系统500可以包括如下内容:Based on the foregoing method for receiving a mobile terminal message according to the embodiment of the present invention, the embodiment of the present invention further provides a mobile terminal message receiving system. Referring to FIG. 5, the system 500 may include the following content:
确定单元501,用于当检测到有新消息时,确定用户选择的当前 接收模式;a determining unit 501, configured to determine a current selected by the user when a new message is detected Receiving mode
判断单元502,用于参考当前接收模式对应的匹配规则,判断新消息是否为敏感消息;The determining unit 502 is configured to determine whether the new message is a sensitive message by referring to a matching rule corresponding to the current receiving mode.
存储单元503,用于当判定新消息为敏感消息时,将新消息存至私密空间,否则,将新消息存至机主空间;The storage unit 503 is configured to: when determining that the new message is a sensitive message, save the new message to the private space; otherwise, save the new message to the main space of the machine;
其中,接收模式包括双匹配模式、敏感消息源标识匹配模式或敏感内容匹配模式,不同接收模式对应不同的匹配规则。The receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
本发明中,当用户选择的当前接收模式为双匹配模式时,判断单元502具体可以包括如下内容:In the present invention, when the current receiving mode selected by the user is the dual matching mode, the determining unit 502 may specifically include the following contents:
第一获取子单元,用于获取敏感消息源标识列表和敏感关键词列表;a first obtaining subunit, configured to obtain a sensitive message source identifier list and a sensitive keyword list;
第一敏感消息源标识匹配子单元,用于对新消息的消息源标识与敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;The first sensitive message source identifier matching subunit is configured to compare and match the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
第一敏感消息内容匹配子单元,用于对新消息的消息内容和敏感关键词列表中的每个敏感关键词进行比对匹配;The first sensitive message content matching subunit is configured to perform matching matching on the message content of the new message and each sensitive keyword in the sensitive keyword list;
第一判断子单元,用于当对消息源标识的匹配和对消息内容的匹配都成功时,判定新消息为敏感消息。The first determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier and the matching of the message content are successful.
本发明中,当用户选择的当前接收模式为敏感消息源标识匹配模式是,判断单元502具体可以包括如下内容:In the present invention, when the current receiving mode selected by the user is the sensitive message source identification matching mode, the determining unit 502 may specifically include the following content:
第二获取子单元,用于获取敏感消息源标识列表;a second obtaining subunit, configured to obtain a list of sensitive message source identifiers;
第二敏感消息源标识匹配子单元,用于对新消息的消息源标识与敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;The second sensitive message source identifier matching subunit is configured to compare and match the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
第二判断子单元,用于当对消息源标识的匹配成功时,判定新消息为敏感消息。The second determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier is successful.
本发明中,当用户选择的当前接收模式为敏感内容匹配模式时,判断单元502具体可以包括如下内容:In the present invention, when the current receiving mode selected by the user is the sensitive content matching mode, the determining unit 502 may specifically include the following content:
第三获取子单元,用于获取敏感关键词列表;a third obtaining subunit, configured to obtain a list of sensitive keywords;
第二敏感消息内容匹配子单元,用于对新消息的消息内容与敏感关键词列表中的每个敏感关键词进行比对匹配; a second sensitive message content matching subunit, configured to compare and match the message content of the new message with each sensitive keyword in the sensitive keyword list;
第三判断子单元,用于当对消息内容的匹配成功时,判定新消息为敏感消息。The third determining subunit is configured to determine that the new message is a sensitive message when the matching of the message content is successful.
本发明中,上述系统500具体还可以包括如下内容:In the present invention, the above system 500 may specifically include the following contents:
敏感消息源标识列表更新单元,用于响应用户对敏感消息源标识列表的第一更新操作,获取与第一更新操作相应的第一修改内容,并利用第一修改内容,更新敏感消息源标识列表;The sensitive message source identifier list updating unit is configured to: in response to the first update operation of the sensitive message source identifier list by the user, obtain the first modified content corresponding to the first update operation, and update the sensitive message source identifier list by using the first modified content. ;
敏感关键词列表更新单元,用于响应用户对敏感关键词列表的第二更新操作,获取与第二更新操作相应的第二修改内容,并利用第二修改内容,更新敏感关键词列表。The sensitive keyword list updating unit is configured to respond to the second update operation of the sensitive keyword list by the user, acquire the second modified content corresponding to the second update operation, and update the sensitive keyword list by using the second modified content.
参考图6,图6示出了本发明实施例提供的一种移动终端。本发明还提供了一种移动终端600,包括如上述任一技术方案所述的移动终端消息接收系统500。Referring to FIG. 6, FIG. 6 shows a mobile terminal according to an embodiment of the present invention. The present invention further provides a mobile terminal 600, comprising the mobile terminal message receiving system 500 as described in any of the above technical solutions.
需要说明的是,本说明书中的各个实施例均采用递进的方式描述,每个实施例重点说明的都是与其它实施例的不同之处,各个实施例之间相同相似的部分互相参见即可。对于系统类实施例而言,由于其与方法实施例基本相似,所以描述得比较简单,相关之处参见方法实施例的部分说明即可。It should be noted that the various embodiments in the present specification are described in a progressive manner, and each embodiment focuses on differences from other embodiments, and the same similar parts between the various embodiments are mutually referred to. can. For the system class embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
以上对本发明所提供的一种移动终端消息接收方法及系统进行了详细介绍。本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想。应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以对本发明进行若干改进和修饰,这些改进和修饰也落入本发明权利要求的保护范围内。 The method and system for receiving a mobile terminal message according to the present invention are described in detail above. The principles and embodiments of the present invention have been described herein with reference to specific examples, and the description of the above embodiments is only to assist in understanding the method of the present invention and its core idea. It should be noted that those skilled in the art can make various modifications and changes to the present invention without departing from the spirit and scope of the invention.

Claims (11)

  1. 一种移动终端消息接收方法,其特征在于,该方法包括:A mobile terminal message receiving method, characterized in that the method comprises:
    当检测到有新消息时,确定用户选择的当前接收模式;Determining a current receiving mode selected by the user when a new message is detected;
    参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息;Determining, by the matching rule corresponding to the current receiving mode, whether the new message is a sensitive message;
    当判定所述新消息为敏感消息时,将所述新消息存至私密空间,否则,将所述新消息存至机主空间;When it is determined that the new message is a sensitive message, the new message is stored in a private space, otherwise, the new message is stored in the main space of the machine;
    其中,所述接收模式包括双匹配模式、敏感消息源标识匹配模式或敏感内容匹配模式,不同接收模式对应不同的匹配规则。The receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
  2. 如权利要求1所述的方法,其特征在于,所述当前接收模式为所述双匹配模式,所述参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息,包括:The method according to claim 1, wherein the current receiving mode is the dual matching mode, and the determining, by the matching rule corresponding to the current receiving mode, whether the new message is a sensitive message comprises:
    获取敏感消息源标识列表和敏感关键词列表;Obtain a list of sensitive message source identifiers and a list of sensitive keywords;
    对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;Aligning and matching the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
    对所述新消息的消息内容和所述敏感关键词列表中的每个敏感关键词进行比对匹配;Performing a matching match on the message content of the new message and each sensitive keyword in the sensitive keyword list;
    当对所述消息源标识的匹配和对所述消息内容的匹配都成功时,判定所述新消息为敏感消息。When the matching of the message source identifier and the matching of the message content are successful, the new message is determined to be a sensitive message.
  3. 如权利要求1所述的方法,其特征在于,所述当前接收模式为所述敏感消息源标识匹配模式,所述参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息,包括:The method according to claim 1, wherein the current receiving mode is the sensitive message source identification matching mode, and the reference to the matching rule corresponding to the current receiving mode determines whether the new message is a sensitive message. ,include:
    获取敏感消息源标识列表;Obtain a list of sensitive message source identifiers;
    对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;Aligning and matching the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
    当对所述消息源标识的匹配成功时,判定所述新消息为敏感消息。When the matching of the message source identifier is successful, the new message is determined to be a sensitive message.
  4. 如权利要求1所述的方法,其特征在于,所述当前接收模式为所述敏感内容匹配模式,所述参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息,包括: The method according to claim 1, wherein the current receiving mode is the sensitive content matching mode, and the referring to the matching rule corresponding to the current receiving mode, determining whether the new message is a sensitive message, including :
    获取敏感关键词列表;Get a list of sensitive keywords;
    对所述新消息的消息内容与所述敏感关键词列表中的每个敏感关键词进行比对匹配;Comparing the message content of the new message with each sensitive keyword in the sensitive keyword list;
    当对所述消息内容的匹配成功时,判定所述新消息为敏感消息。When the matching of the message content is successful, the new message is determined to be a sensitive message.
  5. 如权利要求2所述的方法,其特征在于,还包括:The method of claim 2, further comprising:
    响应用户对所述敏感消息源标识列表的第一更新操作,获取与所述第一更新操作相应的第一修改内容,并利用所述第一修改内容,更新所述敏感消息源标识列表;And responding to the first update operation of the sensitive message source identifier list by the user, acquiring the first modified content corresponding to the first update operation, and updating the sensitive message source identifier list by using the first modified content;
    响应用户对所述敏感关键词列表的第二更新操作,获取与所述第二更新操作相应的第二修改内容,并利用所述第二修改内容,更新所述敏感关键词列表。And responding to the second update operation of the sensitive keyword list by the user, acquiring the second modified content corresponding to the second update operation, and updating the sensitive keyword list by using the second modified content.
  6. 一种移动终端消息接收系统,其特征在于,该系统包括:A mobile terminal message receiving system, characterized in that the system comprises:
    确定单元,用于当检测到有新消息时,确定用户选择的当前接收模式;a determining unit, configured to determine a current receiving mode selected by the user when a new message is detected;
    判断单元,用于参考所述当前接收模式对应的匹配规则,判断所述新消息是否为敏感消息;a determining unit, configured to determine, according to the matching rule corresponding to the current receiving mode, whether the new message is a sensitive message;
    存储单元,用于当判定所述新消息为敏感消息时,将所述新消息存至私密空间,否则,将所述新消息存至机主空间;a storage unit, configured to: when the new message is determined to be a sensitive message, save the new message to a private space; otherwise, save the new message to the main space of the machine;
    其中,所述接收模式包括双匹配模式、敏感消息源标识匹配模式或敏感内容匹配模式,不同接收模式对应不同的匹配规则。The receiving mode includes a dual matching mode, a sensitive message source identification matching mode, or a sensitive content matching mode, and different receiving modes correspond to different matching rules.
  7. 如权利要求6所述的系统,其特征在于,所述当前接收模式为所述双匹配模式,所述判断单元包括:The system according to claim 6, wherein the current receiving mode is the dual matching mode, and the determining unit comprises:
    第一获取子单元,用于获取敏感消息源标识列表和敏感关键词列表;a first obtaining subunit, configured to obtain a sensitive message source identifier list and a sensitive keyword list;
    第一敏感消息源标识匹配子单元,用于对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;The first sensitive message source identifier matching subunit is configured to compare and match the message source identifier of the new message with each sensitive message source identifier in the sensitive message source identifier list;
    第一敏感消息内容匹配子单元,用于对所述新消息的消息内容和所述敏感关键词列表中的每个敏感关键词进行比对匹配; a first sensitive message content matching subunit, configured to perform a matching match on the message content of the new message and each sensitive keyword in the sensitive keyword list;
    第一判断子单元,用于当对所述消息源标识的匹配和对所述消息内容的匹配都成功时,判定所述新消息为敏感消息。The first determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier and the matching of the message content are successful.
  8. 如权利要求6所述的系统,其特征在于,所述当前接收模式为所述敏感消息源标识匹配模式,所述判断单元包括:The system according to claim 6, wherein the current receiving mode is the sensitive message source identification matching mode, and the determining unit comprises:
    第二获取子单元,用于获取敏感消息源标识列表;a second obtaining subunit, configured to obtain a list of sensitive message source identifiers;
    第二敏感消息源标识匹配子单元,用于对所述新消息的消息源标识与所述敏感消息源标识列表中的每个敏感消息源标识进行比对匹配;The second sensitive message source identifier matching subunit is configured to perform a matching match between the message source identifier of the new message and each sensitive message source identifier in the sensitive message source identifier list;
    第二判断子单元,用于当对所述消息源标识的匹配成功时,判定所述新消息为敏感消息。The second determining subunit is configured to determine that the new message is a sensitive message when the matching of the message source identifier is successful.
  9. 如权利要求6所述的系统,其特征在于,所述当前接收模式为所述敏感内容匹配模式,所述判断单元包括:The system according to claim 6, wherein the current receiving mode is the sensitive content matching mode, and the determining unit comprises:
    第三获取子单元,用于获取敏感关键词列表;a third obtaining subunit, configured to obtain a list of sensitive keywords;
    第二敏感消息内容匹配子单元,用于对所述新消息的消息内容与所述敏感关键词列表中的每个敏感关键词进行比对匹配;a second sensitive message content matching subunit, configured to perform a matching match on the message content of the new message and each sensitive keyword in the sensitive keyword list;
    第三判断子单元,用于当对所述消息内容的匹配成功时,判定所述新消息为敏感消息。The third determining subunit is configured to determine that the new message is a sensitive message when the matching of the message content is successful.
  10. 如权利要求7所述的系统,其特征在于,还包括:The system of claim 7 further comprising:
    敏感消息源标识列表更新单元,用于响应用户对所述敏感消息源标识列表的第一更新操作,获取与所述第一更新操作相应的第一修改内容,并利用所述第一修改内容,更新所述敏感消息源标识列表;The sensitive message source identifier list updating unit is configured to: in response to the first update operation of the sensitive message source identifier list by the user, obtain the first modified content corresponding to the first update operation, and utilize the first modified content, Updating the list of sensitive message source identifiers;
    敏感关键词列表更新单元,用于响应用户对所述敏感关键词列表的第二更新操作,获取与所述第二更新操作相应的第二修改内容,并利用所述第二修改内容,更新所述敏感关键词列表。a sensitive keyword list updating unit, configured to: in response to a second update operation of the sensitive keyword list by the user, acquire a second modified content corresponding to the second update operation, and use the second modified content to update the A list of sensitive keywords.
  11. 一种移动终端,其特征在于,包括如权利要求6至10中任一项所述的移动终端消息接收系统。 A mobile terminal, comprising the mobile terminal message receiving system according to any one of claims 6 to 10.
PCT/CN2016/078126 2016-01-28 2016-03-31 Method and system of receiving mobile terminal message, and mobile terminal WO2017128519A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610058490.XA CN105516947A (en) 2016-01-28 2016-01-28 Message receiving method and system for mobile terminal
CN201610058490.X 2016-01-28

Publications (1)

Publication Number Publication Date
WO2017128519A1 true WO2017128519A1 (en) 2017-08-03

Family

ID=55724516

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/078126 WO2017128519A1 (en) 2016-01-28 2016-03-31 Method and system of receiving mobile terminal message, and mobile terminal

Country Status (2)

Country Link
CN (1) CN105516947A (en)
WO (1) WO2017128519A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114268600A (en) * 2021-12-23 2022-04-01 四川邦辰信息科技有限公司 Filtering method for system message forwarding

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106210318A (en) * 2016-07-12 2016-12-07 广东欧珀移动通信有限公司 The method of voice broadcast information, device and mobile terminal
CN107635200A (en) * 2016-07-19 2018-01-26 中兴通讯股份有限公司 A kind of processing method of short message, device and mobile terminal
CN106254226B (en) * 2016-09-14 2019-10-25 Oppo广东移动通信有限公司 A kind of information synchronization method and device
CN112311933B (en) * 2020-10-27 2021-10-15 杭州天宽科技有限公司 Sensitive information shielding method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060019684A1 (en) * 2004-07-22 2006-01-26 Xiao-Qin Yu Short message filter mechanism and communication device
CN101552838A (en) * 2009-02-11 2009-10-07 陈通平 Acceptance mode of mobile phone short message
CN101854601A (en) * 2009-04-06 2010-10-06 宏达国际电子股份有限公司 Message management device and method
CN101951568A (en) * 2010-08-17 2011-01-19 优视科技有限公司 Short message information interception processing method and device
CN104331667A (en) * 2014-10-24 2015-02-04 宇龙计算机通信科技(深圳)有限公司 Data storing method and system based on dual system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060019684A1 (en) * 2004-07-22 2006-01-26 Xiao-Qin Yu Short message filter mechanism and communication device
CN101552838A (en) * 2009-02-11 2009-10-07 陈通平 Acceptance mode of mobile phone short message
CN101854601A (en) * 2009-04-06 2010-10-06 宏达国际电子股份有限公司 Message management device and method
CN101951568A (en) * 2010-08-17 2011-01-19 优视科技有限公司 Short message information interception processing method and device
CN104331667A (en) * 2014-10-24 2015-02-04 宇龙计算机通信科技(深圳)有限公司 Data storing method and system based on dual system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114268600A (en) * 2021-12-23 2022-04-01 四川邦辰信息科技有限公司 Filtering method for system message forwarding

Also Published As

Publication number Publication date
CN105516947A (en) 2016-04-20

Similar Documents

Publication Publication Date Title
WO2017128519A1 (en) Method and system of receiving mobile terminal message, and mobile terminal
JP5296013B2 (en) Dynamic content preference and behavior sharing between computer devices
US20190279615A1 (en) Identification and processing of commands by digital assistants in group device environments
US20170192803A1 (en) Dynamic Determination of Local and Remote API Calls
US20180293398A1 (en) Item sharing based on information boundary and access control list settings
JP2020536296A (en) Data collection consent tool
US11258800B2 (en) Managing admin controlled access of external resources to group-based communication interfaces via a group-based communication system
US11249821B1 (en) Cross-platform context activation
WO2019075311A1 (en) System and method for secure individual identification across multiple disparate entities
KR20150132167A (en) Managing policy and permissions profiles
CN106164909A (en) The task of natural language input completes
US10754976B2 (en) Configuring image as private within storage container
EP3066816B1 (en) Method and device for the management of applications
WO2015014159A1 (en) Method and apparatus for providing candidate word, computer storage medium, and device
TW201828162A (en) Device configuration method, apparatus and system
WO2015154452A1 (en) Method and terminal for remotely querying information about contact person
US10951790B1 (en) Systems and methods for authenticating an image
KR102580881B1 (en) Electronic device and method of providing personal information, and computer-readable recording medium recording the same
JP6136192B2 (en) License management apparatus, license management system, and license management method
US20130174234A1 (en) Light-weight credential synchronization
WO2019052328A1 (en) Authentication method for anonymous account, and server
US11609974B2 (en) Methods and apparatus for automatic permission assignment
WO2017143931A1 (en) Method and apparatus for identifying smart card, method and apparatus for processing smart card identification data, and device
JP6204775B2 (en) Information processing system and information processing apparatus
US20190018971A1 (en) Confirmation message determinations

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: 16887401

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: 16887401

Country of ref document: EP

Kind code of ref document: A1