[go: up one dir, main page]

CN106886407B - Method and device for detecting shielding of notification function under android system and computing device - Google Patents

Method and device for detecting shielding of notification function under android system and computing device Download PDF

Info

Publication number
CN106886407B
CN106886407B CN201710056187.0A CN201710056187A CN106886407B CN 106886407 B CN106886407 B CN 106886407B CN 201710056187 A CN201710056187 A CN 201710056187A CN 106886407 B CN106886407 B CN 106886407B
Authority
CN
China
Prior art keywords
notification
display screen
displayed
event
function
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
CN201710056187.0A
Other languages
Chinese (zh)
Other versions
CN106886407A (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.)
Alibaba China Co Ltd
Original Assignee
Alibaba China Co Ltd
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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN201710056187.0A priority Critical patent/CN106886407B/en
Publication of CN106886407A publication Critical patent/CN106886407A/en
Application granted granted Critical
Publication of CN106886407B publication Critical patent/CN106886407B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method, a device and a computing device for detecting that a notification function is shielded under an android system, wherein the method comprises the following steps: configuring a notification for pushing to a display screen, the notification configured to be invisible; in the case where the notification is prevented from being displayed on the display screen, the reminder notification function is masked. Therefore, the fact that the notification function is shielded can be judged according to the fact that the constructed notification cannot be displayed on the display screen, and the user is prompted or guided to carry out corresponding operation. The notification is made invisible to ensure that the detection method is transparent to the user.

Description

