CN105204926B - Mobile terminal and multi-background program operation control method and system thereof - Google Patents

Mobile terminal and multi-background program operation control method and system thereof Download PDF

Info

Publication number
CN105204926B
CN105204926B CN201510554239.8A CN201510554239A CN105204926B CN 105204926 B CN105204926 B CN 105204926B CN 201510554239 A CN201510554239 A CN 201510554239A CN 105204926 B CN105204926 B CN 105204926B
Authority
CN
China
Prior art keywords
background
mobile terminal
max
programs
running
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
CN201510554239.8A
Other languages
Chinese (zh)
Other versions
CN105204926A (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.)
Tcl Mobile Communication Technology Ningbo Co Ltd
Original Assignee
Tcl Mobile Communication Technology Ningbo 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 Tcl Mobile Communication Technology Ningbo Co Ltd filed Critical Tcl Mobile Communication Technology Ningbo Co Ltd
Priority to CN201510554239.8A priority Critical patent/CN105204926B/en
Publication of CN105204926A publication Critical patent/CN105204926A/en
Application granted granted Critical
Publication of CN105204926B publication Critical patent/CN105204926B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a mobile terminal and a method and a system for controlling the running of multiple background programs thereof, wherein the method specifically comprises the following steps: setting and storing a program number threshold value Max of background running of the mobile terminal in advance, and monitoring the current background running program number of the mobile terminal in real time; if the number of programs running in the current background exceeds the program number threshold value Max, starting a built-in timer of the mobile terminal; and if the timer reaches a preset time interval value, sequentially entering all programs running in the current background of the mobile terminal into the memory to run by taking each Max as a group according to the time interval value. The invention realizes that the number of programs executed in the background at each moment is always controlled within a certain threshold value so as to ensure that the memory is not excessively occupied by the background program, achieves the aim of improving the running speed of the system and provides convenience for users.

Description

