CN109992379B - Application freezing method and device, storage medium and terminal - Google Patents

Application freezing method and device, storage medium and terminal Download PDF

Info

Publication number
CN109992379B
CN109992379B CN201711489078.4A CN201711489078A CN109992379B CN 109992379 B CN109992379 B CN 109992379B CN 201711489078 A CN201711489078 A CN 201711489078A CN 109992379 B CN109992379 B CN 109992379B
Authority
CN
China
Prior art keywords
application
freezing
foreground
foreground application
operation mode
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
CN201711489078.4A
Other languages
Chinese (zh)
Other versions
CN109992379A (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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201711489078.4A priority Critical patent/CN109992379B/en
Priority to PCT/CN2018/116736 priority patent/WO2019128563A1/en
Publication of CN109992379A publication Critical patent/CN109992379A/en
Application granted granted Critical
Publication of CN109992379B publication Critical patent/CN109992379B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/482Application

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application relates to an application freezing method, an application freezing device, a storage medium and a terminal. The method comprises the steps that when a foreground starts an application, the currently running foreground application is monitored to receive operation information input by a user; the operation information comprises an operation mode and an operation time point; calling the mapping relation between the operation mode of each application receiving user input and the freezing condition, and determining whether the foreground application needs to be frozen at the current moment according to the operation information; when the foreground application needs to be frozen, the foreground application is frozen according to a preset strategy, the utilization rate of the current user to the foreground application can be obtained through the operation information, when the user does not input the operation information for a long time, the foreground application can be frozen in time, and the intelligence of the terminal is improved.

Description

Application freezing method and device, storage medium and terminal
Technical Field
The present application relates to the field of terminal technologies, and in particular, to an application freezing method, an application freezing apparatus, a storage medium, and a terminal.
Background
With the development of mobile communication technology, users often install various applications in the terminal to meet different requirements of the users. In order to avoid that an unnecessary application runs in the background or an application which is not reasonably used by a user runs in the foreground, the system memory is occupied, and the electric quantity of the terminal equipment is consumed, the unnecessary application or the application which is not reasonably used by the user is generally frozen. Generally, whether an application should be frozen or not is determined mainly according to methods such as an application running state, foreground application or background application, and the like.
Disclosure of Invention
The embodiment of the application freezing method and device, the storage medium and the terminal can improve the intelligence of the terminal by freezing the application by monitoring the operation information received by the foreground application.
An application freezing method comprising:
when a foreground starts a new application, monitoring the currently running foreground application to receive operation information input by a user; the operation information comprises an operation mode and an operation time point;
calling the mapping relation between the operation mode of each foreground application and the freezing condition, and determining whether the foreground application needs to be frozen at the current moment according to the mapping relation;
and when the foreground application needs to be frozen, freezing the foreground application according to a preset strategy.
An application freezing apparatus, the apparatus comprising:
the monitoring module is used for monitoring the currently running foreground application to receive the operation information input by the user when the foreground starts a new application; the operation information comprises an operation mode and an operation time point;
the determining module is used for calling the mapping relation between the operation mode of each foreground application and the freezing condition, and determining whether the foreground application needs to be frozen at the current moment according to the mapping relation;
and the freezing module is used for freezing the foreground application according to a preset strategy when the foreground application needs to be frozen.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the application freezing method in the various embodiments of the application.
A terminal comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of application freezing in various embodiments of the present application when executing the computer program.
According to the application freezing method and device, the storage medium and the terminal, when the foreground starts the application, the foreground application which is running at present is monitored to receive the operation information input by the user; calling the mapping relation between the operation mode of each foreground application and the freezing condition, and determining whether the foreground application needs to be frozen at the current moment according to the mapping relation; when the foreground application needs to be frozen, the foreground application is frozen according to a preset strategy, the utilization rate of the current user to the foreground application can be obtained through the operation information, when the user does not input the operation information for a long time, the foreground application can be frozen in time, and the intelligence of the terminal is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic diagram of an internal structure of a terminal in one embodiment;
FIG. 2 is a block diagram that illustrates a portion of the framework of the system in the terminal in one embodiment;
FIG. 3 is a flow diagram of an application freezing method in one embodiment;
FIG. 4 is a flow chart of a method of applying freezing in another embodiment;
FIG. 5 is a flowchart illustrating determining whether the foreground application needs to be frozen at the current time according to the mapping relationship in one embodiment;
FIG. 6 is a flowchart illustrating determining whether to freeze the foreground application according to the category information of the foreground application in one embodiment;
FIG. 7 is a flow diagram that illustrates freezing the foreground application according to a predetermined policy, under an embodiment;
FIG. 8 is a flow chart illustrating freezing of the foreground application according to a predetermined policy in another embodiment;
FIG. 9 is a flow chart of a method of applying freezing in yet another embodiment;
FIG. 10 is a block diagram of an embodiment employing a freezing apparatus;
fig. 11 is a block diagram of a partial structure of a cellular phone in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
It will be understood that, as used herein, the terms "first," "second," and the like may be used herein to describe various elements, but these elements are not limited by these terms. These terms are only used to distinguish one element from another. For example, a first depended process may be referred to as a second depended process, and similarly, a second depended process may be referred to as a first depended process, without departing from the scope of the present invention. The first and second depended processes are both depended processes, but are not the same depended process.
In one embodiment, as shown in fig. 1, a schematic diagram of the internal structure of a terminal is provided. The terminal includes a processor, a memory, and a display screen connected by a system bus. Wherein, the processor is used for providing calculation and control capability and supporting the operation of the whole terminal. The memory is used for storing data, programs, and/or instruction codes, and the like, and the memory stores at least one computer program which can be executed by the processor to realize the process processing method suitable for the terminal provided in the embodiment of the application. The Memory may include a non-volatile storage medium such as a magnetic disk, an optical disk, a Read-Only Memory (ROM), or a Random-Access-Memory (RAM). For example, in one embodiment, the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a database, and a computer program. The database stores data related to a process processing method for implementing the above embodiments, for example, information such as a name of each process or application may be stored. The computer program can be executed by a processor to implement a process handling method provided by various embodiments of the present application. The internal memory provides a cached operating environment for the operating system, databases, and computer programs in the non-volatile storage medium. The display screen may be a touch screen, such as a capacitive screen or an electronic screen, and is configured to display interface information of an application corresponding to a foreground process, and also may be configured to detect a touch operation applied to the display screen, and generate a corresponding instruction, such as a switching instruction for performing foreground and background applications.
Those skilled in the art will appreciate that the configuration shown in fig. 1 is a block diagram of only a portion of the configuration relevant to the present application, and does not constitute a limitation on the terminal to which the present application is applied, and that a particular terminal may include more or less components than those shown in the drawings, or may combine certain components, or have a different arrangement of components. For example, the terminal further includes a network interface connected via the system bus, where the network interface may be an ethernet card or a wireless network card, and the like, and is used for communicating with an external terminal, such as communicating with a server.
In one embodiment, as shown in FIG. 2, a partial architecture diagram of a terminal is provided. The architecture system of the terminal includes a JAVA space layer 210, a local framework layer 220, and a Kernel space layer 230. The JAVA space layer may include a freezing and unfreezing application 210, and the terminal may implement a freezing policy for each application through the freezing and unfreezing application 210, and perform a freezing operation on a related application consuming power in the background. A resource priority and restriction management module 222 and a platform freeze management module 224 are contained in the local framework layer 220. The terminal can maintain different applications in organizations with different priorities and different resources in real time through the resource priority and restriction management module 222, and adjust the resource groups of the application programs according to the requirements of the upper layer, thereby achieving the effects of optimizing performance and saving power consumption. The terminal may allocate, by using the platform freezing management module 224, the task that can be frozen in the background to the freezing layers corresponding to the preset different levels according to the length of the freezing time, and optionally, the number of the freezing layers may include three, where: CPU limited sleep mode, CPU frozen sleep mode, process deep frozen mode. The CPU sleep-restricted mode is to restrict CPU resources occupied by related processes, so that the related processes occupy less CPU resources, and the vacant CPU resources are inclined to other processes which are not frozen, so that the occupation of the CPU resources is restricted, and the occupation of network resources and I/O interface resources is correspondingly restricted; the CPU freezing sleep mode means that related processes are forbidden to use the CPU, the occupation of a memory is reserved, and when CPU resources are forbidden to use, corresponding network resources and I/O interface resources are also forbidden to use; the process deep freezing mode is to further recycle the memory resources occupied by the relevant processes except for forbidding the use of CPU resources, and the recycled memory can be used by other processes. The kernel space layer 230 includes a UID management module 231, a Cgroup module 232, a Binder management module 233, a process memory recycling module 234, and a timeout freeze exit module 235. The UID management module 231 is configured to manage or freeze resources of the third-party application based on a User Identifier (UID) of the application. Compared with the Process control based on the Process Identifier (PID), the unified management of the resources of the application of one user is facilitated through the UID. The Cgroup module 232 is used to provide a complete set of resource restriction mechanisms related to Central Processing Unit (CPU), CPU set, memory, input/output (I/O) and Net. The Binder management and control module 233 is used for controlling the priority of background Binder communication. The interface module of the local framework layer 220 includes a binder interface that is issued to the upper layer, and the framework or application of the upper layer sends a resource restriction or freezing instruction to the resource priority and restriction management module 222 and the platform freezing management module 224 through the provided binder interface. The process memory recycling module 234 is used to implement a deep process freezing mode, so that when a third-party application is in a frozen state for a long time, a file area of a process is mainly released, thereby achieving a memory-saving module and increasing the speed of the application when the application is started next time. The timeout freeze exit module 235 is used to resolve the exception generated by the freeze timeout scenario. Through the above-mentioned architecture, the application freezing method in the embodiments of the present application can be implemented.
In one embodiment, as shown in FIG. 3, an application freezing method is provided for freezing foreground applications of a terminal. The embodiment is described by taking the method applied to the terminal shown in fig. 1 as an example. The application freezing method comprises the following steps:
step 302: when the foreground starts an application, monitoring the currently running foreground application to receive operation information input by a user; the operation information includes an operation mode and an operation time point.
The execution of an Application (APP) is usually represented by the execution of a plurality of related processes. The process involved in the foreground application running is the foreground process, and the process involved in the background application running is the background process. And the application corresponding to the operation page of the application program displayed on the current display interface of the terminal is the foreground application currently running on the terminal. In this embodiment, only the application corresponding to the input focus is the foreground application, or only the application corresponding to the window object located on the top of the window stack of the operating system is the foreground application currently corresponding to the terminal. Determining whether the target application is foreground application, acquiring a window object corresponding to the target application, and judging whether the window object is positioned at the stack top of a window stack of an operating system, wherein if the window object is positioned at the stack top of the window stack of the operating system, the target application is the foreground application, and if the window object is not positioned at the stack top of the window stack of the operating system, the application program runs in the background and is background application.
When the foreground application is started, the foreground application can monitor the operation information input by the user. The operation information includes an operation mode and an operation time point input by the user. The operation modes at least comprise input operation modes such as key pressing, voice, touch, fingerprint and scanning. Meanwhile, when the operation information input by the user is received, the currently input operation time point is also acquired. For example, when the application opened by the foreground is "royal glory", it monitors that the user receives all input information of the user when using the foreground application, such as inputs of different operation modes, e.g., voice, touch, etc., and at the same time, records the input time point corresponding to the current input mode, e.g., voice input-20: 00: 00; touch input-20: 00:01, etc.
Step 304: and calling the mapping relation between the operation mode of each application for receiving user input and the freezing condition, and determining whether the foreground application needs to be frozen at the current moment according to the operation information.
When the application runs in the foreground, the application can be regarded as the foreground application, each foreground application running in the foreground corresponds to one or more freezing conditions, and the corresponding freezing conditions can be determined according to the operation mode of receiving the user input. For example, the freezing condition corresponding to the touch operation mode is a first freezing condition, the freezing condition corresponding to the voice operation mode is a second freezing condition, the freezing condition corresponding to the scan operation mode is a third freezing condition, and so on. That is, each mode of operation for each application may correspond to a freeze condition.
Further, the freezing condition is a time condition, and a time freezing condition corresponding to each operation mode may be set, where the time freezing condition may be understood as that the time freezing condition is satisfied when a certain operation information is not monitored within a preset time period.
It should be noted that the operation modes of each application are different, and the freezing conditions corresponding to the same operation mode of different applications may be the same or different.
And according to the preset mapping relation, judging whether the foreground application needs to be frozen at the current moment according to the monitored operation information.
Step 306: and when the foreground application needs to be frozen, freezing the foreground application according to a preset strategy.
When the foreground application needs to be frozen, the foreground application is frozen according to a preset strategy, for example, the corresponding freezing strategy can be set according to the monitored operation information to realize the freezing operation of the foreground application. For example, different freezing levels may be set according to the acquired operation information, and freezing of foreground applications may be implemented according to the freezing levels.
According to the method for freezing the application, when the foreground starts the application, the currently running foreground application is monitored to receive the operation information input by the user, and whether the foreground application needs to be frozen at the current moment can be determined according to the operation information and the preset mapping relation; when the foreground application needs to be frozen, the foreground application is frozen according to a preset strategy, whether the foreground application is frozen or not can be decided according to the operation information input by the foreground application receiving user, namely, the utilization rate of the foreground application by the current user can be acquired through the operation information, when the user does not input the operation information for a long time, the foreground application can be frozen in time, and the intelligence of the terminal is improved.
In one embodiment, as shown in fig. 4, before the mapping of the received operation mode and the freeze condition of each application is invoked, the mapping needs to be constructed.
Before calling the mapping relation between the operation mode of each application for receiving the user input and the freezing condition, the method comprises the following steps:
step 402: and acquiring the historical running time of each application running in the foreground each time and receiving the historical operation record input by the user.
The terminal can acquire the received operation information input by the user when each application runs in the foreground, and count the historical running time of each application running in the foreground each time and receive the historical operation record input by the user. The historical running time is the continuous running time of the application in the foreground; the historical operation record comprises historical operation modes and use frequencies corresponding to the operation modes. The historical operation modes at least comprise operation modes such as key pressing, voice, touch, fingerprint, scanning and the like, and the use frequency corresponding to the operation modes is the use frequency of each operation mode.
When the front desk runs the game Application (APP) of 'Rong Queen' game, the terminal records a starting time point of starting or switching from the background to the foreground to run the 'Rong Queen' game and an ending time point of ending or switching to the background, and the time length between the starting time point and the ending time point is historical running time length, such as 40 minutes. And receiving input operation modes of the user in the historical running time period, wherein the input operation modes comprise voice input and touch input. According to the input operation mode, the use frequency of each operation mode can be acquired, wherein the use frequency of the touch operation mode is 120 times/minute, and the voice operation mode is 2 times/minute.
When the foreground runs the Application (APP) of the player such as the "OPPO video player", the terminal records a starting time point for starting or switching from the background to the foreground running the "OPPO video player", and an ending time point for ending or switching to the background, and the time length between the starting time point and the ending time point is the historical running time length, such as 120 minutes. In the historical operating time length, the input operation modes of the receiving user comprise operation modes such as touch input and sliding input. According to the input operation mode, the use frequency of each operation mode can be acquired, wherein the use frequency of the touch input operation mode is 2 times/60 minutes, and the use frequency of the slide input operation mode is 6 times/60 minutes.
Step 404: and setting the freezing condition of each foreground application according to the historical running time and the use frequency corresponding to the operation mode. Wherein the freezing condition is a time condition.
The historical running time of each application running in the foreground is different, the operation modes of the application for receiving user input may also be different, and the corresponding freezing condition can be set for each application. For example, if a game application APP "royal glory" running in the foreground is divided according to a received operation mode, when the royal glory is in the foreground application, if a touch operation is not monitored within a first preset time period, the first freezing condition is satisfied; the first preset duration is related to the use frequency in the historical operation record, and when the first preset duration is greater than a preset multiple of the use frequency (120 times/minute) of the touch operation mode, the touch operation mode can be determined not to be generated within the first preset duration, and the user can be determined not to use the currently running foreground application.
And when the royal is in the foreground application, if the voice operation is not monitored within a second preset time length, the second freezing condition is met, and the like. The second preset time length is related to the use frequency in the historical operation record, and when the second preset time length is larger than the preset multiple of the use frequency (2 times/1 minute) of the voice operation mode, the voice operation mode can be determined not to be generated within the second preset time length, which indicates that the user is determined not to use the currently running foreground application.
It should be noted that the first preset time period and the second preset time period may be set according to the requirement of the user, and are not further limited again.
Step 406: and constructing the mapping relation between the operation mode of each foreground application and the freezing condition.
And setting the freezing condition of each foreground application according to the historical running time and the use frequency corresponding to the operation mode. Each application corresponds to one or more operation modes, each operation mode corresponds to one freezing condition, that is, one application can correspond to multiple freezing conditions. The mapping relation of the application which can correspond to various freezing conditions is represented by a graph so as to identify the application.
Furthermore, the operation modes of the user input which can be monitored by each foreground application have diversity, the freezing condition of the application can be set according to the input mode which is most frequently used by the user, and the freezing conditions corresponding to other operation modes are ignored.
The priority of the freeze condition may be set according to the frequency of use of the operation modes, and the freeze condition corresponding to the operation mode with a higher frequency of use by the user may be a priority condition for freezing the application. That is, whether the foreground application is frozen or not can be judged according to the priority of the freezing condition corresponding to the operation mode.
In an embodiment, as shown in fig. 5, the determining whether the foreground application needs to be frozen at the current time according to the mapping relationship includes:
step 502: and acquiring the operation information closest to the current moment, and recording the time interval of the closest operation information from the current moment.
When the foreground application is started, the foreground application monitors operation information input by a user, wherein the operation modes at least comprise input operation modes such as key pressing, voice, touch, fingerprint and scanning. Meanwhile, when the operation information input by the user is received, the currently input operation time point is also acquired.
The latest operation information may be the operation information corresponding to the operation time point with the shortest time interval from the current time among all the operation information input by the receiving user from the foreground application starting at this time.
If the current time is 20:30:00 at night, the front desk of the terminal is running 'the royal glory', the user can operate the game in the process of using 'the royal glory', and the terminal can monitor the operation information input by the user in real time. At the current time (20:30:00), the terminal acquires the operation information (operation mode and operation time point) which is monitored at the last time from the current time (20:30:00), and if the operation mode in the latest operation information is the touch operation mode and the operation time point is 20:20:00, the time interval from the current time can be acquired, and the time interval is 10 minutes.
Step 504: and determining whether the time interval meets the freezing condition or not according to the mapping relation.
The set mapping relationship is called to obtain the freezing conditions corresponding to all the operation modes of the application, as described above, the freezing conditions are time conditions, and it can be known whether the obtained time interval meets the freezing conditions for freezing the foreground application according to the mapping relationship.
Step 506: and when the freezing condition is met, detecting whether a human face image exists in the visible area through the terminal.
According to the set mapping relation, when the time interval meets the freezing condition, the situation that the user does not operate the foreground application at the moment can be determined, and whether the user exists in front of the current terminal can be judged by detecting whether the face image exists in the visible area of the current terminal through the terminal. The visible area may be an area where the user can normally use the terminal, or may be a distance between the user and the terminal, where the distance is a comfortable distance for the user to use the terminal.
Specifically, whether a person exists in front of the terminal can be detected through a face recognition technology. Face recognition is a biometric technology for identity recognition based on facial feature information of a person. The method includes the steps of collecting images or video streams containing face images by a camera or a camera (front camera), automatically detecting and tracking the face images in the images, and further performing a series of related technologies of faces on the detected face images, wherein the related technologies are generally called face recognition and face recognition. Through terminal processing, if a face image is identified, the user is indicated to be watching the display area of the terminal, and the user does not operate the terminal; and if the face image does not exist, the fact that the current user is far away from the terminal is indicated, and the foreground application needs to be frozen. That is, step 508: and when the face image does not exist, the foreground application needs to be frozen.
When the face image does not exist, the current user is far away from the terminal, and the currently running foreground application can be frozen, so that the power consumption is saved.
Further, in an embodiment, as shown in fig. 6, determining whether the foreground application needs to be frozen according to the category information of the foreground application further includes:
step 602: and when the face image exists, acquiring the age characteristic of the current face image through a face recognition technology.
When the face image exists, the fact that the user is watching the display area of the terminal is indicated, the user does not operate the terminal, and the age feature of the face image can be recognized based on a deep learning face recognition and age synthesis combined model construction method. The method comprises the steps of carrying out alignment and unsupervised/supervised learning dimensionality reduction preprocessing on a face image acquired by a camera, obtaining features used for identity representation and feature groups represented by different age groups through an automatic encoder obtained through training, outputting image similarity through parallel convolution neural networks on the results of the feature groups, and obtaining a matching result through weighted fusion.
Step 604: and acquiring the application information of the foreground application.
And acquiring application information applied by the foreground, wherein the application information comprises an application network identifier and an application type. Wherein, the application network identification comprises a mobile cellular network identification and a wireless network identification. The application types can be divided into an intelligence development type, a game type, a video and audio type, an instant messaging type, a system tool type and the like according to the functional division of each application; the network division can be divided into a networking class and a non-networking class according to whether each application needs to use the network, wherein the networking class applications comprise communication applications, mailboxes, browsers, dialers, short message services and the like.
Step 606: and determining whether the foreground application needs to be frozen or not according to the application information based on the corresponding relation between the age characteristics and the exclusive application.
The users may be divided into a plurality of user groups according to age characteristics, such as an elderly user group, a middle-aged user group, a young user group, and a children user group. The exclusive application can be formulated respectively for the old user group and the children user group.
And the corresponding exclusive application of the old user group is the application which can only run under the WIFI connection state. According to the application information of the foreground application, whether the foreground application can be operated only in a WIFI connection state can be determined, if not, the foreground application needs to be operated by the mobile cellular network, and the foreground application is considered to be frozen, so that a large amount of data traffic caused by misoperation is prevented.
The corresponding exclusive application of the child user group is the intelligence development application. According to the application information of the foreground application, whether the foreground application is the intelligence-developing application or not can be determined, if not, the foreground application is the game application or the video application except the intelligence-developing application, the foreground application is considered to be required to be frozen, and the probability that the student user is addicted to the game is reduced.
In one embodiment, as shown in fig. 7, the freezing the foreground application according to the preset policy includes:
step 702: and when the time interval meets the freezing condition, acquiring the duration of the time interval.
And acquiring the operation information closest to the current moment, and recording the time interval of the closest operation information from the current moment. And the latest operation information is the operation information corresponding to the operation time point with the shortest time interval with the current time in all the operation information input by the receiving user from the current starting of the foreground application. When the acquired time interval satisfies the freezing condition, the duration of the time interval is acquired.
Step 704: dividing freezing grades according to the duration; the freeze level is used to indicate a maximum allowed resource that can be used to configure the foreground application.
And dividing freezing grades according to the duration of the acquired time interval. Wherein the freeze level is used to indicate a maximum allowed resource that can be used by the configuration foreground application. The resource that can be used represents the resource that can be used by the process at each time when the process is executed. The maximum allowed resource represents the maximum resource that a process is allowed to use at each time. The longer the interval, the higher its freeze level, and the higher its freeze level, the less maximum allowed resources that can be used by its foreground applications.
The terminal has a plurality of processes in a running state, and a process (process) is a running activity of a program in a computer on a certain data set, is a basic unit for resource allocation and scheduling of a system, and is the basis of an operating system structure. The process involved in the foreground application running is the foreground process, and the process involved in the background application running is the background process.
In an operating system, the interaction mechanism between processes is mainly divided into a synchronization mechanism and a communication mechanism. The communication mechanism includes socket, binder, shared memory, etc. Two programs on the network effect the exchange of data via a bidirectional communication link, one end of which is called a socket. Binder is an inter-process communication mechanism that provides remote procedure call functionality.
The terminal can acquire the foreground process according to a preset frequency or according to a detected user operation instruction. Optionally, a process identifier of the foreground process may be obtained, where the process identifier is used to uniquely identify a corresponding process, and may be formed by one or a combination of several of numbers, letters, or other characters with preset digits. For example, process A can be represented by process identification "0001", process B by "1234", and so on.
It should be noted that the freezing level may be set according to the requirement of the user, and may be set by combining the historical running time of the foreground application and the application type of the foreground application. The freezing levels applied by each application may be the same or different, and the number of the freezing levels may be the same or different.
Step 706: and freezing the foreground application at a corresponding level according to the freezing level.
And determining the freezing grade corresponding to the current time interval according to the duration of the time interval. If the memory required by the current station process is 40Mb, if the freezing level is the first level (lowest level), allocating resources to the foreground according to the first freezing level, and the maximum allowed resource which can be used by the foreground application is 30 Mb; and if the freezing level is four levels (the highest level), allocating resources to the foreground according to the one-level freezing level, wherein the maximum allowed resource which can be used by the foreground application is 0 Mb. Wherein the highest level of freezing is a completely frozen state.
The resources may include a CPU, I/O file resources, and the like. Taking resources as a memory for example, the longer the interval time is, the higher the freezing level is; the higher the freeze level, the less maximum allowed resources that can be used by its foreground application.
In the method, the freezing level is set according to the duration of the time interval, the freezing level is increased along with the increase of the duration, but the maximum allowed resource which can be used by the foreground application is reduced along with the increase of the duration until the foreground application is in a complete freezing state. A certain time process is needed from partial freezing to complete freezing, a buffering time period is given to a user, and in the time period, the user can quickly and effectively unfreeze the foreground application, so that the user experience is improved. Meanwhile, the maximum allowed resource which can be used by foreground application is limited according to the freezing grade, the resource can be reasonably distributed, and the power consumption is reduced.
In one embodiment, as shown in fig. 8, the freezing the foreground application according to the preset policy includes:
step 802: and acquiring all functions of the foreground application and the functions corresponding to the operation modes monitored by the current foreground application.
The foreground application has various functions, and when the freezing condition is met, the function corresponding to the operation mode monitored by the current foreground application is obtained. One mode of operation may correspond to one or more functions, for example, a voice operation may correspond to functions of voice communication, voice control, voice search, etc., and a scan operation may correspond to functions of scan recognition, scan payment, scan authentication, etc. By acquiring the monitored operation mode, the function corresponding to the monitored operation mode can be acquired correspondingly.
It should be noted that the functional functions corresponding to the operation modes may further include, but are not limited to: recording, taking pictures, connecting with a network, using Bluetooth, acquiring geographic positions, making calls and sending short messages.
Step 804: and acquiring unused functions according to the functions corresponding to the monitored operation modes.
When a user uses a current foreground application, there is generally a function that the user does not use frequently. The unused function refers to a function other than the function corresponding to the monitored operation mode among all the functions of the foreground application.
For example, the game application of 'royal glory' of the terminal is taken, and the 'royal glory' comprises a plurality of functions, such as a competition function, a transaction function and a geographical position acquisition function corresponding to touch operation; performing voice instant messaging function corresponding to voice operation; a record and photograph function, etc. When the time interval meets the freezing condition, the functions corresponding to the operation modes monitored by the foreground application are mainly a competition function and a voice instant communication function, and the unused functions comprise a transaction function, a geographic position acquisition function, a recording and photographing function and the like.
Step 806: and freezing the corresponding process of the unused function in the system.
Each application corresponds to a process group in a system frame, and when the application is operated, the system can allocate resources to the corresponding process group; each function module in the application also corresponds to the process in the process group, so that the corresponding process of each function of the application is identified, and the subsequent system resource allocation management of the corresponding process is facilitated. The identifier is used for uniquely identifying the corresponding process and can be formed by one or a combination of several of numbers, letters or other characters with preset digits. For example, process A can be represented by process identification "0001", process B by "1234", and so on
Taking the game application of 'royal glory' of the terminal as an example, when the front desk runs 'royal glory', the unused function can be obtained according to the function corresponding to the monitored operation mode. Among them, unused functions (transaction function, geographical position acquisition function, recording and photographing function, etc.). But unused functions will also run in the background, occupying system resources.
By the method, the user can freeze the corresponding process of the unused function in the system, and the purposes of saving resources and improving the operation efficiency are achieved. But other functions of the foreground application can still be used, so that the whole application is not required to be frozen, but partial functions of the application are frozen, and normal use of other partial functions is ensured, thereby achieving the effect of reducing power consumption.
In one embodiment, as shown in fig. 9, applying the freezing method further comprises:
step 902: and acquiring a unfreezing instruction for unfreezing the foreground application.
Step 904: and detecting whether the biological characteristic information in the unfreezing instruction is matched with a preset biological characteristic.
Step 906: and when the biological characteristic information in the unfreezing instruction is matched with the preset biological characteristic, unfreezing the foreground application.
That is, when the foreground application needs to be thawed after being frozen, the thawing instruction input by the user needs to be obtained. Biometric information is included in the thawing instruction, wherein the biometric information may be fingerprint information, iris information, voiceprint information, facial information, and the like.
It should be noted that different applications may set different biometric information, or may set the same biometric information, and the biometric information may be set by user-defined settings according to the needs of the user.
And when the biological characteristic information in the unfreezing instruction is matched with the preset biological characteristic information, unfreezing the foreground application. During the unfreezing operation, a corresponding unfreezing strategy can be set according to the freezing strategy, so that the unfreezing operation applied to the foreground is realized.
In one embodiment, as shown in fig. 10, there is provided an application freezing apparatus comprising:
the monitoring module 1010 is configured to monitor, when the foreground starts an application, the currently running foreground application to receive operation information input by a user; the operation information comprises an operation mode and an operation time point;
a determining module 1020, configured to invoke a mapping relationship between an operation manner of each application receiving user input and a freezing condition, and determine whether the foreground application needs to be frozen at the current time according to the operation information;
and a freezing module 1030, configured to freeze the foreground application according to a preset policy when the foreground application needs to be frozen.
In the application freezing device, when the foreground starts an application, the monitoring module 1010 can monitor the currently running foreground application to receive operation information input by a user; the determining module 1020 may invoke a mapping relationship between an operation mode of each foreground application and a freezing condition, and determine whether the foreground application needs to be frozen at the current time according to the mapping relationship; when the foreground application needs to be frozen, the freezing module 1030 freezes the foreground application according to a preset strategy, can acquire the utilization rate of the current user on the foreground application through the operation information, and can freeze the foreground application in time when the user does not input the operation information for a long time, so that the intelligence of the terminal is improved.
The division of the modules in the application freezing apparatus is only used for illustration, and in other embodiments, the application freezing apparatus may be divided into different modules as needed to complete all or part of the functions of the application freezing apparatus.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the application freezing method provided by the above embodiments.
In one embodiment, a terminal is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor executes the computer program to implement the steps of the application freezing method provided in the above embodiments.
The embodiment of the application also provides a computer program product. A computer program product comprising instructions which, when run on a computer, cause the computer to perform the steps of the application freezing method as provided by the embodiments described above.
The embodiment of the application also provides a terminal. As shown in fig. 11, for convenience of explanation, only the parts related to the embodiments of the present application are shown, and details of the technology are not disclosed, please refer to the method part of the embodiments of the present application. The terminal may be any terminal device including a mobile phone, a tablet computer, a PDA (Personal Digital Assistant), a POS (Point of Sales), a vehicle-mounted computer, a wearable device, and the like, taking the terminal as the mobile phone as an example:
fig. 11 is a block diagram of a partial structure of a mobile phone related to a terminal according to an embodiment of the present application. Referring to fig. 11, the cellular phone includes: radio Frequency (RF) circuitry 1110, memory 1120, input unit 1130, display unit 1140, sensors 1150, audio circuitry 1160, wireless fidelity (WiFi) module 1170, processor 1180, and power supply 1190. Those skilled in the art will appreciate that the handset configuration shown in fig. 11 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The RF circuit 1110 may be configured to receive and transmit signals during information transmission and reception or during a call, and may receive downlink information of a base station and then process the downlink information to the processor 1180; the uplink data may also be transmitted to the base station. Typically, the RF circuitry includes, but is not limited to, an antenna, at least one Amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, the RF circuitry 1110 may also communicate with networks and other devices via wireless communications. The wireless communication may use any communication standard or protocol, including but not limited to Global System for Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE)), e-mail, Short Messaging Service (SMS), and the like.
The memory 1120 may be used to store software programs and modules, and the processor 1180 may execute various functional applications and data processing of the mobile phone by operating the software programs and modules stored in the memory 1120. The memory 1120 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function (such as an application program for a sound playing function, an application program for an image playing function, and the like), and the like; the data storage area may store data (such as audio data, an address book, etc.) created according to the use of the mobile phone, and the like. Further, the memory 1120 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The input unit 1130 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the cellular phone 1100. Specifically, the input unit 1130 may include an operation panel 1131 and other input devices 1132. The operation panel 1131, which may also be referred to as a touch screen, may collect touch operations performed by a user on or near the operation panel 1131 (for example, operations performed by the user on or near the operation panel 1131 by using any suitable object or accessory such as a finger or a stylus pen), and drive the corresponding connection device according to a preset program. In one embodiment, the operation panel 1131 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 1180, and can receive and execute commands sent by the processor 1180. In addition, the operation panel 1131 can be implemented by various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The input unit 1130 may include other input devices 1132 in addition to the operation panel 1131. In particular, other input devices 1132 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), and the like.
The display unit 1140 may be used to display information input by the user or information provided to the user and various menus of the cellular phone. The display unit 1140 may include a display panel 1141. In one embodiment, the Display panel 1141 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like. In one embodiment, the operation panel 1131 can cover the display panel 1141, and when the operation panel 1131 detects a touch operation on or near the operation panel, the touch operation is transmitted to the processor 11110 to determine the type of the touch event, and then the processor 11110 provides a corresponding visual output on the display panel 1141 according to the type of the touch event. Although in fig. 11, the operation panel 1131 and the display panel 1141 are two independent components to implement the input and output functions of the mobile phone, in some embodiments, the operation panel 1131 and the display panel 1141 may be integrated to implement the input and output functions of the mobile phone.
The cell phone 1100 can also include at least one sensor 1150, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 1141 according to the brightness of ambient light, and the proximity sensor may turn off the display panel 1141 and/or the backlight when the mobile phone moves to the ear. The motion sensor can comprise an acceleration sensor, the acceleration sensor can detect the magnitude of acceleration in each direction, the magnitude and the direction of gravity can be detected when the mobile phone is static, and the motion sensor can be used for identifying the application of the gesture of the mobile phone (such as horizontal and vertical screen switching), the vibration identification related functions (such as pedometer and knocking) and the like; the mobile phone may be provided with other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor.
Audio circuitry 1160, speaker 1161 and microphone 1162 may provide an audio interface between a user and a cell phone. The audio circuit 1160 may transmit the electrical signal converted from the received audio data to the speaker 1161, and convert the electrical signal into a sound signal for output by the speaker 1161; on the other hand, the microphone 1162 converts the collected sound signal into an electrical signal, and the electrical signal is received by the audio circuit 1160 and converted into audio data, and then the audio data is processed by the audio data output processor 1180, and then the audio data is sent to another mobile phone through the RF circuit 1110, or the audio data is output to the memory 1120 for subsequent processing.
WiFi belongs to short-distance wireless transmission technology, and the cell phone can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 1170, and provides wireless broadband internet access for the user. Although fig. 11 shows the WiFi module 1170, it is to be understood that it does not necessarily form part of the handset 1100 and may be omitted as desired.
The processor 1180 is a control center of the mobile phone, and is connected to various parts of the whole mobile phone through various interfaces and lines, and executes various functions of the mobile phone and processes data by running or executing software programs and/or modules stored in the memory 1120 and calling data stored in the memory 1120, thereby performing an overall monitoring of the mobile phone. In one embodiment, the processor 1180 may include one or more processing units. In one embodiment, the processor 1180 may integrate an application processor and a modem, wherein the application processor primarily handles operating systems, user interfaces, application programs, and the like; the modem handles primarily wireless communications. It is to be appreciated that the modem may not be integrated into the processor 1180. For example, the processor 1180 may integrate an application processor and a baseband processor, and the baseband processor and other peripheral chips may constitute a modem. The cell phone 1100 also includes a power supply 1190 (e.g., a battery) for providing power to various components, which may be logically coupled to the processor 1180 via a power management system, such that the power management system may be configured to manage charging, discharging, and power consumption.
In one embodiment, the cell phone 1100 may also include a camera, a bluetooth module, and the like.
In an embodiment of the present application, the mobile phone includes a processor that implements the application freezing method described above when executing a computer program stored on a memory.
Any reference to memory, storage, database, or other medium used herein may include non-volatile and/or volatile memory. Suitable non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms, such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), synchronous Link (Synchlink) DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and bus dynamic RAM (RDRAM).
The above examples only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. An application freezing method is used for freezing foreground application of a terminal and comprises the following steps:
when the foreground starts an application, monitoring the currently running foreground application to receive operation information input by a user; the operation information comprises an operation mode and an operation time point;
calling the mapping relation between the operation mode of each application receiving user input and the freezing condition, and determining whether the foreground application needs to be frozen at the current moment according to the operation information; the freezing condition is a time condition, and when the input operation mode is not monitored within a preset time, the time condition is met;
and when the foreground application needs to be frozen, freezing the foreground application according to a preset strategy.
2. The method of claim 1, wherein the determining whether the foreground application needs to be frozen at the current time according to the operation information comprises:
acquiring the operation information closest to the current moment, and recording the time interval between the closest operation information and the current moment;
determining whether the time interval meets the freezing condition or not according to the mapping relation;
when the freezing condition is met, detecting whether a human face image exists in the visible area through the terminal;
and when the face image does not exist, the foreground application needs to be frozen.
3. The method of claim 2, further comprising:
when the face image exists, acquiring the age characteristic of the current face image through a face recognition technology;
acquiring application information of the foreground application;
and determining whether the foreground application needs to be frozen or not according to the application information based on the corresponding relation between the age characteristics and the exclusive application.
4. The method of claim 2, wherein freezing the foreground application according to a preset policy comprises:
when the time interval meets the freezing condition, acquiring the duration of the time interval;
dividing freezing grades according to the duration; the freeze level is used to indicate a maximum allowed resource that can be used to configure the foreground application;
and freezing the foreground application at a corresponding level according to the freezing level.
5. The method of claim 1, wherein freezing the foreground application according to a preset policy comprises:
acquiring all functions of a foreground application and functions corresponding to an operation mode monitored by the foreground application;
acquiring unused functions according to the functions corresponding to the monitored operation modes;
and freezing the corresponding process of the unused function in the system.
6. The method according to claim 1, before invoking the mapping relationship between the operation mode of each application receiving the user input and the freezing condition, further comprising:
acquiring the historical running time of each application running in the foreground each time and receiving a historical operation record input by a user, wherein the historical operation record comprises a historical operation mode and a use frequency corresponding to the operation mode;
setting a freezing condition of each foreground application according to the historical running time and the use frequency corresponding to the operation mode;
and constructing the mapping relation between the operation mode of each foreground application and the freezing condition.
7. The method of claim 1, further comprising:
obtaining a unfreezing instruction for unfreezing the foreground application;
detecting whether the biological characteristic information in the unfreezing instruction is matched with a preset biological characteristic;
and when the biological characteristic information in the unfreezing instruction is matched with the preset biological characteristic, unfreezing the foreground application.
8. An application freezing apparatus for freezing a foreground application of a terminal, the apparatus comprising:
the monitoring module is used for monitoring the currently running foreground application to receive the operation information input by the user when the foreground starts the application; the operation information comprises an operation mode and an operation time point;
the determining module is used for calling the mapping relation between the operation mode of each application for receiving user input and the freezing condition, and determining whether the foreground application needs to be frozen at the current moment according to the operation information; the freezing condition is a time condition, and when the input operation mode is not monitored within a preset time, the time condition is met; and the freezing module is used for freezing the foreground application according to a preset strategy when the foreground application needs to be frozen.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
10. A terminal comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method according to any of claims 1 to 7 are implemented by the processor when executing the computer program.
CN201711489078.4A 2017-12-29 2017-12-29 Application freezing method and device, storage medium and terminal Active CN109992379B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201711489078.4A CN109992379B (en) 2017-12-29 2017-12-29 Application freezing method and device, storage medium and terminal
PCT/CN2018/116736 WO2019128563A1 (en) 2017-12-29 2018-11-21 Application freezing method and device, storage medium, and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711489078.4A CN109992379B (en) 2017-12-29 2017-12-29 Application freezing method and device, storage medium and terminal