Method and device for detecting shielding of notification function under android system and computing device
Technical Field
The invention relates to the technical field of android, in particular to a method and a device for detecting that a notification function is shielded under an android system and computing equipment.
Background
Because android applications are numerous and of varying quality, some applications push notification messages frequently, which are often useless messages or advertising messages for the user, resulting in a degraded user experience. Therefore, the android system also provides a function of shielding application notification messages for selective use by users, and many manufacturers directly shield message permission of third-party applications by default when deeply customizing the android system.
In the case that the application notification message is masked, the application cannot push the notification message or pop up the notification to give the user relevant message feedback when the user operates the application interface, resulting in a poor user-application interaction experience. For example, when the notification bar message of the background push application self-update is shielded, the user cannot experience the latest version in time; when the notification bar message of the background push operation activity is shielded, the user cannot know or participate in the activity in time; the user uses the core functions of downloading and the like, if the downloading result notification message is shielded, when the downloading is abnormal, the application cannot pop up a message prompt to inform the user of the reason, the user may feel lost, the user experience is affected, and the like.
Therefore, a scheme capable of detecting whether the notification function under the android system is shielded is needed.
Disclosure of Invention
The invention mainly aims to provide a method, a device and computing equipment for detecting whether a notification function in an android system is shielded.
According to an aspect of the present invention, there is provided a method for detecting that a notification function is masked under an android system, including: configuring a notification for pushing to a display screen, wherein the notification is configured to be invisible; and in the case where it is determined that the notification is prevented from being displayed on the display screen, the prompt notification function is masked.
Therefore, the notification function can be judged to be shielded according to the fact that the constructed notification cannot be displayed on the display screen, and the user can be prompted or guided to perform corresponding operation.
Preferably, the notification function may be at least one of: displaying the notification content in a notification bar; and presenting the notification content in a pop-up box.
Therefore, the invention can detect whether the Notification (Notification) function in the Notification bar and the Toast (Toast) function which automatically disappears after being popped up are shielded or not. Accordingly, different notifications may be constructed for different notification functions, and the reminder notification function may be masked for different notifications.
Preferably, the notification being structured to be invisible may comprise at least one of: the notification is displayed as invisible in size; the notification is displayed as transparent invisible; and the notification is displayed as invisible in color.
Where "invisible" includes notifications that are not readily perceived, e.g., small enough in size (below the human perception threshold), transparent enough, similar enough in color to the background color, etc., thereby remaining transparent to the user during the detection process.
Preferably, the notification may be a pop-up notification, and determining that the notification is prevented from being displayed on the display screen includes: the decision is made by listening for an onattachedtowndow event. Whereby it can be determined whether the notification function is masked by a simple event listening. Further, determining that the notification is prevented from being displayed on the display screen may further include: an onattachedtowndow event is listened for after calling the API expose pop-up box notification for a predetermined time.
Preferably, the alert notification function being masked may include at least one of: skipping to a notification authority setting interface; and pop-up dialog or prompt boxes. Thereby facilitating the user to cancel or set the mask accordingly.
Preferably, the method may further comprise: in a case where it is determined that the notification is not blocked from being displayed on the display screen, it is indicated that the notification function is not masked.
According to another aspect of the present invention, there is also provided an apparatus for detecting that a notification function is masked under an android system, including: a notification construction unit that constructs a notification to be pushed to the display screen, wherein the notification is constructed to be invisible; a mask determination unit for determining whether the notification is prevented from being displayed on the display screen; and a prompt unit configured to prompt that the notification function is masked in a case where the mask determination unit determines that the notification is prevented from being displayed on the display screen.
Preferably, the notification is a pop-up box notification, and the mask determination unit makes the determination by listening for an onattachedtowndow event after calling the API to expose the pop-up box notification for a predetermined time.
According to yet another aspect of the present invention, there is also provided a computing device comprising: a display screen for displaying content to a user; and a processor coupled to the display screen for: configuring a notification for pushing to a display screen, wherein the notification is configured to be invisible; and in the case where it is determined that the notification is prevented from being displayed on the display screen, the prompt notification function is masked.
According to the method, the device and the computing equipment for detecting the shielding of the notification function in the android system, the shielding of the notification function can be judged according to the fact that the constructed notification cannot be displayed on the display screen, and a user is prompted and guided to perform corresponding operations.
Drawings
The above and other objects, features and advantages of the present disclosure will become more apparent by describing in greater detail exemplary embodiments thereof with reference to the attached drawings, in which like reference numerals generally represent like parts throughout.
FIG. 1 is a functional block diagram illustrating a computing device according to an embodiment of the present invention.
Fig. 2 is a schematic flowchart illustrating a method of detecting that a notification function is masked under an android system according to the present invention.
Fig. 3 is a functional block diagram illustrating an apparatus in which a detection notification function is masked under an android system according to the present invention.
Detailed Description
Preferred embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While the preferred embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As described above, in order to detect whether the application notification function is masked, the present invention constructs an invisible notification to be pushed to the display screen, and determines whether the notification function is masked by determining whether the notification is presented. In the case where it is determined that the notification function is masked, it may be prompted to the user that the notification function is masked to guide the user to turn on the notification function.
An embodiment of the present invention will be specifically described below with reference to fig. 1 to 3. FIG. 1 is a functional block diagram illustrating a computing device 100 according to an embodiment of the invention. Computing device 100 may be any type of computing device, preferably a mobile device, that is loaded with an installed system, including a mobile computer or mobile computing device (e.g., tablet computer, personal digital assistant, laptop computer, notebook computer, netbook, etc.), a mobile phone (e.g., smartphone), a wearable computing device (e.g., smart watch, smart glasses, etc.), or other type of mobile device, and so forth.
As shown in FIG. 1, computing device 100 includes a display screen 110 and a processor 120, display screen 110 being coupled to processor 120. In one embodiment of the invention, computing device 100 may also include other components not shown in FIG. 1, such as memory, input-output devices, and the like. The above and other components may also be connected to each other, for example, by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 1 is for purposes of example only and is not limiting upon the scope of the present invention. Those skilled in the art may add or replace other components as desired.
The processor 120 can configure a notification for pushing to the display screen 110, wherein the notification is configured to be invisible, and prompt the notification function to be masked if it is determined that the notification is prevented from being displayed on the display screen 110. Therefore, when the notification function is judged to be shielded by using the method and the device, the user can be prompted that the notification function is shielded so as to guide the user to open the notification function, so that the message pushed by the application can be received, and the interactive experience between the user and the application can be improved.
The process of the processor 120 detecting that the notification function is masked can be seen in fig. 2. FIG. 2 is a flow diagram illustrating a detection method 200 according to an embodiment of the invention.
Referring to FIG. 2, a detection method 200 begins at step S210 with constructing a notification for pushing to a display screen, where the notification is constructed to be invisible.
In the android system, the android application message reminding generally has the following two modes, namely a Notification (Notification) displayed in a Notification bar and a Toast (Toast) which automatically disappears after being popped up for several seconds, and both modes can provide good interaction experience for a user. Therefore, the detection method 200 of the present invention may refer to the Notification function as displaying the Notification content (e.g., Notification) in the Notification bar, or displaying the Notification content (e.g., Toast) in the pop-up box.
According to the type of the notification function needing to be detected, a corresponding notification used for pushing to the display screen can be constructed. Since the constructed notification is mainly used for detection, it is preferred to construct the notification to be invisible to the user, thereby ensuring that the detection method is transparent to the user. The notification may be made invisible to the user by setting the notification to zero size, completely transparent, or background color, etc. Reference herein to "invisible" may refer to not being visible to the user, or may refer to not being readily detectable by the user, for example, may be of a sufficiently small size below a human perception threshold, sufficiently transparent, sufficiently similar in color to the background color, and so forth, thereby again ensuring that the detection process is transparent or at least nearly transparent to the user.
After the completion of the notification construction, it may be detected whether the constructed notification is displayed on the display screen, and in the case where it is determined that the notification is prevented from being displayed on the display screen, it is indicated that the corresponding notification function is masked, whereby the user may be prompted that the notification function is masked (step S220).
For example, when the detected notification function is Toast, the constructed notification may be a pop-up box notification. At this time, whether the pop-up notification is prevented from being displayed on the display screen can be judged by monitoring whether an onattachedtowndow event is triggered. The onattachedtoWindow is a life cycle event which is triggered when the control is displayed on the screen, and whether the control is displayed on the screen can be judged by monitoring the event.
Specifically, the API may be called to expose the pop-up box notification, and then monitor whether an onattachedtowndow event is triggered, the onattachedtowndow event trigger indicates that the pop-up box notification may be displayed on the display screen, the Toast function is not masked, the onattachedtowndow event trigger indicates that the pop-up box notification is prevented from being displayed on the display screen, and the Toast function is masked. In order to facilitate the monitoring of the onattachedtofndow event, a delay task may be set to cooperate with the determination, and the delay time of the set delay task may be consistent with the display duration notified by the pop-up box. Therefore, after calling the API to show the Toast, if the onattachedToWindow event is triggered, the Toast function is not shielded, and the delayed task is not executed. If the delay task is executed after a predetermined time after calling the API to expose the Toast, it indicates that the onattachedToWindow event is not triggered, and the Toast function is masked. Therefore, asynchronous detection of whether the Toast function is shielded or not can be realized by matching with a delay task.
The determination process when the notification function is Toast is described in detail, and for the case that the notification function is notification in the notification bar, other manners known to those skilled in the art may be used for determination, and details are not described herein.
When the notification feature is completely masked, no application can push messages. This generally degrades the user experience. Therefore, when the notification function is detected to be shielded, the notification function can be prompted to be shielded through a notification mode capable of attracting the attention of the user, for example, a notification authority setting interface, a pop-up dialog box or a prompt box and the like can be jumped to.
In addition, in the case where it is determined that the notification is not blocked from being displayed on the display screen, it indicates that the notification function is not masked. Since the notification function is not masked and has little influence on the user, it is possible to indicate that the notification function is not masked by a notification manner that does not attract a particular attention of the user. A green hook may be marked in a corresponding test item in an application (e.g., PP helper client) with detection notification masking functionality to indicate that the notification functionality is not masked.
Fig. 3 is a functional block diagram illustrating an apparatus in which a detection notification function is masked under an android system according to an embodiment of the present invention. The functional blocks of the detection apparatus 300 can be realized by hardware, software or a combination of hardware and software for realizing the principle of the present invention. It will be appreciated by those skilled in the art that the functional blocks described in fig. 3 may be combined or divided into sub-blocks to implement the principles of the invention described above. Thus, the description herein may support any possible combination, or division, or further definition of the functional modules described herein.
The detection apparatus 300 shown in fig. 3 may be used to implement the detection method shown in fig. 2, and only the functional modules that the detection apparatus 300 may have and the operations that each functional module may perform are briefly described below, and for the details involved therein, reference may be made to the description above in conjunction with fig. 2, and details are not repeated here.
As shown in fig. 3, the detection apparatus 300 includes a notification construction unit 310, a mask determination unit 330, and a presentation unit 350.
The notification construction unit 310 constructs a notification for pushing to the display screen, wherein the notification is constructed to be invisible. The mask determination unit 330 is used to determine whether the notification is prevented from being displayed on the display screen. The presentation unit 350 is configured to, in a case where the mask determination unit determines that the notification is prevented from being displayed on the display screen, present the notification function to be masked. The reminder unit 350 may also preferably indicate that the notification function is not masked if the notification is not blocked.
If the notification is a pop-up notification, the mask determination unit may make the determination by listening for an onattachedtoWindow event after calling the API to expose the pop-up notification for a predetermined time. The specific judgment process may refer to the above related description, and is not described herein again.
The method, the apparatus and the computing device for detecting that the notification function is masked under the android system according to the present invention have been described in detail above with reference to the accompanying drawings. A specific procedure for detecting whether the Toast function is masked using the present invention will be given below by taking the detected notification function as Toast as an example.
Application example
The setting of the detection is first done by performing the following steps.
1. And constructing a pop-up box notification under the android system as a Toast detection example (Toast T for short), wherein the Toast T is used for popping up a message reminder which can disappear automatically.
2. And setting the display duration type of the toast T as LENGTH _ SHORT. Toast provides 2 duration types, LENGTH _ SHORT is 1.5 seconds, LENGTH _ LONG is 3 seconds. Since Toast T is used to detect whether Toast is masked, a shorter LENGTH _ SHORT is preferred to increase the detection rate. The above-described setting of the type of duration is not essential.
3. A native View (control View) of the android system was constructed for setting toast T invisible. For example, the height and width of the control view may both be 0, and the default control view in toast T may be replaced with the control view. Thus, the width and height of the toast T after replacement are both 0 and invisible to the user, but the system will still "show" the toast T.
4. The native API method "show" of Toast is called to cause the system to expose Toast T on the interface. Considering that the system is typically triggered asynchronously for the "onattachedtowndow" event, a delay task P is enabled, whose delay time may be, for example, 1 second or 1.5 seconds.
6. After the task P is delayed, whether the control view triggers its native lifecycle event "onAttachdToWindow" is monitored to determine whether the system masks toast T.
The Toast function is unshielded: since the system will trigger the "onattachedtowndow" event in step 6 only if toast T is actually displayed on the interface window, if the lifecycle event monitored in step 6 is triggered, it means that the system does not shield the message authority of the application.
The Toast function has been masked: if the "onattachedtoWindow" event is not triggered, it indicates that the system has not presented toast T to the interface window, so it can be determined that the system has masked the message rights of the application.
Therefore, whether the application message is shielded by the system can be successfully detected, and different transactions are processed according to the detection result. For example, if the shielding is detected, a one-time guidance policy may be adopted to guide the user to set the message authority of the interface to open the application, and another manner may be adopted to notify or remind the user of the relevant message, such as a pop-up dialog manner or a floating window prompt manner.
For many existing mobile phone manufacturers, the android system provided by the mobile phone manufacturers has a plurality of default message shielding phenomena. The detection scheme of the invention can quickly detect whether the notification function is shielded or not, thereby leading a user to conveniently realize the default customization of a manufacturer and carry out the preferred setting of the user.
Furthermore, the method according to the invention may also be implemented as a computer program comprising computer program code instructions for carrying out the above-mentioned steps defined in the above-mentioned method of the invention. Alternatively, the method according to the present invention may also be implemented as a computer program product comprising a computer readable medium having stored thereon a computer program for executing the above-mentioned functions defined in the above-mentioned method of the present invention. Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems and methods according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Having described embodiments of the present invention, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein is chosen in order to best explain the principles of the embodiments, the practical application, or improvements made to the technology in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (7)