Mobile terminal and multi-background program operation control method and system thereof
Technical Field
The invention relates to the technical field of mobile terminals, in particular to a mobile terminal and a multi-background program operation control method and system thereof.
Background
With the rapid development of mobile terminal technology, the functions of the mobile terminal are increasingly complex and diverse, and at present, the application programs of the mobile terminal are more and more, as commonly used: e-mail, alarm clock, WeChat, microblog, Tencent QQ, etc. Often, a user needs to open multiple applications in the background, as in the example above, often the user puts them into the background for running after opening. In the prior art, programs running in the background are just invisible, but actually run, and occupy memory; when the running background programs are too many, the system of the mobile terminal can run very slowly, and the memory capacity of the mobile terminal is always precious and limited (especially on some mobile terminals with low-end memories), so that when the running background programs are too many, the system can automatically shut down some programs; the behavior of the system sometimes affects the normal use of the user, for example, the user places the email in the background after opening the email and waits for the reply of the other party, however, the system automatically operates to close the email due to insufficient memory caused by excessive background programs, so that the user cannot receive the reply of the other party in time.
Namely, the following drawbacks exist in the prior art: on one hand, the running speed of the system is influenced when the background running program is excessive; on the other hand, the limited memory of the mobile terminal cannot accommodate more programs to run in the background, so that the running speed of the mobile terminal is greatly reduced, and the use of the user is influenced.
It will thus be seen that improvements and developments in the art are needed.
Disclosure of Invention
The present invention is directed to overcome the above-mentioned drawbacks in the prior art, and provides a mobile terminal and a method and a system for controlling operations of multiple background programs thereof, which on one hand can provide more programs to a user on a limited memory for running in the background, and on the other hand can also make the memory occupied by the programs running in the background as small as possible, so as to make more content space available for the system to increase the system running speed, thereby providing convenience for the user.
The technical scheme adopted by the invention for solving the technical problem is as follows:
a mobile terminal multi-background program operation control method comprises the following steps:
s1, setting and storing a program number threshold value Max of background running of the mobile terminal in advance, and monitoring the program number of the current background running of the mobile terminal in real time;
s2, if the number of programs running in the background at present exceeds the program number threshold value Max, starting a built-in timer of the mobile terminal;
and S3, if the timer reaches a preset time interval value, sequentially entering all programs running in the current background of the mobile terminal into a memory to run by taking each Max as a group according to the time interval value.
The method for controlling the running of multiple background programs of the mobile terminal, wherein the step S2 specifically includes:
s21, setting a time interval value TD for a built-in timer of the mobile terminal in advance;
s22, if the number P of the programs running in the current background is detected to exceed the program number threshold value Max, starting the timer and starting timing;
s23, when detecting that the timing time exceeds the time interval value TD, executing the step S3; otherwise, continuing to count time.
The method for controlling the running of multiple background programs of the mobile terminal, wherein the step S2 further includes the steps of:
and S24, if the number P of the programs running in the current background is detected not to exceed the program number threshold value Max, copying the data corresponding to the current background programs of all the mobile terminals into the memory to run, and closing the timer.
The method for controlling the running of the multiple background programs of the mobile terminal comprises the following steps of S3:
s31, sequencing the programs running in the current background of the mobile terminal in advance;
s32, sequentially copying data corresponding to the P programs running in the background to a memory by taking each Max as a group according to the time interval value TD;
and S33, copying the data corresponding to the remaining P-Max programs to a preset FLASH.
The method for controlling the running of multiple background programs of the mobile terminal, wherein the step S3 further includes the steps of:
s34, when detecting that the timer reaches a preset time interval value TD, acquiring Max background programs running in the current memory;
s35, copying memory data corresponding to the Max background programs running in the current memory to a preset FLASH;
and S36, copying the data corresponding to the Max background programs from the preset FLASH to the memory in sequence and running.
A mobile terminal multi-background program operation control system comprises:
the detection module is used for setting and storing a program number threshold value Max of background running of the mobile terminal in advance and monitoring the current background running program number of the mobile terminal in real time;
the starting module is used for starting a built-in timer of the mobile terminal if the number of programs running in the current background exceeds the program number threshold value Max;
and the running module is used for sequentially entering all programs running in the current background of the mobile terminal into the memory to run by taking each Max as a group according to the time interval value if the timer reaches the preset time interval value.
The mobile terminal multi-background program operation control system comprises a starting module, a starting module and a control module, wherein the starting module specifically comprises:
the mobile terminal comprises a presetting unit, a processing unit and a control unit, wherein the presetting unit is used for presetting a time interval value TD for a built-in timer of the mobile terminal;
a timer starting unit, configured to start the timer and start timing if it is detected that the number P of programs running in the current background exceeds the program number threshold Max;
a detection execution unit, configured to execute step S3 when detecting that the counted time exceeds the time interval TD; otherwise, continuing timing;
and the timer closing unit is used for copying data corresponding to the current background programs of all the mobile terminals into the memory to run if the number P of the programs running in the current background is detected not to exceed the program number threshold value Max, and closing the timer.
The mobile terminal multi-background program operation control system comprises an operation module, a control module and a display module, wherein the operation module specifically comprises:
the sequencing unit is used for sequencing the programs running in the current background of the mobile terminal in advance;
the first data copying unit is used for sequentially copying data corresponding to Pro programs running in the current background into the memory by taking every Max program as a group according to the time interval value TD;
and the second data copying unit is used for copying the data corresponding to the remaining P-Max programs to a preset FLASH.
The mobile terminal multi-background program operation control system comprises an operation module, a control module and a control module, wherein the operation module further comprises:
the program acquisition unit is used for acquiring Max background programs running in the current memory when detecting that the timer reaches a preset time interval value TD;
a third data copying unit, configured to copy memory data corresponding to the Max background programs running in the current memory to a preset FLASH;
and the fourth data copying unit is used for copying the data corresponding to the subsequent Max background programs from the preset FLASH to the memory in sequence for operation.
A mobile terminal is characterized by comprising the mobile terminal multi-background program operation control system.
The invention provides a mobile terminal and a method and a system for controlling the running of multiple background programs thereof, wherein the method specifically comprises the following steps: setting and storing a program number threshold value Max of background running of the mobile terminal in advance, and monitoring the current background running program number of the mobile terminal in real time; if the number of programs running in the current background exceeds the program number threshold value Max, starting a built-in timer of the mobile terminal; and if the timer reaches a preset time interval value, sequentially entering all programs running in the current background of the mobile terminal into the memory to run by taking each Max as a group according to the time interval value. The invention copies the memory data of a certain amount of background programs to the memory periodically to make the background programs run, copies the memory data of other programs to the FLASH to make the FLASH not run temporarily, and then repeats the above processes to make each background program run in the background, but the number of programs executed in the background at each moment is always controlled within a certain threshold value to ensure that the memory is not excessively occupied by the background programs, thereby vacating more content space for the system to use, achieving the purpose of improving the running speed of the system and providing convenience for users.
Drawings
Fig. 1 is a flowchart of a method for controlling multiple background program operations of a mobile terminal according to a preferred embodiment of the present invention.
Fig. 2 is a flowchart of an application embodiment of the multiple background program operation control method of the mobile terminal of the present invention.
FIG. 3 is a functional block diagram of a mobile terminal multi-daemon operation control system according to a preferred embodiment of the invention.
Detailed Description
The invention discloses a mobile terminal and a method and a system for controlling the running of multiple background programs of the mobile terminal, and further detailed description is given below by referring to the attached drawings and embodiments in order to make the purposes, technical schemes and advantages of the invention clearer and clearer. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for controlling multiple background programs of a mobile terminal according to a preferred embodiment of the present invention. The method for controlling the running of multiple background programs of the mobile terminal shown in fig. 1 comprises the following steps:
step S101, setting and storing a program number threshold value Max of background running of the mobile terminal in advance, and monitoring the program number of the current background running of the mobile terminal in real time.
In the embodiment of the invention, a program number threshold value Max of background running of the mobile terminal needs to be set and stored in the mobile terminal in advance, and the technical scheme of the invention is triggered by monitoring whether the current program number P of background running of the mobile terminal exceeds the preset threshold value Max in real time, namely, the technical scheme of the scheme is triggered to be started when the program number of background running is detected to be larger than Max, and the technical scheme of the scheme is triggered to be closed when the program number of background running is detected to be smaller than or equal to Max.
The preset threshold Max may be set by a user through a setting menu, or may be set by a mobile terminal manufacturer according to the size of a memory used by the mobile terminal manufacturer. Generally, the mobile terminal Max with a large memory is set to be slightly larger, and the mobile terminal Max with a small memory is set to be slightly smaller.
And S102, if the number of the programs running in the background at present exceeds the program number threshold value Max, starting a built-in timer of the mobile terminal.
In the embodiment of the present invention, the step S102 specifically includes the steps of:
s21, setting a time interval value TD for a built-in timer of the mobile terminal in advance;
s22, if the number P of the programs running in the current background is detected to exceed the program number threshold value Max, starting the timer and starting timing;
s23, when detecting that the timing time exceeds the time interval value TD, executing the step S3; otherwise, continuing timing;
and S24, if the number P of the programs running in the current background is detected not to exceed the program number threshold value Max, copying the data corresponding to the current background programs of all the mobile terminals into the memory to run, and closing the timer.
That is, in the embodiment of the present invention, when it is detected that the number P of the programs currently running in the background exceeds the program number threshold Max, a timer built in the mobile terminal is started, and the running of the background programs is periodically and sequentially executed according to a time interval value preset by the timer. Therefore, each background program can be reasonably stored in the memory to run, and the number of the background programs running in the memory at each moment is not more than the specified number (namely not more than Max); the difference between the times that the background program is put into the memory for execution and the times that other background programs are put into the memory for execution is prevented from being larger than one. Preferably, the time interval value TD of the timer is set to 5 seconds.
Step S103, if the timer reaches a preset time interval value, all programs running in the current background of the mobile terminal sequentially enter a memory to run by taking each Max as a group according to the time interval value.
In the embodiment of the present invention, the step S103 specifically includes the steps of:
s31, sequencing the programs running in the current background of the mobile terminal in advance;
s32, sequentially copying data corresponding to the P programs running in the background to a memory by taking each Max as a group according to the time interval value TD;
and S33, copying the data corresponding to the remaining P-Max programs to a preset FLASH.
Further, the step S103 further includes the steps of:
s34, when detecting that the timer reaches a preset time interval value TD, acquiring Max background programs running in the current memory;
s35, copying memory data corresponding to the Max background programs running in the current memory to a preset FLASH;
and S36, copying the data corresponding to the Max background programs from the preset FLASH to the memory in sequence and running.
That is, the embodiment of the present invention sequentially sorts the P programs running in the current background in advance as follows: p1, P2, P3, … …, P-1 and P. The running of only Max programs is allowed to be reserved in the memory each time, and the data of the rest P-Max programs in the content is copied to FLASH. Specifically, for P programs: p1, P2, P3, … …, P P-1, P P, which are kept in memory in the following order and run, the data in the rest program memory are copied to FLASH: executing P1, P2, … …, P Max for the first time and storing in memory, and copying the rest to FLASH; executing P [ Max +1], P [ Max +2], … … and P [ Max + Max ] for the second time, storing the execution in the memory, and copying the rest into FLASH; and then periodically and sequentially performing the operation according to the time interval value TD.
More specifically, the following are exemplified: existing 5 background programs: p1, P2, P3, P4, P5, Max is set to 2. The specific implementation process is as follows:
copying the memory data of P1 and P2 to memory for the first time, and copying the memory data of other programs to FLASH;
copying the memory data of P3 and P4 to memory for the second time, and copying the memory data of other programs to FLASH;
copying the memory data of P5 and P1 to memory for running, copying the memory data of other programs to FLASH;
and copying the memory data of P2 and P3 to memory for running, copying the memory data of other programs to FLASH … …, and executing in cycle.
Preferably, the FLASH may also be a power-down nonvolatile memory such as eMMC or EEPROM.
The invention will be further illustrated by the following specific application examples. Fig. 2 is a flowchart of an application embodiment of the mobile terminal multi-background program operation control method of the present invention. As shown in fig. 2, the method comprises the following steps:
s201, detecting whether the number of current background programs of the mobile terminal is larger than a preset program number threshold value PROMAX, if so, executing a step S203; otherwise, step S202 is performed.
S202, copying all the memory data of the background program into a memory to run, and closing a built-in timer of the mobile terminal.
S203, starting a built-in timer, wherein the timer preferably sets the timeout time to 5 seconds.
And S204, judging whether the timer reaches the overtime, if so, executing the step S205, otherwise, continuously waiting for the overtime.
S205, acquiring the background program which is executed in the memory.
S206, copying the main memory sentence corresponding to the background program which is being executed in the memory into the FLASH.
S207, copying the memory data of the PROMAX background programs from the FLASH to the memory.
Examples are as follows: there are 5 background programs, marked as P1, P2, P3, P4, P5; the PROMAX value is preset to 2. The following may occur:
if the background programs executed in the memory in S205 are P [1] and P [2], copying the memory data of the background programs P [3] and P [4] from the FLASH to the memory in S207;
if the background programs executed in the memory in S205 are P3 and P4, then in S207, the memory data of the background programs P5 and P1 are copied from FLASH to the memory;
if the background programs executed in the memory in S205 are P4 and P5, then in S207, the memory data of the background programs P1 and P2 are copied from FLASH to the memory. And so on.
If the starting of the background program is detected, setting the newly started background program as P [ PRO +1 ]; if the background program is detected to be closed (the closed background program is set as P [ st ]), the serial numbers of all background programs with the serial numbers behind the background program are reduced by 1; the method for switching the foreground program to the background process is the same as that for discovering the background program to start, and the method for switching the background program to the foreground is the same as that for discovering the background program to be closed.
It can be seen from the above that, the present invention copies the memory data of a certain amount of background programs to the memory periodically to make the background programs run, copies the memory data of the other programs to the FLASH to make them not run temporarily, and then repeats the above processes, so that each background program has an opportunity to run in the background, but the number of programs executed in the background at each moment is always controlled within a certain threshold to ensure that the memory is not occupied by the background programs too much, thereby vacating more content space for the system to use, achieving the purpose of increasing the system running speed, and providing convenience for the user.
Based on the foregoing embodiment, the present invention further provides a system for controlling multiple background program operations of a mobile terminal, as shown in fig. 3, including:
the detection module 100 is configured to set and store a threshold Max of the number of programs running in the background of the mobile terminal in advance in the mobile terminal, and monitor the number of programs running in the current background of the mobile terminal in real time;
a starting module 200, configured to start a built-in timer of the mobile terminal if the number of programs running in the current background exceeds the program number threshold Max;
the running module 300 is configured to, if the timer reaches a preset time interval value, sequentially enter all programs currently running in the background of the mobile terminal into the memory to run in a group of every Max according to the time interval value; as described above.
Further, the starting module 200 specifically includes:
the mobile terminal comprises a presetting unit, a processing unit and a control unit, wherein the presetting unit is used for presetting a time interval value TD for a built-in timer of the mobile terminal;
a timer starting unit, configured to start the timer and start timing if it is detected that the number P of programs running in the current background exceeds the program number threshold Max;
a detection execution unit, configured to execute step S3 when detecting that the counted time exceeds the time interval TD; otherwise, continuing timing;
a timer closing unit, configured to copy data corresponding to the current background program of all mobile terminals to an internal memory for running if it is detected that the number P of programs running in the current background does not exceed the program number threshold Max, and close the timer; as described above.
Further, the operation module 300 specifically includes:
the sequencing unit is used for sequencing the programs running in the current background of the mobile terminal in advance;
the first data copying unit is used for sequentially copying data corresponding to Pro programs running in the current background into the memory by taking every Max program as a group according to the time interval value TD;
the second data copying unit is used for copying the data corresponding to the remaining P-Max programs into a preset FLASH;
the program acquisition unit is used for acquiring Max background programs running in the current memory when detecting that the timer reaches a preset time interval value TD;
a third data copying unit, configured to copy memory data corresponding to the Max background programs running in the current memory to a preset FLASH;
the fourth data copying unit is used for copying the data corresponding to the subsequent Max background programs from the preset FLASH to the memory in sequence for operation; as described above.
Based on the foregoing embodiment, the present invention further provides an embodiment of a mobile terminal, where the mobile terminal in this embodiment includes the mobile terminal multi-background program operation control system.
In summary, the method for controlling the operation of the mobile terminal and the multiple background programs thereof and the system provided by the present invention specifically include: setting and storing a program number threshold value Max of background running of the mobile terminal in advance, and monitoring the current background running program number of the mobile terminal in real time; if the number of programs running in the current background exceeds the program number threshold value Max, starting a built-in timer of the mobile terminal; and if the timer reaches a preset time interval value, sequentially entering all programs running in the current background of the mobile terminal into the memory to run by taking each Max as a group according to the time interval value. The invention copies the memory data of a certain amount of background programs to the memory periodically to make the background programs run, copies the memory data of other programs to the FLASH to make the FLASH not run temporarily, and then repeats the above processes to make each background program run in the background, but the number of programs executed in the background at each moment is always controlled within a certain threshold value to ensure that the memory is not excessively occupied by the background programs, thereby vacating more content space for the system to use, achieving the purpose of improving the running speed of the system and providing convenience for users.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (6)

