CN107305499B - Method and device for clearing notification messages of mobile terminal - Google Patents

Method and device for clearing notification messages of mobile terminal Download PDF

Info

Publication number
CN107305499B
CN107305499B CN201610255975.8A CN201610255975A CN107305499B CN 107305499 B CN107305499 B CN 107305499B CN 201610255975 A CN201610255975 A CN 201610255975A CN 107305499 B CN107305499 B CN 107305499B
Authority
CN
China
Prior art keywords
notification
mobile terminal
notification message
interface
application
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201610255975.8A
Other languages
Chinese (zh)
Other versions
CN107305499A (en
Inventor
胡博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201610255975.8A priority Critical patent/CN107305499B/en
Priority to PCT/CN2016/089447 priority patent/WO2017181537A1/en
Publication of CN107305499A publication Critical patent/CN107305499A/en
Application granted granted Critical
Publication of CN107305499B publication Critical patent/CN107305499B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses a method and a device for clearing notification messages of a mobile terminal, wherein the method comprises the following steps: acquiring attributes of one or more notification messages received by a mobile terminal; for a first notification message with an unremovable attribute in one or more notification messages, acquiring a package name of an application corresponding to the first notification message; and calling an interface for forbidding the notification permission in a system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message so as to forbid the notification permission of the application corresponding to the first notification message, so that the first notification message is eliminated from the mobile terminal. According to the invention, the notification authority of the corresponding application is disabled by calling the interface of the system framework of the mobile terminal for the notification message which is received by the mobile terminal and is difficult to remove, so that the user of the mobile terminal is prevented from receiving the interference of unnecessary notification messages, and the resource of the mobile terminal is prevented from being occupied by the notification message.

Description

Method and device for clearing notification messages of mobile terminal
Technical Field
The invention relates to the technical field of mobile terminals, in particular to a method and a device for clearing notification messages of a mobile terminal.
Background
At present, along with the increase of functions, mobile terminals such as smart phones and tablet computers play more and more important roles in daily life of people.
However, the flooding of the notification messages applied to the mobile terminal brings great trouble to the user, and the content of many notification messages has no effect on the user, but rather causes great waste to the resources of the mobile terminal system.
The current mobile terminal system, for example, the Android system, also provides a function of clearing the notification message, but the notification message of many applications is set with a characteristic that cannot be removed, so that the system of the mobile terminal cannot remove the notification message. Therefore, how to effectively clear the notification message received by the mobile terminal becomes a technical problem to be solved.
Disclosure of Invention
The invention mainly aims to provide a method and a device for clearing notification messages of a mobile terminal, aiming at solving the problem of how to effectively clear the notification messages received by the mobile terminal.
In order to achieve the above object, a method for clearing notification messages of a mobile terminal provided by the present invention includes: acquiring attributes of one or more notification messages received by a mobile terminal; for a first notification message with an irremovable attribute in the one or more notification messages, acquiring a package name of an application corresponding to the first notification message; and calling an interface for forbidding the notification permission in a system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message so as to forbid the notification permission of the application corresponding to the first notification message, so that the first notification message is eliminated from the mobile terminal.
Optionally, before invoking the interface for disabling the notification permission in the system framework of the mobile terminal, the method further includes: and judging whether the packet name of the application corresponding to the first notification message is recorded in a preset white list, and if not, calling an interface for forbidding notification permission in a system framework of the mobile terminal.
Optionally, the foregoing method further includes: and receiving information of the application selected by the user, and recording the package name of the application selected by the user in the white list.
Optionally, the foregoing method further includes: and after the first notification message is cleared, calling an interface for forbidding notification permission in a system framework of the mobile terminal, and recovering the notification permission of the application corresponding to the first notification message.
Optionally, the foregoing method further includes: for a second notification message having a removable attribute of the one or more notification messages, invoking an interface in a system framework of the mobile terminal for removing the notification message to remove the second notification message from the mobile terminal.
In order to achieve the above object, the present invention further provides a device for clearing notification messages of a mobile terminal, including: the attribute acquisition module is used for acquiring the attributes of one or more notification messages received by the mobile terminal; the package name acquisition module is used for acquiring the package name of the application corresponding to a first notification message with the unremovable attribute in the one or more notification messages; and the interface calling module is used for calling an interface which is used for forbidding the notification permission in the system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message so as to forbid the notification permission of the application corresponding to the first notification message, so that the first notification message is eliminated from the mobile terminal.
Optionally, the foregoing apparatus further includes: and the judging module is used for judging whether the packet name of the application corresponding to the first notification message is recorded in a preset white list or not, and if not, the interface calling module executes and calls an interface for forbidding notification permission in a system framework of the mobile terminal.
Optionally, the foregoing apparatus further includes: and the white list module is used for receiving the information of the application selected by the user and recording the packet name of the application selected by the user in the white list.
Optionally, in the foregoing apparatus, the interface invoking module further invokes, after the first notification message is cleared, an interface in a system framework of the mobile terminal, which is used to disable the notification permission, to recover the notification permission of the application corresponding to the first notification message.
Optionally, in the foregoing apparatus, the interface invoking module further invokes, for a second notification message with a removable attribute in the one or more notification messages, an interface in a system framework of the mobile terminal for removing the notification message, so as to remove the second notification message from the mobile terminal.
According to the technical scheme, the method and the device for clearing the notification message of the mobile terminal at least have the following advantages:
according to the technical scheme of the invention, the notification authority of the corresponding application is forbidden by calling the interface of the system framework of the mobile terminal for the notification message which is received by the mobile terminal and is difficult to remove, and when the notification authority of the application is forbidden, the corresponding notification message is also cleared from the mobile terminal, so that the user of the mobile terminal is prevented from receiving the interference of unnecessary notification messages, and the notification message is prevented from occupying the resources of the mobile terminal.
Drawings
Fig. 1 is a flowchart of a method of clearing notification messages of a mobile terminal according to an embodiment of the present invention;
fig. 2 is a flowchart of a method of clearing notification messages of a mobile terminal according to an embodiment of the present invention;
fig. 3 is a flowchart of a method of clearing notification messages of a mobile terminal according to an embodiment of the present invention;
fig. 4 is a block diagram of an apparatus for clearing notification messages of a mobile terminal according to an embodiment of the present invention;
fig. 5 is a block diagram of an apparatus for clearing notification messages of a mobile terminal according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, a first embodiment of the present invention provides a method for clearing notification messages of a mobile terminal, including:
step S110, obtaining attributes of one or more notification messages received by the mobile terminal. In this embodiment, it will be appreciated by those skilled in the art that the notification message has different attributes, respectively indicating that it can be removed from the mobile terminal in response to a user removal instruction, or remain in the mobile terminal without responding to a user movement instruction.
Step S120, for a first notification message having an unremovable attribute in one or more notification messages, acquiring a package name of an application corresponding to the first notification message. In this embodiment, after the mobile terminal receives the notification message, traverse all notification messages, and obtain the attributes thereof; based on the current SystemUI technology, these information are easily obtained; if the notification message has the irremovable attribute, recording the name of the application package to which the notification message belongs; finally, an application package name list of the belonged applications with the unremovable attribute notification message is obtained, and the list has the advantage of uniformly recording the package names of a plurality of applications.
Step S130, according to the package name of the application corresponding to the first notification message, invoking an interface for disabling the notification permission in the system framework of the mobile terminal, so as to disable the notification permission of the application corresponding to the first notification message, thereby causing the first notification message to be eliminated from the mobile terminal. In this embodiment, the broadcast is sent in an agreed manner with the mobile terminal system framework by traversing the aforementioned application package name list (for systems such as Android, the broadcast is one of standard manners of inter-process communication). The broadcast will carry information of the application package name and a flag to enable or disable the notification right at all (here, the flag indicates disabling the notification right); after receiving the broadcast, the system framework side of the mobile terminal analyzes the application package name and the enabling forbidden identifier from the broadcast, and then calls a standard interface of the system framework of the mobile terminal to forbid the notification authority of the application. Once the notification authority of an application is disabled, the notification message to which the application belongs is automatically deleted. Those skilled in the art will appreciate that the application notification rights are generally not directly accessible to the application, so in this embodiment, the application notification rights are disabled or enabled by engaging in a communication with the framework.
One application scenario according to the present embodiment is as follows: the user's handset currently receives 8 notification messages, 3 of which are notification messages of the non-removable attribute. According to the prior art, after the user executes the removal instruction, 5 pieces of the application information are removed from the mobile phone, and the other 3 pieces of the application information can not be removed unless the user manually disables the corresponding application information. The process of manually disabling the notification authority of the application is tedious, a user may not know the notification authority first, and the user will not operate the notification authority, and the user needs to operate the notification authority one by one even if the user operates the notification authority if the user cannot remove the notification authority, which is too troublesome. According to the technical scheme of the embodiment, when a user needs to clear the notification message, the powerful cleaning process of the embodiment can be triggered by long pressing or double clicking a preset cleaning notification button, the powerful cleaning notification message can also be triggered by additionally adding one button on a graphical interface, after the user triggers, the attribute of the notification message is judged one by one, if the notification message is removable, an interface of a standard cleaning notification is directly called to clear the notification message, if the notification message is the notification message with the attribute which cannot be removed, the application package name of the current notification is acquired, then the broadcast is sent to call the mobile phone system framework service to disable the notification authority of the corresponding application, and meanwhile, the application package name is recorded for later re-enabling. Once the notification permission is prohibited, the notifications are automatically deleted, and it can be seen that in the technical scheme of this embodiment, based on the automatic prohibition of the notification permission for the application, the notification message is cleaned more effectively, a situation that part of the notification message cannot be removed is avoided, and interference of the notification message to the user and occupation of mobile phone resources are reduced.
As shown in fig. 2, a second embodiment of the present invention provides a method for clearing notification messages of a mobile terminal, including:
and step S210, receiving the information of the application selected by the user, and recording the packet name of the application selected by the user in a white list. In this embodiment, the form of providing the user-selected application is not limited, and may be, for example: and providing a graphical interface which supports a user to select to add the corresponding application to the white list, wherein all notification messages of the application on the white list cannot be cleared.
Step S220, acquiring attributes of one or more notification messages received by the mobile terminal.
In step S230, for a first notification message with an unremovable attribute in one or more notification messages, a package name of an application corresponding to the first notification message is obtained.
Step S240, determining whether the packet name of the application corresponding to the first notification message is recorded in a preset white list.
Step S250, if the determination result is negative, according to the package name of the application corresponding to the first notification message, invoking an interface for disabling the notification permission in the system framework of the mobile terminal, so as to disable the notification permission of the application corresponding to the first notification message, thereby causing the first notification message to be eliminated from the mobile terminal. In this embodiment, by using the white list design, the user can add an important application to the white list, so as to avoid clearing up an important notification message brought by the application.
Step S260, after the first notification message is cleared, an interface for disabling notification permission in a system framework of the mobile terminal is called, and the notification permission of the application corresponding to the first notification message is recovered. In this embodiment, the application packet name may be traversed after a time delay (for example, 200ms, or no time delay) is performed, a system interface of the mobile phone is sequentially called, and the application packet name is transmitted to enable the notification authority of the application.
As shown in fig. 3, a third embodiment of the present invention provides a method for clearing notification messages of a mobile terminal, including:
step S310, acquiring attributes of one or more notification messages received by the mobile terminal.
Step S320, for a first notification message with an unremovable attribute in one or more notification messages, acquiring a package name of an application corresponding to the first notification message.
Step S330, according to the package name of the application corresponding to the first notification message, invoking an interface for disabling the notification permission in the system framework of the mobile terminal, so as to disable the notification permission of the application corresponding to the first notification message, thereby causing the first notification message to be eliminated from the mobile terminal.
Step S340, for a second notification message with a removable attribute in the one or more notification messages, invoking an interface for removing the notification message in a system framework of the mobile terminal to remove the second notification message from the mobile terminal. In the embodiment, for the second notification message with the removable attribute, the interface of the mobile terminal system framework for removing the notification message can be directly called to clean the notification message, and the cleaning of the notification message is more rapid and efficient.
As shown in fig. 4, a fourth embodiment of the present invention provides an apparatus for clearing notification messages of a mobile terminal, including:
the attribute acquiring module 410 acquires attributes of one or more notification messages received by the mobile terminal. In this embodiment, it will be appreciated by those skilled in the art that the notification message has different attributes, respectively indicating that it can be removed from the mobile terminal in response to a user removal instruction, or remain in the mobile terminal without responding to a user movement instruction.
The package name obtaining module 420 obtains, for a first notification message having an unremovable attribute in one or more notification messages, a package name of an application corresponding to the first notification message. In this embodiment, after the mobile terminal receives the notification message, traverse all notification messages, and obtain the attributes thereof; based on the current SystemUI technology, these information are easily obtained; if the notification message has the irremovable attribute, recording the name of the application package to which the notification message belongs; finally, an application package name list of the belonged applications with the unremovable attribute notification message is obtained, and the list has the advantage of uniformly recording the package names of a plurality of applications.
The interface calling module 430 is configured to call an interface for disabling the notification permission in the system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message, so as to disable the notification permission of the application corresponding to the first notification message, thereby causing the first notification message to be eliminated from the mobile terminal. In this embodiment, the broadcast is sent in an agreed manner with the mobile terminal system framework by traversing the aforementioned application package name list (for systems such as Android, the broadcast is one of standard manners of inter-process communication). The broadcast will carry information of the application package name and a flag to enable or disable the notification right at all (here, the flag indicates disabling the notification right); after receiving the broadcast, the system framework side of the mobile terminal analyzes the application package name and the enabling forbidden identifier from the broadcast, and then calls a standard interface of the system framework of the mobile terminal to forbid the notification authority of the application. Once the notification authority of an application is disabled, the notification message to which the application belongs is automatically deleted. Those skilled in the art will appreciate that the application notification rights are generally not directly accessible to the application, so in this embodiment, the application notification rights are disabled or enabled by engaging in a communication with the framework.
One application scenario according to the present embodiment is as follows: the user's handset currently receives 8 notification messages, 3 of which are notification messages of the non-removable attribute. According to the prior art, after the user executes the removal instruction, 5 pieces of the application information are removed from the mobile phone, and the other 3 pieces of the application information can not be removed unless the user manually disables the corresponding application information. The process of manually disabling the notification authority of the application is tedious, a user may not know the notification authority first, and the user will not operate the notification authority, and the user needs to operate the notification authority one by one even if the user operates the notification authority if the user cannot remove the notification authority, which is too troublesome. According to the technical scheme of the embodiment, when a user needs to clear the notification message, the powerful cleaning process of the embodiment can be triggered by long pressing or double clicking a preset cleaning notification button, the powerful cleaning notification message can also be triggered by additionally adding one button on a graphical interface, after the user triggers, the attribute of the notification message is judged one by one, if the notification message is removable, an interface of a standard cleaning notification is directly called to clear the notification message, if the notification message is the notification message with the attribute which cannot be removed, the application package name of the current notification is acquired, then the broadcast is sent to call the mobile phone system framework service to disable the notification authority of the corresponding application, and meanwhile, the application package name is recorded for later re-enabling. Once the notification permission is prohibited, the notifications are automatically deleted, and it can be seen that in the technical scheme of this embodiment, based on the automatic prohibition of the notification permission for the application, the notification message is cleaned more effectively, a situation that part of the notification message cannot be removed is avoided, and interference of the notification message to the user and occupation of mobile phone resources are reduced.
As shown in fig. 5, a fifth embodiment of the present invention provides an apparatus for clearing notification messages of a mobile terminal, including:
the white list module 510 receives information of the application selected by the user and records the packet name of the application selected by the user in the white list. In this embodiment, the form of providing the user-selected application is not limited, and may be, for example: and providing a graphical interface which supports a user to select to add the corresponding application to the white list, wherein all notification messages of the application on the white list cannot be cleared.
The attribute acquiring module 520 acquires attributes of one or more notification messages received by the mobile terminal.
The package name obtaining module 530 obtains, for a first notification message having an unremovable attribute in one or more notification messages, a package name of an application corresponding to the first notification message.
The determining module 540 determines whether the packet name of the application corresponding to the first notification message is recorded in a preset white list.
And the interface calling module 550 is configured to, if the determination result is negative, call an interface for disabling the notification permission in the system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message, so as to disable the notification permission of the application corresponding to the first notification message, thereby causing the first notification message to be eliminated from the mobile terminal. In this embodiment, by using the white list design, the user can add an important application to the white list, so as to avoid clearing up an important notification message brought by the application.
After the first notification message is cleared, the interface calling module 550 calls an interface for disabling notification permission in a system framework of the mobile terminal, and restores the notification permission of the application corresponding to the first notification message. In this embodiment, the application packet name may be traversed after a time delay (for example, 200ms, or no time delay) is performed, a system interface of the mobile phone is sequentially called, and the application packet name is transmitted to enable the notification authority of the application.
A sixth embodiment of the present invention provides an apparatus for clearing notification messages of a mobile terminal, including:
the attribute acquiring module 410 acquires attributes of one or more notification messages received by the mobile terminal.
The package name obtaining module 420 obtains, for a first notification message having an unremovable attribute in one or more notification messages, a package name of an application corresponding to the first notification message.
The interface calling module 430 is configured to call an interface for disabling the notification permission in the system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message, so as to disable the notification permission of the application corresponding to the first notification message, thereby causing the first notification message to be eliminated from the mobile terminal.
The interface calling module 430 calls an interface for removing the notification message in the system framework of the mobile terminal for a second notification message having a removable attribute among the one or more notification messages to remove the second notification message from the mobile terminal. In the embodiment, for the second notification message with the removable attribute, the interface of the mobile terminal system framework for removing the notification message can be directly called to clean the notification message, and the cleaning of the notification message is more rapid and efficient.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A method for clearing notification messages of a mobile terminal is characterized by comprising the following steps:
acquiring attributes of one or more notification messages received by a mobile terminal;
for a first notification message with an irremovable attribute in the one or more notification messages, acquiring a package name of an application corresponding to the first notification message;
and calling an interface for forbidding the notification permission in a system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message so as to forbid the notification permission of the application corresponding to the first notification message, so that the first notification message is eliminated from the mobile terminal.
2. The method of claim 1, prior to invoking the interface for disabling notification authority in the system framework of the mobile terminal, further comprising:
and judging whether the packet name of the application corresponding to the first notification message is recorded in a preset white list, and if not, calling an interface for forbidding notification permission in a system framework of the mobile terminal.
3. The method of claim 2, further comprising:
and receiving information of the application selected by the user, and recording the package name of the application selected by the user in the white list.
4. The method of claim 1, further comprising:
and after the first notification message is cleared, calling an interface for forbidding notification permission in a system framework of the mobile terminal, and recovering the notification permission of the application corresponding to the first notification message.
5. The method of any of claims 1 to 4, further comprising:
for a second notification message having a removable attribute of the one or more notification messages, invoking an interface in a system framework of the mobile terminal for removing the notification message to remove the second notification message from the mobile terminal.
6. An apparatus for clearing notification messages of a mobile terminal, comprising:
the attribute acquisition module is used for acquiring the attributes of one or more notification messages received by the mobile terminal;
the package name acquisition module is used for acquiring the package name of the application corresponding to a first notification message with the unremovable attribute in the one or more notification messages;
and the interface calling module is used for calling an interface which is used for forbidding the notification permission in the system framework of the mobile terminal according to the packet name of the application corresponding to the first notification message so as to forbid the notification permission of the application corresponding to the first notification message, so that the first notification message is eliminated from the mobile terminal.
7. The apparatus of claim 6, further comprising:
and the judging module is used for judging whether the packet name of the application corresponding to the first notification message is recorded in a preset white list or not, and if not, the interface calling module executes and calls an interface for forbidding notification permission in a system framework of the mobile terminal.
8. The apparatus of claim 7, further comprising:
and the white list module is used for receiving the information of the application selected by the user and recording the packet name of the application selected by the user in the white list.
9. The apparatus of claim 6,
the interface calling module also calls an interface which is used for forbidding the notification permission in the system framework of the mobile terminal after the first notification message is cleared, and recovers the notification permission of the application corresponding to the first notification message.
10. The apparatus according to any one of claims 6 to 9,
the interface calling module also calls an interface in a system framework of the mobile terminal for removing notification messages for a second notification message having a removable attribute in the one or more notification messages to remove the second notification message from the mobile terminal.
CN201610255975.8A 2016-04-22 2016-04-22 Method and device for clearing notification messages of mobile terminal Active CN107305499B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201610255975.8A CN107305499B (en) 2016-04-22 2016-04-22 Method and device for clearing notification messages of mobile terminal
PCT/CN2016/089447 WO2017181537A1 (en) 2016-04-22 2016-07-08 Method and device for processing notification message

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610255975.8A CN107305499B (en) 2016-04-22 2016-04-22 Method and device for clearing notification messages of mobile terminal

Publications (2)

Publication Number Publication Date
CN107305499A CN107305499A (en) 2017-10-31
CN107305499B true CN107305499B (en) 2022-03-04

Family

ID=60115703

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610255975.8A Active CN107305499B (en) 2016-04-22 2016-04-22 Method and device for clearing notification messages of mobile terminal

Country Status (2)

Country Link
CN (1) CN107305499B (en)
WO (1) WO2017181537A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108093129A (en) * 2017-12-05 2018-05-29 广东小天才科技有限公司 Application notification processing method, device, terminal and the medium of mobile terminal

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011022969A1 (en) * 2009-08-28 2011-03-03 中兴通讯股份有限公司 System and method for monitoring junk information
CN103546641A (en) * 2013-10-29 2014-01-29 广东欧珀移动通信有限公司 Method and device for filtering messages on notification bar of mobile terminal
CN103973875A (en) * 2013-02-01 2014-08-06 腾讯科技(深圳)有限公司 Mobile terminal notification center pushed information processing method and device
CN103970774A (en) * 2013-01-30 2014-08-06 腾讯科技(深圳)有限公司 Notice icon clearing method and device
CN104182497A (en) * 2014-08-14 2014-12-03 宇龙计算机通信科技(深圳)有限公司 Recovery method and system for notification messages
CN105095749A (en) * 2014-05-22 2015-11-25 北京奇虎科技有限公司 Status bar notification takeover method and device
CN105162959A (en) * 2015-08-04 2015-12-16 广东欧珀移动通信有限公司 Message notification processing method and device
CN105183307A (en) * 2015-06-15 2015-12-23 北京奇虎科技有限公司 Application message display control method and application message display control device
CN105306712A (en) * 2015-10-27 2016-02-03 上海斐讯数据通信技术有限公司 Management method and management system of notification message
CN105354492A (en) * 2015-10-16 2016-02-24 珠海格力电器股份有限公司 Mobile communication terminal, message notification control method and device thereof
CN105450505A (en) * 2015-11-03 2016-03-30 北京金山安全软件有限公司 Notification message processing method and device and terminal equipment

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011022969A1 (en) * 2009-08-28 2011-03-03 中兴通讯股份有限公司 System and method for monitoring junk information
CN103970774A (en) * 2013-01-30 2014-08-06 腾讯科技(深圳)有限公司 Notice icon clearing method and device
CN103973875A (en) * 2013-02-01 2014-08-06 腾讯科技(深圳)有限公司 Mobile terminal notification center pushed information processing method and device
CN103546641A (en) * 2013-10-29 2014-01-29 广东欧珀移动通信有限公司 Method and device for filtering messages on notification bar of mobile terminal
CN105095749A (en) * 2014-05-22 2015-11-25 北京奇虎科技有限公司 Status bar notification takeover method and device
CN104182497A (en) * 2014-08-14 2014-12-03 宇龙计算机通信科技(深圳)有限公司 Recovery method and system for notification messages
CN105183307A (en) * 2015-06-15 2015-12-23 北京奇虎科技有限公司 Application message display control method and application message display control device
CN105162959A (en) * 2015-08-04 2015-12-16 广东欧珀移动通信有限公司 Message notification processing method and device
CN105354492A (en) * 2015-10-16 2016-02-24 珠海格力电器股份有限公司 Mobile communication terminal, message notification control method and device thereof
CN105306712A (en) * 2015-10-27 2016-02-03 上海斐讯数据通信技术有限公司 Management method and management system of notification message
CN105450505A (en) * 2015-11-03 2016-03-30 北京金山安全软件有限公司 Notification message processing method and device and terminal equipment

Also Published As

Publication number Publication date
WO2017181537A1 (en) 2017-10-26
CN107305499A (en) 2017-10-31

Similar Documents

Publication Publication Date Title
CN107846679B (en) Processing method and system for secondary number allocation of telephone number and operator system
JP6134961B2 (en) Method and apparatus for processing task events
US20150365360A1 (en) Method and apparatus for processing push message in notification center of mobile terminal, and storage medium
TWI258299B (en) Method of filtering messages with receiving telephone apparatus
CN103957322A (en) Mobile terminal and antitheft method thereof
CN104506711A (en) Communication information processing method and device for terminal
CN102572059A (en) Method and system for incoming call processing
WO2014201872A1 (en) Method and device for processing short messages
CN107864297A (en) Group's adding method, device, terminal and storage medium
CN105681564A (en) Message reminding method and device
KR20200090220A (en) Notification reminder method, terminal and storage medium
CN107305499B (en) Method and device for clearing notification messages of mobile terminal
CN105491092B (en) Message pushing method and device
CN113810262B (en) Message reminding method and device, electronic equipment and readable storage medium
CN111949421B (en) SDK calling method, device, electronic equipment and computer readable storage medium
WO2016101323A1 (en) Method, device and terminal for processing communication event of terminal
CN104955136A (en) Terminal management apparatus, terminal, communication system, terminal management method, and program
CN104202462A (en) Communication control method and system
CN105282296A (en) Method and terminal for processing strange calls
CN103442145A (en) Method and system for processing missed calls of mobile terminal
CN109246718B (en) Terminal user behavior monitoring method and device
CN106791129A (en) A kind of movable signal reminding method and device
US9514750B1 (en) Voice call content supression
CN104978179B (en) Application management method and device
CN108038072B (en) Access method of serial device, terminal device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant