技术领域technical field
本发明涉及终端的信息处理技术领域,更具体地说,是涉及一种快速处理通知信息的方法、系统及移动终端。The present invention relates to the technical field of terminal information processing, and more specifically, relates to a method, system and mobile terminal for rapidly processing notification information.
背景技术Background technique
随着智能手机和平板电脑等移动终端的不断更新换代,通知栏已经广泛地使用到基于各个操作系统的移动终端中。现有的移动终端的通知处理方法一般采用通知管理中心集中处理的方式,以Android操作系统为例,用户首先需要下拉通知栏以显示通知信息,然后点击相应通知信息进行处理,最少需要2步操作。而如果是在全屏界面下,则还要增加先退出全屏状态,需要3步操作。在不断追求极致体验的时代,这样的效果显然是差强人意的。With the continuous upgrading of mobile terminals such as smart phones and tablet computers, notification bars have been widely used in mobile terminals based on various operating systems. The existing mobile terminal notification processing method generally adopts the centralized processing method of the notification management center. Taking the Android operating system as an example, the user first needs to pull down the notification bar to display the notification information, and then click the corresponding notification information to process it. At least 2 steps are required. . And if it is in the full-screen interface, it is necessary to exit the full-screen state first, which requires 3 steps. In the era of constant pursuit of the ultimate experience, such an effect is obviously unsatisfactory.
发明内容Contents of the invention
本发明的目的在于克服现有技术中的上述缺陷,提供一种快速处理通知信息的方法、系统及移动终端,提高了用户体验感。The purpose of the present invention is to overcome the above-mentioned defects in the prior art, provide a method, system and mobile terminal for quickly processing notification information, and improve user experience.
为实现上述目的,本发明提供的技术方案如下:In order to achieve the above object, the technical scheme provided by the invention is as follows:
一种快速处理通知信息的方法,其包括以下步骤:A method for quickly processing notification information, comprising the following steps:
A、检测触摸屏上是否有三个触摸输入在同时进行滑动触摸动作;若是,则执行步骤B;A. Detect whether there are three touch inputs on the touch screen performing sliding touch actions at the same time; if so, perform step B;
B、获取三个触摸输入的起点坐标和终点坐标;B. Obtain the starting point coordinates and end point coordinates of the three touch inputs;
C、根据起点坐标与终点坐标的连线的向量,判断三个触摸输入的滑动轨迹是否同时满足预设的方向值特征;若是,则执行步骤D;C. According to the vector of the connection line between the starting point coordinates and the end point coordinates, judge whether the sliding tracks of the three touch inputs satisfy the preset direction value characteristics at the same time; if so, execute step D;
D、调用系统底层的NotificationManager通知管理中心,唤起最近一条通知信息并对该通知信息进行处理。D. Call the notification management center of the NotificationManager at the bottom of the system to evoke the latest notification information and process the notification information.
进一步而言,所述步骤D之后还包括:Further, after the step D, it also includes:
E、将唤起的最近一条通知信息从NotificationManager通知管理中心移除。E. Remove the latest notification message that was evoked from the NotificationManager notification management center.
进一步而言,所述步骤D中,对该通知信息进行处理的步骤具体包括:Further, in the step D, the step of processing the notification information specifically includes:
当唤起的最近一条通知信息指定了相应的处理程序时,则启动该处理程序;否则,跳转到NotificationManager通知管理中心,显示该通知信息的内容。When the latest notification information that is evoked specifies a corresponding processing program, start the processing program; otherwise, jump to the NotificationManager notification management center to display the content of the notification information.
进一步而言,在步骤C中,所述预设的方向值特征包括:滑动向左和滑动向右。但不仅限于此。Further, in step C, the preset direction value features include: sliding to the left and sliding to the right. But it doesn't stop there.
本发明还提供了一种快速处理通知信息的系统,其包括:The present invention also provides a system for quickly processing notification information, which includes:
检测模块,用于检测触摸屏上是否有三个触摸输入在同时进行滑动触摸动作;The detection module is used to detect whether there are three touch inputs on the touch screen performing sliding touch actions at the same time;
坐标获取模块,用于当所述检测模块检测到触摸屏上有三个触摸输入在同时进行滑动触摸动作时,则获取三个触摸输入的起点坐标和终点坐标;The coordinate acquisition module is used to obtain the starting point coordinates and end point coordinates of the three touch inputs when the detection module detects that there are three touch inputs on the touch screen performing sliding touch actions at the same time;
方向判断模块,用于根据起点坐标与终点坐标的连线的向量,判断三个触摸输入的滑动轨迹是否同时满足预设的方向值特征;The direction judging module is used to judge whether the sliding trajectories of the three touch inputs meet the preset direction value characteristics at the same time according to the vector of the connection line between the starting point coordinates and the ending point coordinates;
调用唤起模块,用于当三个触摸输入的滑动轨迹同时满足预设的方向值特征时,则调用系统底层的NotificationManager通知管理中心,唤起最近一条通知信息;Call the evoking module, which is used to call the NotificationManager notification management center at the bottom of the system to evoke the latest notification information when the sliding tracks of the three touch inputs meet the preset direction value characteristics at the same time;
处理模块,用于对所述调用唤起模块唤起的最近一条通知信息进行处理。The processing module is configured to process the latest notification information evoked by the invoking module.
进一步而言,该系统还包括:Further, the system also includes:
移除模块,用于将所述调用唤起模块唤起的最近一条通知信息从NotificationManager通知管理中心移除。The removal module is used to remove the latest notification information evoked by the invoking module from the NotificationManager notification management center.
在本发明中,所述处理模块进一步包括:In the present invention, the processing module further includes:
处理程序启动模块,用于当所述调用唤起模块唤起的最近一条通知信息指定了相应的处理程序时,则启动该处理程序;A handler startup module, configured to start the handler when the latest notification information evoked by the calling module specifies a corresponding handler;
通知内容显示模块,用于当所述调用唤起模块唤起的最近一条通知信息未指定相应的处理程序时,则跳转到NotificationManager通知管理中心,显示该通知信息的内容。The notification content display module is used to jump to the NotificationManager notification management center to display the content of the notification information when the latest notification information evoked by the invoking module does not specify a corresponding processing program.
进一步而言,所述预设的方向值特征包括:滑动向左和滑动向右。但不仅限于此。Further, the preset direction value features include: sliding to the left and sliding to the right. But it doesn't stop there.
本发明还提供了一种包括上述快速处理通知信息的系统的移动终端。The present invention also provides a mobile terminal including the above system for rapidly processing notification information.
与现有技术相比,本发明的有益效果在于:Compared with prior art, the beneficial effect of the present invention is:
本发明利用用户实际操作中比较少操作到的滑动触摸动作来触发调用通知管理中心,无论移动终端处于何种应用界面都能直接唤起最近一条通知信息并对该通知信息进行处理,实现快速处理通知信息的效果,提高了用户体验感。The present invention utilizes the sliding touch action that is seldom operated by the user in the actual operation to trigger the invocation of the notification management center, no matter what application interface the mobile terminal is in, it can directly invoke the latest notification information and process the notification information, realizing fast notification processing The effect of information improves the sense of user experience.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are For some embodiments of the present invention, those skilled in the art can also obtain other drawings based on these drawings without creative work.
图1是本发明实施例一提供的快速处理通知信息的方法流程图;FIG. 1 is a flowchart of a method for quickly processing notification information provided by Embodiment 1 of the present invention;
图2是本发明实施例二提供的快速处理通知信息的系统的功能模块图;FIG. 2 is a functional block diagram of a system for rapidly processing notification information provided by Embodiment 2 of the present invention;
图3是本发明实施例二提供的处理模块的功能模块图。FIG. 3 is a functional block diagram of a processing module provided by Embodiment 2 of the present invention.
具体实施方式detailed description
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of embodiments of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.
实施例一Embodiment one
本发明的实施例一提供了一种快速处理通知信息的方法,下面基于Android操作系统对本实施例进行详细说明。Embodiment 1 of the present invention provides a method for quickly processing notification information. The following describes this embodiment in detail based on the Android operating system.
图1是本发明实施例一的方法流程图,请参考图1,本发明实施例的方法包括以下步骤:Fig. 1 is a method flow chart of the first embodiment of the present invention, please refer to Fig. 1, the method of the embodiment of the present invention includes the following steps:
步骤S101、检测触摸屏上是否有三个触摸输入在同时进行滑动触摸动作;Step S101, detecting whether there are three touch inputs simultaneously performing sliding touch actions on the touch screen;
在本实施例中,所述触摸输入来自于手指输入。其中,用三个触摸输入(即三个手指)同时进行滑动触摸动作是为了避免与其他应用相冲突,如果定义为一个或者两个,当前激活的应用可能也定义了对应的事件,会触发应用对应的事件导致用户体验混乱。In this embodiment, the touch input is from finger input. Among them, using three touch inputs (that is, three fingers) to perform sliding touch actions at the same time is to avoid conflicts with other applications. If it is defined as one or two, the currently activated application may also define a corresponding event, which will trigger the application. The corresponding events cause confusion for the user experience.
具体的,当检测到触摸屏上有三个触摸输入在同时进行滑动触摸动作时,则执行步骤S102;否则,继续检测。Specifically, when it is detected that three touch inputs on the touch screen are performing sliding touch actions at the same time, step S102 is performed; otherwise, the detection is continued.
步骤S102、获取三个触摸输入的起点坐标和终点坐标;Step S102, acquiring the start coordinates and end coordinates of the three touch inputs;
在本实施例中,在系统层的TouchEvent触摸事件处理的地方,当用户触摸屏幕时,将创建一个MotionEvent对象。MotionEvent包含关于发生触摸的位置和时间等细节信息。当MotionEvent的action捕获到第三个点按下时,则记录下各点的起始坐标(start_x0,start_y0),(start_x1,start_y1),(start_x2,start_y2),在捕获到第三个点抬起时,记录下终点坐标(end_x0,end_y0),(end_x1,end_y1),(end_x2,end_y2)。In this embodiment, when the user touches the screen, a MotionEvent object will be created at the place where the TouchEvent touch event is processed at the system layer. MotionEvents contain details about where and when a touch occurred. When the MotionEvent action captures the third point and presses it, record the starting coordinates (start_x0, start_y0), (start_x1, start_y1), (start_x2, start_y2) of each point, and lift it up when the third point is captured , record the end point coordinates (end_x0, end_y0), (end_x1, end_y1), (end_x2, end_y2).
步骤S103、根据起点坐标与终点坐标的连线的向量,判断三个触摸输入的滑动轨迹是否同时满足预设的方向值特征;Step S103, according to the vector of the line connecting the coordinates of the starting point and the coordinates of the ending point, judge whether the sliding trajectories of the three touch inputs satisfy the preset direction value characteristics at the same time;
在本实施例中,所述预设的方向值特征包括:滑动向左和滑动向右。当然,也可以设置其他的方向值,非本实施为限。其中,当三个触摸输入的滑动轨迹同时满足预设的方向值特征,如向左滑动,则执行步骤S104。In this embodiment, the preset direction value features include: sliding to the left and sliding to the right. Of course, other direction values can also be set, which is not limited to this implementation. Wherein, when the sliding trajectories of the three touch inputs satisfy the preset direction value characteristics at the same time, such as sliding to the left, step S104 is executed.
步骤S104、调用系统底层的NotificationManager通知管理中心,唤起最近一条通知信息并对该通知信息进行处理;Step S104, call the NotificationManager notification management center at the bottom of the system to evoke the latest notification information and process the notification information;
在本实施例中,NotificationManager通知管理中心统一管理通知事件,并调用相应程序进行处理的底层模块。In this embodiment, the NotificationManager notifies the management center to uniformly manage the notification events, and calls the corresponding program to process the underlying modules.
在步骤S104中,对该通知信息进行处理的步骤具体包括:In step S104, the step of processing the notification information specifically includes:
当唤起的最近一条通知信息指定了相应的处理程序时,则启动该处理程序。比如来了一条短信的通知信息时,便直接进入查看短信的应用界面。否则,跳转到NotificationManager通知管理中心,显示该通知信息的内容,以便用户查看通知的内容。When the most recent notification message evoked specified a corresponding handler, the handler is started. For example, when a notification message of a text message comes, the application interface for viewing the text message will be directly entered. Otherwise, jump to the NotificationManager notification management center to display the content of the notification information so that the user can view the content of the notification.
步骤S105、将唤起的最近一条通知信息从NotificationManager通知管理中心移除;Step S105, removing the most recent notification message that was evoked from the NotificationManager notification management center;
在本实施例中,系统发出一条通知信息后,表现形式为在通知栏新增对应的一个通知项。从通知管理中心移除即是把该通知项从通知栏中清除掉。In this embodiment, after the system sends out a piece of notification information, it will appear in the form of adding a corresponding notification item in the notification bar. Removing from the notification management center means clearing the notification item from the notification bar.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,所述的程序可以在存储于一计算机可读取存储介质中,所述的存储介质,如ROM/RAM、磁盘、光盘等。Those of ordinary skill in the art can understand that all or part of the steps in the method of the above embodiments can be completed by instructing related hardware through a program, and the program can be stored in a computer-readable storage medium, and the described Storage media, such as ROM/RAM, magnetic disk, optical disk, etc.
实施例二Embodiment two
本发明的实施例二提供了一种快速处理通知信息的系统,请参考图2,本发明实施例的系统包括:Embodiment 2 of the present invention provides a system for quickly processing notification information, please refer to FIG. 2, the system of the embodiment of the present invention includes:
检测模块21,用于检测触摸屏上是否有三个触摸输入在同时进行滑动触摸动作;The detection module 21 is used to detect whether there are three touch inputs on the touch screen performing sliding touch actions at the same time;
在本实施例中,所述触摸输入来自于手指输入。其中,用三个触摸输入(即三个手指)同时进行滑动触摸动作是为了避免与其他应用相冲突,如果定义为一个或者两个,当前激活的应用可能也定义了对应的事件,会触发应用对应的事件导致用户体验混乱。In this embodiment, the touch input is from finger input. Among them, using three touch inputs (that is, three fingers) to perform sliding touch actions at the same time is to avoid conflicts with other applications. If it is defined as one or two, the currently activated application may also define a corresponding event, which will trigger the application. The corresponding events cause confusion for the user experience.
坐标获取模块22,用于当所述检测模块21检测到触摸屏上有三个触摸输入在同时进行滑动触摸动作时,则获取三个触摸输入的起点坐标和终点坐标;The coordinate acquisition module 22 is used to obtain the starting point coordinates and end point coordinates of the three touch inputs when the detection module 21 detects that there are three touch inputs on the touch screen performing a sliding touch action at the same time;
方向判断模块23,用于根据起点坐标与终点坐标的连线的向量,判断三个触摸输入的滑动轨迹是否同时满足预设的方向值特征;The direction judging module 23 is used to judge whether the sliding trajectories of the three touch inputs meet the preset direction value characteristics at the same time according to the vector of the connection line between the starting point coordinates and the ending point coordinates;
在本实施例中,所述预设的方向值特征包括:滑动向左和滑动向右。当然,也可以设置其他的方向值,非本实施为限。其中,当三个触摸输入的滑动轨迹同时满足预设的方向值特征,如向左滑动,则可以启动调用唤起模块24。In this embodiment, the preset direction value features include: sliding to the left and sliding to the right. Of course, other direction values can also be set, which is not limited to this implementation. Wherein, when the sliding trajectories of the three touch inputs meet the preset direction value characteristics at the same time, such as sliding to the left, the invoking module 24 can be activated.
调用唤起模块24,用于当三个触摸输入的滑动轨迹同时满足预设的方向值特征时,则调用系统底层的NotificationManager通知管理中心,唤起最近一条通知信息;Calling the evoking module 24 is used to call the NotificationManager notification management center at the bottom of the system to evoke the latest notification information when the sliding tracks of the three touch inputs meet the preset direction value characteristics at the same time;
处理模块25,用于对所述调用唤起模块24唤起的最近一条通知信息进行处理。The processing module 25 is configured to process the latest piece of notification information evoked by the invoking module 24 .
具体而言,所述处理模块25进一步包括:Specifically, the processing module 25 further includes:
处理程序启动模块251,用于当所述调用唤起模块24唤起的最近一条通知信息指定了相应的处理程序时,则启动该处理程序。比如来了一条短信的通知信息时,便直接进入查看短信的应用界面。The processing program starting module 251 is configured to start the processing program when the latest notification information invoked by the call calling module 24 specifies a corresponding processing program. For example, when a notification message of a text message comes, the application interface for viewing the text message will be directly entered.
通知内容显示模块252,用于当所述调用唤起模块24唤起的最近一条通知信息未指定相应的处理程序时,则跳转到NotificationManager通知管理中心,显示该通知信息的内容。The notification content display module 252 is configured to jump to the NotificationManager notification management center to display the content of the notification information when the latest notification information invoked by the invoking module 24 does not specify a corresponding processing program.
另外,该系统还包括:Additionally, the system includes:
移除模块26,用于将所述调用唤起模块24唤起的最近一条通知信息从NotificationManager通知管理中心移除。The removing module 26 is configured to remove the latest notification information evoked by the invoking module 24 from the NotificationManager notification management center.
在本实施例中,系统发出一条通知信息后,表现形式为在通知栏新增对应的一个通知项。从通知管理中心移除即是把该通知项从通知栏中清除掉。In this embodiment, after the system sends out a piece of notification information, it will appear in the form of adding a corresponding notification item in the notification bar. Removing from the notification management center means clearing the notification item from the notification bar.
需要说明的是,上述实施例提供的一种快速处理通知信息的系统,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将系统的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。It should be noted that the system for quickly processing notification information provided by the above embodiment is only illustrated by dividing the above functional modules. In practical applications, the above function allocation can be completed by different functional modules according to needs. That is, the internal structure of the system is divided into different functional modules to complete all or part of the functions described above.
实施例三Embodiment three
本发明的实施例三提供了一种移动终端,其包括实施例二所述的快速处理通知信息的系统,在此不再赘述。Embodiment 3 of the present invention provides a mobile terminal, which includes the system for quickly processing notification information described in Embodiment 2, which will not be repeated here.
在此需要说明的是,该移动终端可以是手机、平板电脑、人机交互终端或其他具有通知栏的移动终端设备。It should be noted here that the mobile terminal may be a mobile phone, a tablet computer, a human-computer interaction terminal or other mobile terminal devices with a notification bar.
综上所述,本发明利用用户实际操作中比较少操作到的滑动触摸动作来触发调用通知管理中心,无论移动终端处于何种应用界面都能直接唤起最近一条通知信息并对该通知信息进行处理,实现快速处理通知信息的效果,提高了用户体验感。To sum up, the present invention utilizes the swipe touch action that is rarely operated by the user to trigger the call to the notification management center, no matter what application interface the mobile terminal is in, it can directly invoke the latest notification information and process the notification information , realizing the effect of quickly processing the notification information, and improving the user experience.
上述实施例为本发明较佳的实施方式,但本发明的实施方式并不受上述实施例的限制,其他的任何未背离本发明的精神实质与原理下所作的改变、修饰、替代、组合、简化,均应为等效的置换方式,都包含在本发明的保护范围之内。The above-mentioned embodiment is a preferred embodiment of the present invention, but the embodiment of the present invention is not limited by the above-mentioned embodiment, and any other changes, modifications, substitutions, combinations, Simplifications should be equivalent replacement methods, and all are included in the protection scope of the present invention.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201310466901.5ACN103560942B (en) | 2013-10-09 | 2013-10-09 | Method, system and the mobile terminal of a kind of quick process announcement information |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201310466901.5ACN103560942B (en) | 2013-10-09 | 2013-10-09 | Method, system and the mobile terminal of a kind of quick process announcement information |
| Publication Number | Publication Date |
|---|---|
| CN103560942A CN103560942A (en) | 2014-02-05 |
| CN103560942Btrue CN103560942B (en) | 2016-08-31 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201310466901.5AExpired - Fee RelatedCN103560942B (en) | 2013-10-09 | 2013-10-09 | Method, system and the mobile terminal of a kind of quick process announcement information |
| Country | Link |
|---|---|
| CN (1) | CN103560942B (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP4318195A3 (en) | 2015-01-04 | 2024-04-24 | Huawei Technologies Co., Ltd. | Method, apparatus, and terminal for processing notification information |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102779004A (en)* | 2012-06-26 | 2012-11-14 | 宇龙计算机通信科技(深圳)有限公司 | Method and device for operating touch screen terminal screen |
| CN102799376A (en)* | 2012-07-11 | 2012-11-28 | 广东欧珀移动通信有限公司 | A shortcut function setting method of a touch device |
| WO2013071198A2 (en)* | 2011-11-09 | 2013-05-16 | Lapp Joseph T | Finger-mapped character entry systems |
| CN103294357A (en)* | 2013-05-16 | 2013-09-11 | 东莞宇龙通信科技有限公司 | Data processing method and device |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8479122B2 (en)* | 2004-07-30 | 2013-07-02 | Apple Inc. | Gestures for touch sensitive input devices |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2013071198A2 (en)* | 2011-11-09 | 2013-05-16 | Lapp Joseph T | Finger-mapped character entry systems |
| CN102779004A (en)* | 2012-06-26 | 2012-11-14 | 宇龙计算机通信科技(深圳)有限公司 | Method and device for operating touch screen terminal screen |
| CN102799376A (en)* | 2012-07-11 | 2012-11-28 | 广东欧珀移动通信有限公司 | A shortcut function setting method of a touch device |
| CN103294357A (en)* | 2013-05-16 | 2013-09-11 | 东莞宇龙通信科技有限公司 | Data processing method and device |
| Publication number | Publication date |
|---|---|
| CN103560942A (en) | 2014-02-05 |
| Publication | Publication Date | Title |
|---|---|---|
| CN107786730B (en) | Task management method and terminal | |
| US20140002396A1 (en) | Information processing method, information processing apparatus and electronic device | |
| US9658761B2 (en) | Information processing apparatus, information processing method, and computer program | |
| CN104536666B (en) | A method and device for quickly switching application programs and their interfaces | |
| CN106125984B (en) | A touch processing method for a mobile terminal and the mobile terminal | |
| CN103777947B (en) | The management method at the main interface of a kind of mobile terminal and device | |
| US20170115796A1 (en) | Method, device and terminal apparatus for recognizing a multi-finger pinching-in or pinching-out gesture | |
| CN103645825A (en) | Message processing method and device | |
| CN107273130A (en) | Method, device and the terminal for accelerating interface to draw | |
| CN103324437A (en) | A method and device for realizing object batch operation | |
| WO2015196976A1 (en) | Method and system for optimization of sliding performance of asynchronously loaded data, and mobile terminal | |
| CN104407799A (en) | Method and system for avoiding incorrect operation of touch screen in video playing process | |
| CN104615337A (en) | Method and device for managing icons on main interface of intelligent terminal | |
| CN104238794A (en) | Method and terminal for responding to touch screen operation, and mobile terminal | |
| CN103076981A (en) | Method for detecting operation effectiveness of touch screen and mobile terminal | |
| CN108334267A (en) | Cursor moving method and system and terminal equipment | |
| CN103677577A (en) | Terminal object operating method and terminal | |
| CN103399662B (en) | A kind of touch-screen that processes reports the method for coordinate event, system and mobile terminal | |
| US20220335943A1 (en) | Human-computer interaction method, apparatus, and system | |
| WO2016173307A1 (en) | Message copying method and device, and smart terminal | |
| WO2017124677A1 (en) | Method for displaying notification message in status bar, and mobile terminal | |
| CN103560942B (en) | Method, system and the mobile terminal of a kind of quick process announcement information | |
| CN111124519B (en) | Method and system for optimizing starting speed of android application program based on input response | |
| CN103218161B (en) | Mobile terminal operation method and system based on multi-point touch | |
| CN105389116A (en) | Terminal application processing method and system for terminal equipment, terminal equipment |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| CP01 | Change in the name or title of a patent holder | ||
| CP01 | Change in the name or title of a patent holder | Address after:Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18 Patentee after:GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd. Address before:Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18 Patentee before:GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd. | |
| CF01 | Termination of patent right due to non-payment of annual fee | ||
| CF01 | Termination of patent right due to non-payment of annual fee | Granted publication date:20160831 |