WO2019184821A1 - Method and system for managing background process - Google Patents
Method and system for managing background process Download PDFInfo
- Publication number
- WO2019184821A1 WO2019184821A1 PCT/CN2019/079264 CN2019079264W WO2019184821A1 WO 2019184821 A1 WO2019184821 A1 WO 2019184821A1 CN 2019079264 W CN2019079264 W CN 2019079264W WO 2019184821 A1 WO2019184821 A1 WO 2019184821A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- application
- background process
- list
- running
- selection operation
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/485—Task life-cycle, e.g. stopping, restarting, resuming execution
Definitions
- the present invention relates to the field of Android software technologies, and in particular, to a background process management method and system.
- the present invention provides a background process management method and system.
- the technical solution adopted by the present invention is a background process management method applied to an intelligent terminal, comprising the steps of: obtaining an external selection operation to mark an application and generating an application list; acquiring an operation parameter of the intelligent terminal, according to the operation parameter management office The application.
- the method further comprises the steps of: obtaining a name of the running application and generating an input component for acquiring an external selection operation; acquiring an external selection operation to mark the application and generate an application list.
- the method further includes the steps of: obtaining an external selection operation to mark that the application belongs to a whitelist or a blacklist, generating an application list displaying the application identifier; acquiring an operation parameter of the intelligent terminal, and managing the application according to the operation parameter.
- the step of managing the application according to the operating parameter comprises: stopping the background process of the application belonging to the blacklist when the running parameter satisfies the threshold.
- the technical solution adopted by the present invention is a background process management system, which is applied to an intelligent terminal, and includes: an input component, configured to acquire an external selection operation to mark an application and generate an application list; and a processing component for acquiring the smart terminal
- the running parameters, the application is managed according to the operating parameters.
- the method further includes: a pre-processing component, configured to acquire a name of the running application and generate an input component for acquiring an external selection operation.
- a pre-processing component configured to acquire a name of the running application and generate an input component for acquiring an external selection operation.
- the input component is further configured to obtain an external selection operation to mark that the application belongs to a whitelist or blacklist, and generate a list of applications that display the application tag.
- the processing component is further configured to acquire an operating parameter of the smart terminal, and when the running parameter meets the threshold, stop the background process of the application that belongs to the blacklist.
- the invention has the beneficial effects that the external operation is used to define the attributes of the program, and the management of the background process of the application is determined according to the running state of the intelligent terminal, which can meet the requirements of performance and operation under the operating environment of the current intelligent terminal. .
- FIG. 1 is a flowchart of querying a currently running background process according to an embodiment of the present invention.
- a background process management method is applied to an intelligent terminal, comprising the steps of: acquiring an external selection operation to mark an application and generating an application list; acquiring an operation parameter of the intelligent terminal, and managing the application according to the operation parameter; .
- the method also includes the steps of: obtaining the name of the running application and generating an input component for obtaining an external selection operation; obtaining an external selection operation to mark the application and generate a list of applications.
- the method further includes the steps of: obtaining an external selection operation to mark the application to be a whitelist or a blacklist, generating a list of applications displaying the application markup; obtaining an operation parameter of the smart terminal, and managing the application according to the operation parameter.
- the step of managing the application according to the operating parameters includes: stopping the background process of the blacklisted application when the running parameter satisfies the threshold.
- the present invention is directed to various operating systems, and an Android system will be described herein as an example.
- Get a list of system programs/processes join not kill list, be an important program
- a list of post-installed applications (belonging to the whitelist, the main processing object), and output the list (specifically, output a list component on the screen of the mobile phone)
- the component can display the name of the specific application, and can accept the operation from the touch screen / button, the operation here is used to select each small unit of the list component, and each unit corresponds to an application / process)
- an external operation click on any unit
- a small menu will appear, the content of which includes the black/white list, stop the process, etc.
- the markup of the application is implemented (it can also directly stop a certain process) when completed.
- the monitoring of the mobile phone ie, the smart terminal
- the parameter of the monitoring that is, the operating parameter, including the system memory, the CPU, the storage space, etc.
- the background process is started to be cleared and marked as black.
- the background process of the list of programs stops.
- the list of running applications is output, which enables the user to monitor and manage the process in real time, and can also output the running parameters of the mobile phone, so that the user can monitor the performance.
- a background process management APP is set to implement the above functions.
- the background process management APP When the system is booted, the background process management APP generates a black/white list according to the default configuration value in the xml file (which can be completed through keyboard input). And save the black/white list to the SettingProvider In the DB database.
- the background process management starts a background service real-time monitoring system running performance, Android When the Frameworks are ready to launch an application, first query the SettingsProvider.
- the background process management APP accesses Android Frameworks, query the current system running process, and generate a list, the background process management APP will select the user (that is, external operations) need to stop running the process, notify Android The framework stops running.
- the process of querying the currently running background process as shown in FIG. 1 is as follows:
- Get the name of the process package without killing that is, the process that should not be processed
- get the information of the currently running application select an application to process, determine whether it is an application that does not need to be killed, then select an application again
- the program processes, if not, the next step; whether it is a system application, if it is re-selected an application for processing, it is not added to the display list (the purpose is to allow the processed application/process to be displayed to the user).
- the intelligent killing process is
- Get the list that is not killing that is, the process that should not be processed
- Get the currently running application select an application to process, determine whether it belongs to the whitelist (belonging to the whitelist application) and not kill the list, then re- choose an app to judge, not notify Android Frameworks stops the app.
- a background process management system is applied to an intelligent terminal, comprising: an input component, configured to acquire an external selection operation to mark an application and generate an application list; and a processing component, configured to acquire an operation parameter of the intelligent terminal
- the application is managed according to the operating parameters.
- the system also includes a pre-processing component for obtaining the name of the running application and generating an input component for obtaining an external selection operation.
- the input component is also used to obtain an external selection operation to mark the application as being whitelisted or blacklisted, generating a list of applications that display application tags.
- the processing component is further configured to obtain an operating parameter of the smart terminal, and when the running parameter meets the threshold, the background process of the blacklisted application is stopped.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
Disclosed are a method and system for managing a backgroud process. The method comprises: acquiring an external selection operation to mark an application program, and generating an application program list; and acquiring running parameters of an intelligent terminal, and managing the application program according to the running parameters. The system comprises: an input component for acquiring an external selection operation to mark an application program, and generating an application program list; and a processing component for acquiring running parameters of an intelligent terminal, and managing the application program according to the running parameters. In the present invention, an attribute of a program is defined based on an external operation, and the management of a background process of an application program is decided according to the running state of an intelligent terminal, so that the requirements for performance and running aspects can be satisfied in the running environment of the current intelligent terminal.
Description
技术领域Technical field
本发明涉及Android软件技术领域,尤其涉及一种后台进程管理方法和系统。The present invention relates to the field of Android software technologies, and in particular, to a background process management method and system.
背景技术Background technique
Android系统在设计之初,为了让应用程序能够快速启动,应用程序退出时,并不会完全退出,而是转入后台,当下次需要启动该应用时,直接从后台调到前台显示给用户。这样虽然启动快,但占用了一定的系统资源,随着后台运行的应用越来越多,系统资源被占用也越来越多,导致手机越来越慢,甚至达到用户无法忍受的程度。现有的一些查杀软件,均无法清除顽固驻留的流氓软件,也无智能清理、实时监控等功能。At the beginning of the design of the Android system, in order to enable the application to start quickly, when the application exits, it will not completely exit, but will be transferred to the background. When the application needs to be started next time, it will be directly transferred from the background to the foreground and displayed to the user. Although this is fast, it occupies a certain amount of system resources. As more and more applications run in the background, system resources are occupied more and more, resulting in slower and slower mobile phones, even to the extent that users can't stand it. Some existing killing software can't clear the stubborn resident rogue software, and there is no intelligent cleaning, real-time monitoring and other functions.
发明内容Summary of the invention
为了解决上述问题,本发明提供一种后台进程管理方法和系统。In order to solve the above problems, the present invention provides a background process management method and system.
本发明采用的技术方案一方面为一种后台进程管理方法,应用于智能终端,包括步骤:获取外部选择操作以标记应用程序并生成应用程序列表;获取智能终端的运行参数,根据运行参数管理所述应用程序。The technical solution adopted by the present invention is a background process management method applied to an intelligent terminal, comprising the steps of: obtaining an external selection operation to mark an application and generating an application list; acquiring an operation parameter of the intelligent terminal, according to the operation parameter management office The application.
优选地,还包括步骤:获取正在运行的应用程序的名称并生成用于获取外部选择操作的输入组件;获取外部选择操作以标记应用程序并生成应用程序列表。Preferably, the method further comprises the steps of: obtaining a name of the running application and generating an input component for acquiring an external selection operation; acquiring an external selection operation to mark the application and generate an application list.
优选地,还包括步骤:获取外部选择操作以标记应用程序属于白名单或黑名单,生成显示应用程序标记的应用程序列表;获取智能终端的运行参数,根据运行参数管理所述应用程序。Preferably, the method further includes the steps of: obtaining an external selection operation to mark that the application belongs to a whitelist or a blacklist, generating an application list displaying the application identifier; acquiring an operation parameter of the intelligent terminal, and managing the application according to the operation parameter.
优选地,根据运行参数管理所述应用程序的步骤包括:当运行参数满足阈值,则停止属于黑名单的应用程序的后台进程。Preferably, the step of managing the application according to the operating parameter comprises: stopping the background process of the application belonging to the blacklist when the running parameter satisfies the threshold.
本发明采用的技术方案一方面为一种后台进程管理系统,应用于智能终端,包括:输入组件,用于获取外部选择操作以标记应用程序并生成应用程序列表;处理组件,用于获取智能终端的运行参数,根据运行参数管理所述应用程序。The technical solution adopted by the present invention is a background process management system, which is applied to an intelligent terminal, and includes: an input component, configured to acquire an external selection operation to mark an application and generate an application list; and a processing component for acquiring the smart terminal The running parameters, the application is managed according to the operating parameters.
优选地,还包括:预处理组件,用于获取正在运行的应用程序的名称并生成用于获取外部选择操作的输入组件。Preferably, the method further includes: a pre-processing component, configured to acquire a name of the running application and generate an input component for acquiring an external selection operation.
优选地,输入组件还用于获取外部选择操作以标记应用程序属于白名单或黑名单,生成显示应用程序标记的应用程序列表。Preferably, the input component is further configured to obtain an external selection operation to mark that the application belongs to a whitelist or blacklist, and generate a list of applications that display the application tag.
优选地,处理组件还用于获取智能终端的运行参数,当运行参数满足阈值,则停止属于黑名单的应用程序的后台进程。Preferably, the processing component is further configured to acquire an operating parameter of the smart terminal, and when the running parameter meets the threshold, stop the background process of the application that belongs to the blacklist.
本发明的有益效果为基于外部操作以界定程序的属性,根据智能终端的运行状态决定应用程序的后台进程的管理,能够实现在当前智能终端的运行环境下,满足性能和运行的两方面的要求。The invention has the beneficial effects that the external operation is used to define the attributes of the program, and the management of the background process of the application is determined according to the running state of the intelligent terminal, which can meet the requirements of performance and operation under the operating environment of the current intelligent terminal. .
附图说明DRAWINGS
图1所示为基于本发明实施例的查询当前运行的后台进程的流程图。FIG. 1 is a flowchart of querying a currently running background process according to an embodiment of the present invention.
具体实施方式detailed description
以下结合实施例对本发明进行说明。The invention will now be described in connection with the examples.
基于发明的实施例,一种后台进程管理方法,应用于智能终端,包括步骤:获取外部选择操作以标记应用程序并生成应用程序列表;获取智能终端的运行参数,根据运行参数管理所述应用程序。According to an embodiment of the invention, a background process management method is applied to an intelligent terminal, comprising the steps of: acquiring an external selection operation to mark an application and generating an application list; acquiring an operation parameter of the intelligent terminal, and managing the application according to the operation parameter; .
方法还包括步骤:获取正在运行的应用程序的名称并生成用于获取外部选择操作的输入组件;获取外部选择操作以标记应用程序并生成应用程序列表。The method also includes the steps of: obtaining the name of the running application and generating an input component for obtaining an external selection operation; obtaining an external selection operation to mark the application and generate a list of applications.
方法还包括步骤:获取外部选择操作以标记应用程序属于白名单或黑名单,生成显示应用程序标记的应用程序列表;获取智能终端的运行参数,根据运行参数管理所述应用程序。The method further includes the steps of: obtaining an external selection operation to mark the application to be a whitelist or a blacklist, generating a list of applications displaying the application markup; obtaining an operation parameter of the smart terminal, and managing the application according to the operation parameter.
根据运行参数管理所述应用程序的步骤包括:当运行参数满足阈值,则停止属于黑名单的应用程序的后台进程。The step of managing the application according to the operating parameters includes: stopping the background process of the blacklisted application when the running parameter satisfies the threshold.
针对实施例的进一步说明,本发明针对各种操作系统,在此以Android系统为例子进行说明。For further explanation of the embodiments, the present invention is directed to various operating systems, and an Android system will be described herein as an example.
获取系统程序/进程的名单(加入不杀名单,为重要程序),后期安装的应用程序的名单(属于白名单,主要的处理对象),将名单输出(具体为在手机屏幕上输出一个名单组件,该组件能显示具体的应用程序的名称,同时能够接受来自触摸屏/按键的操作,此处的操作用于选择名单组件的各个小的单元,而每个单元分别对应一个应用程序/进程),当外部的操作(点击任意单元)会出现一个小菜单,其内容包括黑/白名单,停止该进程等,此时,实现对应用程序的标记(也可以直接实现停止某一个进程),当完成标记,则开始进行针对手机(即智能终端)的监控,监控的参数(即所述运行参数,包括系统内存、CPU、存储空间等)超过一定的阈值时,启动清理后台进程,将标记为黑名单的程序的后台进程停止。Get a list of system programs/processes (join not kill list, be an important program), a list of post-installed applications (belonging to the whitelist, the main processing object), and output the list (specifically, output a list component on the screen of the mobile phone) , the component can display the name of the specific application, and can accept the operation from the touch screen / button, the operation here is used to select each small unit of the list component, and each unit corresponds to an application / process) When an external operation (click on any unit), a small menu will appear, the content of which includes the black/white list, stop the process, etc. At this point, the markup of the application is implemented (it can also directly stop a certain process) when completed. Marking, the monitoring of the mobile phone (ie, the smart terminal) is started, and the parameter of the monitoring (that is, the operating parameter, including the system memory, the CPU, the storage space, etc.) exceeds a certain threshold, and the background process is started to be cleared and marked as black. The background process of the list of programs stops.
作为实施例的进一步改进,将正在运行的应用程序的名单输出,能够让用户实时进行进程的监控和管理,也可以输出手机运行参数,让用户能够实现对性能的监控。As a further improvement of the embodiment, the list of running applications is output, which enables the user to monitor and manage the process in real time, and can also output the running parameters of the mobile phone, so that the user can monitor the performance.
针对实施例的进一步说明设置一个后台进程管理的APP以实现上述功能,当系统开机完成后,后台进程管理APP根据xml文件中的默认配置值(可以通过键盘输入完成设置)生成黑/白名单,并将黑/白名单保存到SettingProvider
DB数据库中。同时后台进程管理启动一个后台Service实时监控系统运行性能,Android
Frameworks在准备自启动一个应用时,先查询SettingsProvider
DB,对于用户配置为禁止自启动的应用禁止启动,后台进程管理APP通过访问Android
Frameworks,查询当前系统正在运行的进程,并生成列表,后台进程管理APP将用户选择(即外部操作)需要停止运行的进程,通知Android
Framework停止运行。For further explanation of the embodiment, a background process management APP is set to implement the above functions. When the system is booted, the background process management APP generates a black/white list according to the default configuration value in the xml file (which can be completed through keyboard input). And save the black/white list to the SettingProvider
In the DB database. At the same time, the background process management starts a background service real-time monitoring system running performance, Android
When the Frameworks are ready to launch an application, first query the SettingsProvider.
DB, for users that are configured to prohibit self-starting applications from starting, the background process management APP accesses Android
Frameworks, query the current system running process, and generate a list, the background process management APP will select the user (that is, external operations) need to stop running the process, notify Android
The framework stops running.
与功能相关的接口包括:Functionally related interfaces include:
1)isForbitRunningBackgroundApp(String packageName)
1) isForbitRunningBackgroundApp(String packageName)
根据应用程序包名,查询SettingsProvider
DB黑白名单表,确认该应用程序是否允许后台运行。Query SettingsProvider based on the application package name
DB black and white list to confirm whether the application is allowed to run in the background.
2)clearJobScheduler(String packageName)2) clearJobScheduler(String packageName)
根据应用程序包名,清除应用程序在运行时注册到系统中的定时任务,防止应用程序被停止运行后又自启动。Based on the application package name, clear the timed tasks that the application registers with the system at runtime to prevent the application from being started and then self-starting.
3)clearSyncOperation(String packageName)3) clearSyncOperation(String packageName)
根据应用程序包名,清除应用程序在运行时注册到系统中的同步任务,防止应用程序被停止运行后又自启动。According to the application package name, clear the synchronization task that the application registers with the system at runtime to prevent the application from starting again after it is stopped.
针对实施例的进一步说明,如图1所示的查询当前运行的后台进程的流程:For further explanation of the embodiment, the process of querying the currently running background process as shown in FIG. 1 is as follows:
获取无需杀(即不该被处理的进程)的进程包的名字;获取当前运行的应用程序的信息;选择一个应用程序进行处理,判断是否为不需要杀的应用程序,是则再次选择一个应用程序进行处理,不是则进行下一步;判断是否为系统应用程序,是则重新选择一个应用程序进行处理不是则加入显示列表(其目的是将能允许被处理的应用/进程显示给用户)。Get the name of the process package without killing (that is, the process that should not be processed); get the information of the currently running application; select an application to process, determine whether it is an application that does not need to be killed, then select an application again The program processes, if not, the next step; whether it is a system application, if it is re-selected an application for processing, it is not added to the display list (the purpose is to allow the processed application/process to be displayed to the user).
针对实施例的进一步说明,智能查杀流程:For further explanation of the embodiment, the intelligent killing process:
获取不是杀列表(即不该被处理的进程);;获取当前运行的应用程序,选择一个应用进行处理,判断是否属于白名单(属于则标记为白名单应用)和不杀列表,是则重新选择一个应用进行判断,不是则通知Android
Frameworks停止该应用。Get the list that is not killing (that is, the process that should not be processed);; Get the currently running application, select an application to process, determine whether it belongs to the whitelist (belonging to the whitelist application) and not kill the list, then re- Choose an app to judge, not notify Android
Frameworks stops the app.
基于发明的实施例,一种后台进程管理系统,应用于智能终端,包括:输入组件,用于获取外部选择操作以标记应用程序并生成应用程序列表;处理组件,用于获取智能终端的运行参数,根据运行参数管理所述应用程序。According to an embodiment of the invention, a background process management system is applied to an intelligent terminal, comprising: an input component, configured to acquire an external selection operation to mark an application and generate an application list; and a processing component, configured to acquire an operation parameter of the intelligent terminal The application is managed according to the operating parameters.
系统还包括:预处理组件,用于获取正在运行的应用程序的名称并生成用于获取外部选择操作的输入组件。The system also includes a pre-processing component for obtaining the name of the running application and generating an input component for obtaining an external selection operation.
输入组件还用于获取外部选择操作以标记应用程序属于白名单或黑名单,生成显示应用程序标记的应用程序列表。The input component is also used to obtain an external selection operation to mark the application as being whitelisted or blacklisted, generating a list of applications that display application tags.
处理组件还用于获取智能终端的运行参数,当运行参数满足阈值,则停止属于黑名单的应用程序的后台进程。The processing component is further configured to obtain an operating parameter of the smart terminal, and when the running parameter meets the threshold, the background process of the blacklisted application is stopped.
以上所述,只是本发明的较佳实施例而已,本发明并不局限于上述实施方式,只要其以相同的手段达到本发明的技术效果,都应属于本发明的保护范围。在本发明的保护范围内其技术方案和/或实施方式可以有各种不同的修改和变化。The above is only a preferred embodiment of the present invention, and the present invention is not limited to the above embodiment, and as long as it achieves the technical effects of the present invention by the same means, it should fall within the scope of protection of the present invention. Various modifications and changes may be made to the technical solutions and/or embodiments within the scope of the invention.
Claims (8)
- 一种后台进程管理方法,应用于智能终端,其特征在于,包括步骤: A background process management method is applied to an intelligent terminal, which comprises the steps of:获取外部选择操作以标记应用程序并生成应用程序列表;Obtain an external selection operation to mark the application and generate a list of applications;获取智能终端的运行参数,根据运行参数管理所述应用程序。Obtaining operating parameters of the smart terminal, and managing the application according to the operating parameters.
- 根据权利要求1所述的一种后台进程管理方法,其特征在于,还包括步骤:The background process management method according to claim 1, further comprising the steps of:获取正在运行的应用程序的名称并生成用于获取外部选择操作的输入组件;Get the name of the running application and generate an input component for getting an external selection operation;获取外部选择操作以标记应用程序并生成应用程序列表。Get an external selection action to mark the application and generate a list of applications.
- 根据权利要求1或2所述的一种后台进程管理方法,其特征在于,还包括步骤:The background process management method according to claim 1 or 2, further comprising the steps of:获取外部选择操作以标记应用程序属于白名单或黑名单,生成显示应用程序标记的应用程序列表;Obtain an external selection operation to mark the application as a whitelist or blacklist, and generate a list of applications that display application tags;获取智能终端的运行参数,根据运行参数管理所述应用程序。Obtaining operating parameters of the smart terminal, and managing the application according to the operating parameters.
- 根据权利要求3所述的一种后台进程管理方法,其特征在于,根据运行参数管理所述应用程序的步骤包括:The background process management method according to claim 3, wherein the step of managing the application according to the operating parameter comprises:当运行参数满足阈值,则停止属于黑名单的应用程序的后台进程。When the running parameter meets the threshold, the background process of the blacklisted application is stopped.
- 一种后台进程管理系统,应用于智能终端,其特征在于,包括:A background process management system is applied to an intelligent terminal, and is characterized in that:输入组件,用于获取外部选择操作以标记应用程序并生成应用程序列表;Input component for obtaining an external selection operation to mark the application and generate a list of applications;处理组件,用于获取智能终端的运行参数,根据运行参数管理所述应用程序。The processing component is configured to acquire an operating parameter of the smart terminal, and manage the application according to the operating parameter.
- 根据权利要求5所述的后台进程管理系统,其特征在于,还包括:The background process management system according to claim 5, further comprising:预处理组件,用于获取正在运行的应用程序的名称并生成用于获取外部选择操作的输入组件。A pre-processing component that gets the name of the running application and generates an input component for getting an external selection operation.
- 根据权利要求5或6所述的后台进程管理系统,其特征在于,输入组件还用于获取外部选择操作以标记应用程序属于白名单或黑名单,生成显示应用程序标记的应用程序列表。 The background process management system according to claim 5 or 6, wherein the input component is further configured to obtain an external selection operation to mark that the application belongs to a whitelist or a blacklist, and generate an application list that displays the application tag.
- 根据权利要求7所述的后台进程管理系统,其特征在于,处理组件还用于获取智能终端的运行参数,当运行参数满足阈值,则停止属于黑名单的应用程序的后台进程。 The background process management system according to claim 7, wherein the processing component is further configured to acquire an operating parameter of the smart terminal, and when the running parameter meets the threshold, stop the background process of the application that belongs to the blacklist.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810266941.8A CN108509263A (en) | 2018-03-28 | 2018-03-28 | A kind of background process management method and system |
CN201810266941.8 | 2018-03-28 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2019184821A1 true WO2019184821A1 (en) | 2019-10-03 |
Family
ID=63379132
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/079264 WO2019184821A1 (en) | 2018-03-28 | 2019-03-22 | Method and system for managing background process |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN108509263A (en) |
WO (1) | WO2019184821A1 (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108509263A (en) * | 2018-03-28 | 2018-09-07 | 深圳酷泰丰科技有限公司 | A kind of background process management method and system |
CN109614221B (en) * | 2018-10-30 | 2024-01-09 | 北京技德系统技术有限公司 | Application framework of real-time operating system and method thereof |
CN110086932B (en) * | 2019-04-24 | 2021-05-25 | 努比亚技术有限公司 | Process starting control method, wearable device and storage medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104199731A (en) * | 2014-09-12 | 2014-12-10 | 北京奇虎科技有限公司 | Method and device for managing application program processes |
CN104199669A (en) * | 2014-09-12 | 2014-12-10 | 北京奇虎科技有限公司 | Method and device for managing application program processes |
CN108509263A (en) * | 2018-03-28 | 2018-09-07 | 深圳酷泰丰科技有限公司 | A kind of background process management method and system |
-
2018
- 2018-03-28 CN CN201810266941.8A patent/CN108509263A/en active Pending
-
2019
- 2019-03-22 WO PCT/CN2019/079264 patent/WO2019184821A1/en active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104199731A (en) * | 2014-09-12 | 2014-12-10 | 北京奇虎科技有限公司 | Method and device for managing application program processes |
CN104199669A (en) * | 2014-09-12 | 2014-12-10 | 北京奇虎科技有限公司 | Method and device for managing application program processes |
CN108509263A (en) * | 2018-03-28 | 2018-09-07 | 深圳酷泰丰科技有限公司 | A kind of background process management method and system |
Also Published As
Publication number | Publication date |
---|---|
CN108509263A (en) | 2018-09-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019184821A1 (en) | Method and system for managing background process | |
WO2017012404A1 (en) | Group management method and terminal, and storage medium | |
WO2019051948A1 (en) | Method, apparatus, server, and storage medium for processing monitoring data | |
TW201814609A (en) | Information pushing | |
CN107517238A (en) | A kind of smart machine control method, device and equipment for Internet of Things | |
WO2018094839A1 (en) | Method and device for installing preloaded application of mobile terminal | |
CN114143371A (en) | Screen projection method and device, storage medium and electronic equipment | |
CN112331202A (en) | Voice screen projection method and device, electronic equipment and computer readable storage medium | |
WO2022214012A1 (en) | System and method for implementing multi-language translation of application program, device and medium | |
WO2024165011A1 (en) | Plug-in adding method and apparatus, electronic device, and storage medium | |
WO2012128527A2 (en) | Method and system for managing contact information in a universal plug and play home network environment | |
CN108170585A (en) | log processing method, device, terminal device and storage medium | |
CN110286954B (en) | Application program starting method and device and storage medium | |
CN109981546B (en) | Method and device for acquiring remote call relation between application modules | |
WO2024164540A1 (en) | Access rule deployment method and apparatus, device, nonvolatile readable storage medium, and cloud platform | |
WO2015135261A1 (en) | Method and system for integrating television program channels and applications for intelligent television | |
CN112839065B (en) | Information processing method, information processing device, first equipment and storage medium | |
WO2024002302A1 (en) | Application management method, application subscription method, and related device | |
Gedeon et al. | A microservice store for efficient edge offloading | |
WO2021082992A1 (en) | Instantiated request generation method, interface virtual machine configuration method, nfvo, and vim | |
TW201800960A (en) | Event processing method, apparatus and device for internet of things | |
CN109739884B (en) | Graphical prompt information service design method for power monitoring system | |
CN107766141B (en) | Method for managing interrupt processing of GPIO (general purpose input/output) of embedded system | |
CN109684009B (en) | Protocol-based countdown synchronization method, device, storage medium and equipment | |
CN112000618A (en) | File change management method, device, equipment and storage medium for cluster nodes |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19777118 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 04.02.2021) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19777118 Country of ref document: EP Kind code of ref document: A1 |