1. A method for detecting that a notification function is shielded under an android system comprises the following steps:
configuring a notification for pushing to a display screen, wherein the notification is configured to be invisible;
calling an API to display the notification;
after calling an API (application program interface) to display the notification for a preset delay time, monitoring whether an onattachedToWindow event is triggered or not, wherein the duration of the preset delay time is consistent with the display duration of the notification, and the notification is a pop-up box notification; and
prompting that the notification function is masked in the event that the notification is prevented from being displayed on the display screen as determined by an onattachedToWindow event not being triggered.
2. The method of claim 1, wherein the notification function is at least one of:
displaying the notification content in a notification bar; and
the notification content is presented in a pop-up box.
3. The method of claim 1, wherein the notification being structured to be invisible comprises at least one of:
the notification is displayed as invisible in size;
the notification is displayed as transparently invisible; and
the notification is displayed as invisible in color.
4. The method of claim 1, wherein prompting that the notification function is masked comprises at least one of:
skipping to a notification authority setting interface; and
pop-up dialog boxes or prompt boxes.
5. The method of claim 1, further comprising:
indicating that the notification function is not masked in a case where it is determined that the notification is not blocked from being displayed on the display screen.
6. An apparatus for detecting that a notification function is shielded under an android system, comprising:
a notification construction unit that constructs a notification to be pushed to a display screen, wherein the notification is constructed to be invisible;
the notice display unit is used for calling the API to display the notice;
the event monitoring unit is used for monitoring whether an onattachedtowndow event is triggered or not after calling the API to display the notification for a preset delay time, wherein the duration of the preset delay time is consistent with the display duration of the notification, and the notification is a pop-up box notification;
a mask determination unit configured to determine that the notification is prevented from being displayed on the display screen by an onattachedtowndow event not being triggered; and
a prompting unit configured to prompt that the notification function is shielded, in a case where the shielding determination unit determines that the notification is prevented from being displayed on the display screen.
7. A computing device, comprising:
a display screen for displaying content to a user; and
a processor coupled to the display screen for:
configuring a notification for pushing to a display screen, wherein the notification is configured to be invisible;
calling an API to display the notification;
after calling an API (application program interface) to display the notification for a preset delay time, monitoring whether an onattachedToWindow event is triggered or not, wherein the duration of the preset delay time is consistent with the display duration of the notification, and the notification is a pop-up box notification; and
prompting that the notification function is masked in the event that the notification is prevented from being displayed on the display screen as determined by an onattachedToWindow event not being triggered.
CN201710056187.0A 2017-01-25 2017-01-25 Method and device for detecting shielding of notification function under android system and computing device Active CN106886407B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710056187.0A CN106886407B (en) 2017-01-25 2017-01-25 Method and device for detecting shielding of notification function under android system and computing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710056187.0A CN106886407B (en) 2017-01-25 2017-01-25 Method and device for detecting shielding of notification function under android system and computing device