Publications (2)

Publication Number Publication Date
CN109992379A CN109992379A (en) 2019-07-09
CN109992379B true CN109992379B (en) 2021-04-23

Family

ID=67063053

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711489078.4A Active CN109992379B (en) 2017-12-29 2017-12-29 Application freezing method and device, storage medium and terminal

Country Status (2)

Country Link
CN (1) CN109992379B (en)
WO (1) WO2019128563A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112558745A (en) * 2019-09-24 2021-03-26 中兴通讯股份有限公司 Method and device for freezing control of terminal application program, terminal and storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030217077A1 (en) * 2002-05-16 2003-11-20 Schwartz Jeffrey D. Methods and apparatus for storing updatable user data using a cluster of application servers
KR102089447B1 (en) * 2013-06-04 2020-03-16 삼성전자 주식회사 Electronic device and method for controlling applications thereof
CN103412708B (en) * 2013-07-31 2016-12-28 华为技术有限公司 Task management method on terminal unit and terminal unit
KR101649658B1 (en) * 2014-10-10 2016-08-19 엘지전자 주식회사 Central control apparatus for controlling facilities, facility control system comprising the same, and method for controlling facilities
CN105528228A (en) * 2015-12-07 2016-04-27 上海斐讯数据通信技术有限公司 Apparatus and method for automatically closing applications
CN106126295A (en) * 2016-06-29 2016-11-16 宇龙计算机通信科技(深圳)有限公司 The control method of application program and control device, terminal
CN106292998A (en) * 2016-07-28 2017-01-04 宇龙计算机通信科技(深圳)有限公司 The management method of a kind of running background program and terminal
CN106485106A (en) * 2016-09-09 2017-03-08 宇龙计算机通信科技(深圳)有限公司 application program freezing method and system
CN106843450A (en) * 2017-01-23 2017-06-13 努比亚技术有限公司 The storage processing method and device of a kind of terminal applies