1. A mobile terminal multi-background program operation control method is characterized by comprising the following steps:
s1, setting and storing a program number threshold value Max of background running of the mobile terminal in advance, and monitoring the program number of the current background running of the mobile terminal in real time;
s2, if the number of programs running in the background at present exceeds the program number threshold value Max, starting a built-in timer of the mobile terminal;
s3, if the timer reaches a preset time interval value, sequentially entering all programs running in the current background of the mobile terminal into a memory to run by taking Max as a group according to the time interval value, and periodically and sequentially executing the operation in a circulating way according to the time interval value;
the step S3 specifically includes the steps of:
s31, sequencing the programs running in the current background of the mobile terminal in advance; if the background program is detected to be started, setting the newly started background program as P [ PRO +1 ]; if the background program is detected to be closed, subtracting 1 from the serial numbers of all background programs with serial numbers behind the background program;
s32, sequentially copying data corresponding to the P programs running in the background to a memory by taking each Max as a group according to the time interval value;
s33, copying the data corresponding to the remaining P-Max programs to a preset FLASH;
the step S3 further includes the steps of:
s34, when detecting that the timer reaches a preset time interval value, acquiring Max background programs running in the current memory;
s35, copying memory data corresponding to the Max background programs running in the current memory to a preset FLASH;
and S36, copying the data corresponding to the Max background programs from the preset FLASH to the memory in sequence and running.
2. The method for controlling the running of multiple background programs on the mobile terminal according to claim 1, wherein the step S2 specifically includes:
s21, setting a time interval value TD for a built-in timer of the mobile terminal in advance;
s22, if the number P of the programs running in the current background is detected to exceed the program number threshold value Max, starting the timer and starting timing;
s23, when detecting that the timing time exceeds the time interval value TD, executing the step S3; otherwise, continuing to count time.
3. The method for controlling multiple background program operations of a mobile terminal according to claim 1, wherein said step S2 further comprises the steps of:
and S24, if the number P of the programs running in the current background is detected not to exceed the program number threshold value Max, copying the data corresponding to the current background programs of all the mobile terminals into the memory to run, and closing the timer.
4. A mobile terminal multi-background program operation control system is characterized by comprising:
the detection module is used for setting and storing a program number threshold value Max of background running of the mobile terminal in advance and monitoring the current background running program number of the mobile terminal in real time;
the starting module is used for starting a built-in timer of the mobile terminal if the number of programs running in the current background exceeds the program number threshold value Max;
the running module is used for sequentially entering all programs running in the current background of the mobile terminal into the memory to run by taking each Max as a group according to the time interval value if the timer reaches the preset time interval value, and periodically and sequentially executing the operation in a circulating mode according to the time interval value;
the operation module specifically comprises:
the sequencing unit is used for sequencing the programs running in the current background of the mobile terminal in advance; if the background program is detected to be started, setting the newly started background program as P [ PRO +1 ]; if the background program is detected to be closed, subtracting 1 from the serial numbers of all background programs with serial numbers behind the background program;
the first data copying unit is used for sequentially copying data corresponding to the P programs running in the current background into the memory by taking each Max as a group according to the time interval value;
the second data copying unit is used for copying the data corresponding to the remaining P-Max programs into a preset FLASH;
the operation module further comprises:
the program acquisition unit is used for acquiring Max background programs running in the current memory when detecting that the timer reaches a preset time interval value;
a third data copying unit, configured to copy memory data corresponding to the Max background programs running in the current memory to a preset FLASH;
and the fourth data copying unit is used for copying the data corresponding to the subsequent Max background programs from the preset FLASH to the memory in sequence for operation.
5. The mobile terminal multi-background-program operation control system according to claim 4, wherein the starting module specifically comprises:
the mobile terminal comprises a presetting unit, a processing unit and a control unit, wherein the presetting unit is used for presetting a time interval value TD for a built-in timer of the mobile terminal;
a timer starting unit, configured to start the timer and start timing if it is detected that the number P of programs running in the current background exceeds the program number threshold Max;
the detection execution unit is used for detecting that the timing time exceeds the time interval value TD, if the timer reaches a preset time interval value, sequentially entering all programs running in the current background of the mobile terminal into the memory to run by taking each Max as a group according to the time interval value, and periodically and sequentially executing the operation in a circulating mode according to the time interval value; otherwise, continuing timing;
and the timer closing unit is used for copying data corresponding to the current background programs of all the mobile terminals into the memory to run if the number P of the programs running in the current background is detected not to exceed the program number threshold value Max, and closing the timer.
6. A mobile terminal, characterized by comprising the mobile terminal multi-daemon operation control system of any one of claims 4 to 5.
CN201510554239.8A 2015-09-02 2015-09-02 Mobile terminal and multi-background program operation control method and system thereof Active CN105204926B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510554239.8A CN105204926B (en) 2015-09-02 2015-09-02 Mobile terminal and multi-background program operation control method and system thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510554239.8A CN105204926B (en) 2015-09-02 2015-09-02 Mobile terminal and multi-background program operation control method and system thereof