Publications (2)

Publication Number Publication Date
CN106886407A CN106886407A (en) 2017-06-23
CN106886407B true CN106886407B (en) 2020-12-01

Family

ID=59175916

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710056187.0A Active CN106886407B (en) 2017-01-25 2017-01-25 Method and device for detecting shielding of notification function under android system and computing device

Country Status (1)

Country Link
CN (1) CN106886407B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109656667A (en) * 2018-12-25 2019-04-19 北京微播视界科技有限公司 Implementation method, device, equipment and the medium of suspended window in a kind of client

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7260610B2 (en) * 1998-02-10 2007-08-21 Gateway Inc. Convergence events notification system
CN102385583A (en) * 2010-08-31 2012-03-21 腾讯科技(深圳)有限公司 Method for controlling browser to open window and web browser
WO2016086812A1 (en) * 2014-12-01 2016-06-09 北京超思电子技术股份有限公司 Message reminding method and message reminding device
CN105739988A (en) * 2016-02-04 2016-07-06 浪潮软件集团有限公司 Message prompt box processing method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7523397B2 (en) * 2002-09-30 2009-04-21 Microsoft Corporation Centralized alert and notifications repository, manager, and viewer
CN104954556A (en) * 2015-05-19 2015-09-30 京东方科技集团股份有限公司 Message prompting method and device
CN104899269B (en) * 2015-05-26 2019-01-22 北京金山安全软件有限公司 Method and device for accessing website link

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7260610B2 (en) * 1998-02-10 2007-08-21 Gateway Inc. Convergence events notification system
CN102385583A (en) * 2010-08-31 2012-03-21 腾讯科技(深圳)有限公司 Method for controlling browser to open window and web browser
WO2016086812A1 (en) * 2014-12-01 2016-06-09 北京超思电子技术股份有限公司 Message reminding method and message reminding device
CN105739988A (en) * 2016-02-04 2016-07-06 浪潮软件集团有限公司 Message prompt box processing method and device