Also Published As

Publication number Publication date
WO2019128563A1 (en) 2019-07-04
CN109992379A (en) 2019-07-09

Similar Documents

Publication Publication Date Title
US11099900B2 (en) Memory reclamation method and apparatus
CN108320744B (en) Voice processing method and device, electronic equipment and computer readable storage medium
CN107679559B (en) Image processing method, image processing device, computer-readable storage medium and mobile terminal
CN109992398B (en) Resource management method, resource management device, mobile terminal and computer-readable storage medium
CN112703714A (en) Application program processing method and device, computer equipment and computer readable storage medium
CN107391198B (en) Method for scheduling task and device, computer readable storage medium, mobile terminal
CN110032429B (en) Information processing method and device, mobile terminal and computer readable storage medium
CN108632454B (en) Information processing method and device, computer readable storage medium and terminal
CN109992399B (en) Resource management method, resource management device, mobile terminal and computer-readable storage medium
CN110032266B (en) Information processing method, information processing device, computer equipment and computer readable storage medium
CN110741346B (en) Application management method and terminal
CN108334345B (en) Application processing method and device, readable storage medium and mobile terminal
CN110018885B (en) Application program freezing method and device, storage medium and terminal
CN110018886B (en) Application state switching method and device, electronic equipment and readable storage medium
CN110046033B (en) Application program processing method and device, electronic equipment and computer readable storage medium
CN108595977A (en) User mode controlling method and device, readable storage medium storing program for executing, terminal
CN109992395B (en) Application freezing method and device, terminal and computer readable storage medium
CN109992379B (en) Application freezing method and device, storage medium and terminal
CN110008007B (en) Application program freezing method and device, storage medium and terminal
CN109375995B (en) Application freezing method and device, storage medium and electronic equipment
CN110069322B (en) Background application processing method, terminal equipment and storage medium
WO2019128562A1 (en) Application freezing method and apparatus, and terminal and computer-readable storage medium
CN109992322B (en) Application program unloading method and device, storage medium and terminal
CN109992309B (en) Application program processing method and device, electronic equipment and computer readable storage medium
CN109992369B (en) Application program processing method and device, electronic equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Applicant after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Applicant before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

GR01 Patent grant
GR01 Patent grant