Publications (2)

Publication Number Publication Date
CN105204926A CN105204926A (en) 2015-12-30
CN105204926B true CN105204926B (en) 2020-06-02

Family

ID=54952623

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510554239.8A Active CN105204926B (en) 2015-09-02 2015-09-02 Mobile terminal and multi-background program operation control method and system thereof

Country Status (1)

Country Link
CN (1) CN105204926B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775759A (en) * 2017-01-03 2017-05-31 惠州Tcl移动通信有限公司 Detection method and system that a kind of application based on mobile terminal is closed
CN112783563A (en) * 2021-01-28 2021-05-11 惠州Tcl移动通信有限公司 Mobile terminal sensor working method, system, terminal and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996100A (en) * 2010-11-30 2011-03-30 深圳市五巨科技有限公司 Task management method and device used for mobile terminal development system
CN103049319A (en) * 2012-12-18 2013-04-17 广东欧珀移动通信有限公司 Method for managing background application program in divided period and terminal thereof
CN103197962A (en) * 2012-01-04 2013-07-10 中国移动通信集团公司 Multi-process state switching method and device
CN104375896A (en) * 2013-08-16 2015-02-25 联想(北京)有限公司 Information processing method and electronic equipment
CN104866069A (en) * 2015-06-12 2015-08-26 广东小天才科技有限公司 Method and device for automatically clearing background application programs

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130021625A (en) * 2011-08-23 2013-03-06 삼성전자주식회사 Operating method and portable device supporting the same
CN102999387B (en) * 2012-11-09 2016-06-29 北京奇虎科技有限公司 Process running gear and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996100A (en) * 2010-11-30 2011-03-30 深圳市五巨科技有限公司 Task management method and device used for mobile terminal development system
CN103197962A (en) * 2012-01-04 2013-07-10 中国移动通信集团公司 Multi-process state switching method and device
CN103049319A (en) * 2012-12-18 2013-04-17 广东欧珀移动通信有限公司 Method for managing background application program in divided period and terminal thereof
CN104375896A (en) * 2013-08-16 2015-02-25 联想(北京)有限公司 Information processing method and electronic equipment
CN104866069A (en) * 2015-06-12 2015-08-26 广东小天才科技有限公司 Method and device for automatically clearing background application programs

Also Published As

Publication number Publication date
CN105204926A (en) 2015-12-30

Similar Documents

Publication Publication Date Title
CN105912370B (en) Control method and device for background application program of mobile terminal and mobile terminal
CN109803359B (en) Method for awakening terminal system and terminal
CN106060909B (en) A kind of method for connecting network and mobile terminal
CN110554762A (en) Method and terminal for controlling application program
CN103501390B (en) Mobile terminal with reminding function and reminding realization method thereof
CN103067597B (en) Mobile terminal startup task execution method
WO2012152049A2 (en) Method and device for shutting down application
CN103425506A (en) Powering off method, starting up method and communication terminal
EP2824895A1 (en) Information backup method and apparatus, mobile terminal
CN104794016A (en) Mobile terminal crash testing and processing method and system
CN109067416B (en) Method for realizing hot plug and start of SIM card and intelligent hardware
US9717055B2 (en) Method for performing alarm grouping control of an electronic device with aid of at least one grouping control strategy, and associated apparatus
CN104503828A (en) Process management method and terminal
WO2015188433A1 (en) Application starting device and method
CN104834497A (en) On screen display control method and controller
CN105245718A (en) Control method and device of breathing lamp and mobile terminal
US20160044157A1 (en) Method for managing data traffic of software and portable electronic apparatus using the same
WO2018099253A1 (en) Self-starting method and device
CN105204926B (en) Mobile terminal and multi-background program operation control method and system thereof
CN105335056A (en) Application control method and device and terminal
CN106055360A (en) Starting method of application background service and mobile terminal
CN107608744B (en) Application process management method and device and mobile terminal
CN103699205A (en) Timing shutdown method and device
CN105975306A (en) Application program starting management method and application program starting management apparatus for electronic device
CN109901692A (en) Execution method, apparatus, terminal and the storage medium of target application

Legal Events

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