Also Published As

Publication number Publication date
CN106886407A (en) 2017-06-23

Similar Documents

Publication Publication Date Title
CN204719671U (en) Running is with the electronic equipment and the system that produce tactile notification
US20170300371A1 (en) KVM having Blue Screen of Death Detection and Warning Functions
CN103945055B (en) Method and device for turning off terminal alarm clock and terminal equipment
CN104331216B (en) In the method and apparatus of intelligent terminal middle pipe reason applicative notifications
EP2988196A1 (en) Message processing method and apparatus
US10901568B2 (en) Method and apparatus for recommending a solution based on a user operation behavior
CN106445292B (en) Method and system for managing application programs in different body modes
CN105589619B (en) terminal multi-window display method and device
CN104077104B (en) A method for displaying and viewing notifications in the notification bar of a mobile terminal
CN107402760A (en) The display methods and device of notification message in mobile terminal informing interface
CN107168661B (en) Display control method and electronic equipment
WO2016101526A1 (en) Display method and device for terminal screen, and computer storage medium
US10599214B2 (en) Systems and methods for gaze input based dismissal of information on a display
CN105260671A (en) Control method and device for notification bar of mobile terminal and mobile equipment
CN106155318A (en) Eye protection method and device for mobile terminal and mobile terminal
WO2018068447A1 (en) Information display method, terminal, and storage medium
CN108616662A (en) application control method, electronic device and computer readable storage medium
CN106021010B (en) Method and device for processing proximity sensor abnormality
CN105162959A (en) Message notification processing method and device
CN105094791B (en) The storage method and device of status bar notice
CN111555959A (en) User-defined control global popup notification processing method and device
CN107391165A (en) Control display methods, client and storage medium
CN106886407B (en) Method and device for detecting shielding of notification function under android system and computing device
CN105975162A (en) Application freezing method and touch screen terminal
CN107085530B (en) Method and device for refreshing application interface and mobile terminal

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
TA01 Transfer of patent application right

Effective date of registration: 20200902

Address after: 310052 room 508, floor 5, building 4, No. 699, Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Alibaba (China) Co.,Ltd.

Address before: 510627 Guangdong city of Guangzhou province Whampoa Tianhe District Road No. 163 Xiping Yun Lu Yun Ping square B radio tower 15 layer self unit 02

Applicant before: GUANGZHOU UC NETWORK TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant