WO2013086960A1 - 一种处理应用程序的方法及无线手持设备 - Google Patents

一种处理应用程序的方法及无线手持设备 Download PDF

Info

Publication number
WO2013086960A1
WO2013086960A1 PCT/CN2012/086288 CN2012086288W WO2013086960A1 WO 2013086960 A1 WO2013086960 A1 WO 2013086960A1 CN 2012086288 W CN2012086288 W CN 2012086288W WO 2013086960 A1 WO2013086960 A1 WO 2013086960A1
Authority
WO
WIPO (PCT)
Prior art keywords
preset
application
applications
threshold
time
Prior art date
Application number
PCT/CN2012/086288
Other languages
English (en)
French (fr)
Inventor
李小娟
宋悦
孔伟光
Original Assignee
华为终端有限公司
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 华为终端有限公司 filed Critical 华为终端有限公司
Publication of WO2013086960A1 publication Critical patent/WO2013086960A1/zh

Links

Classifications

    • 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/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • 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
    • G06F9/4893Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues taking into account power or heat criteria
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present invention relates to the field of communications technologies, and more particularly to a method of processing an application and a wireless handheld device.
  • wireless handheld devices With the advancement of technology, wireless handheld devices have become a trend. For example, wireless handheld devices with different operating systems are now more and more popular among users. Wireless handheld devices with different operating systems can run multiple applications at the same time. In addition, when a user runs one or more applications on a wireless handheld device and does not completely exit, the application will be turned into background, and often multiple applications are running in the background of a wireless handheld device.
  • the existing solution is that if the user wants to close multiple applications running in the background, they need to enter the corresponding interface and then manually close the corresponding application.
  • wireless handheld devices consume battery power when running multiple applications. Therefore, when users forget to turn off some unnecessary applications running in the background of wireless handheld devices, A waste of battery energy that causes wireless handheld devices. Summary of the invention
  • embodiments of the present invention provide a method for processing an application and a wireless handheld device to automatically shut down a wireless handheld device to run some unnecessary applications in the background, thereby reducing waste of battery energy of the wireless handheld terminal.
  • a method of processing an application including:
  • another method of processing an application comprising: determining one or more applications in a running state when an application of a wireless handheld device operating system background in a running state meets a preset condition Whether there is an application that is neither a system software type nor an audio playback type;
  • the application in the unclosed application whose usage probability is lower than the preset first threshold is turned off.
  • a wireless handheld device including:
  • a first acquiring module configured to acquire a startup time of the one or more applications in the running state when one or more applications in which the operating system background of the wireless handheld device is in a running state meets a preset condition Running time;
  • a statistics module configured to count usage probabilities of all applications in the operating system during one or more preset time periods
  • a first determining module configured to use, according to the statistics module, a usage probability of all applications in the operating system in one or more preset time periods and the running state acquired by the first acquiring module
  • the start time and runtime of one or more applications determine the usage of one or more applications in the running state Rate
  • the closing module is configured to close the one or more applications in the running state and use an application whose probability is lower than a preset first threshold.
  • another wireless handheld device including:
  • a first determining module configured to determine whether the one or more applications in the running state exist when one or more applications in which the operating system background of the wireless handheld device is in a running state meets a preset condition An application that is not part of the system software type and is not of the audio playback type;
  • a second determining module configured to determine whether a screen of the wireless handheld device is in a locked state
  • a first closing module configured to: when the first determining module determines that an application that belongs to neither the system software type nor the audio playback type exists, and the second determining module determines that the screen of the wireless handheld device is in a locked state , closing an application in the one or more applications in the running state that is neither a system software type nor an audio playback type;
  • a first obtaining module configured to acquire a startup time and a running time of the unclosed application when there is an unclosed application in the one or more applications that are in the running state;
  • a statistics module configured to count usage probabilities of all applications in the operating system during one or more preset time periods
  • a third determining module configured to use, according to the statistics module, the usage probability of all applications in the operating system in one or more preset time periods and the unclosed application acquired by the first acquiring module
  • the startup time and the running time of the program determine the usage probability of the unclosed application
  • a second closing module configured to close an application in the unclosed application whose usage probability is lower than a preset first threshold.
  • the method for processing an application and the wireless handheld device provided by the embodiments of the present invention avoid the problem that the user forgets to turn off some unnecessary applications running in the background of the wireless handheld device, resulting in waste of battery energy of the wireless handheld device.
  • FIG. 1 is a flowchart of a method for processing an application according to Embodiment 1 of the present invention
  • FIG. 2 is a flowchart of another method for processing an application according to Embodiment 2 of the present invention
  • FIG. 3 is a flowchart of a method for processing an application according to Embodiment 3 of the present invention
  • FIG. 4 is a flowchart of another method for processing an application according to Embodiment 4 of the present invention.
  • FIG. 5 is a schematic diagram of a wireless handheld device according to Embodiment 5 of the present invention
  • FIG. 6 is a schematic diagram of another wireless handheld device according to Embodiment 6 of the present invention. detailed description
  • the wireless handheld devices described in the embodiments of the present invention include, but are not limited to, various types of mobile phones, smart phones based on different operating systems, personal digital assistant PDAs, and the like having electronic communication functions.
  • An algorithm is generally a sequence of operations that yields the desired result. These operations typically require or involve physical manipulation of physical quantities. Usually (although not necessary), these quantities can be stored, transferred, combined, compared, and He manipulates the form of electrical or magnetic signals. It has proven convenient at times to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, etc., primarily for general purpose.
  • the method for processing an application provided in the first embodiment is specifically as follows: A01. When one or more applications in which the operating system background of the wireless handheld device is in a running state meets a preset condition, the operating state is obtained. Start time and run time of one or more applications;
  • the first acquisition module of the wireless handheld device acquires the startup time and operation of the one or more applications in the running state when one or more applications in which the operating system background of the wireless handheld device is in a running state meets a preset condition Interval start time and run time.
  • the preset condition includes, but is not limited to, the number of running applications is greater than a preset number; or the running application occupies a proportion of the wireless handheld device memory exceeding a preset ratio; or The traffic consumption of a running application exceeds the preset value.
  • the preset number, the preset ratio, and the preset value may be values set by the wireless handheld device at the time of shipment, or may be a value set by the user according to requirements, which is not limited herein.
  • the first acquiring module of the wireless handheld device acquires the startup time and the running of the one or more applications in the running state. Duration: It should be noted that in wireless handheld devices with different operating systems, after the wireless handheld device acquires the operating system There may be differences in how the one or more applications in the running state start and run. However, it does not constitute a limitation of the invention.
  • the wireless handheld device can obtain the startup time and the running time of the application running in the background of the operating system from a task manager or a background application manager, wherein the startup time of the application is the time when the application is started; The running time of the program is the length of time the application continues to run from the start time.
  • the probability of use of all applications in the operating system in one or more preset time periods and the one or more applications in the running state acquired by the first acquiring module, calculated by the wireless handheld device according to the statistics module The start time and run time determine the probability of use of the one or more applications in the running state;
  • the wireless handheld device counts the usage probability of all applications in the operating system during one or more preset time periods during the operation of the operating system, wherein the preset time period may be to divide the 24 hours of the day into Several time periods, for example, 6:01 -9: 00 is a time period, 9: 01 -12: 00 is a time period, 12: 01 to 17: 00 is a time period, 17: 01 -20: 00 is a time period; 20: 01-23: 00 is a time period; 23: 01 -6: 00 is a time period.
  • the preset time period may be a value set by the wireless handheld device at the time of shipment, or may be a value set by the user according to the need, which is not limited herein.
  • the probability of use of all applications in one or more preset time periods may be as follows: for each preset time period, the probability of use of an application during that time period is that the application is loaded at the beginning of the operating system, The cumulative number of uses for the time period divided by the number of days the application is available; for example, an application for Sina Weibo customers On the other hand, it was successfully downloaded and installed in the operating system of the wireless handheld device on January 1, 2011, and accumulated in the time range of 10: 00-1 1 : 30 when it was January 20, 2011. The number of uses is 10, then the expiration probability of the Sina Weibo client during the time period of 10:00-1 1 :30 is 50% after the 1 1 : 30 of January 20, 2011. It can be seen that the probability of use of any one application in a certain preset period is dynamically changed.
  • an identical application once closed every time it is started, can be counted as one use; of course, there is a case where Say that the application starts running longer than the preset time period at startup, for example, the Sina Weibo client is in the 10: 00-1 1 : 30 time period, specifically, at 10: 00 During the period of 1 to 1:15, the Sina Weibo client started to run for a period of time and then closed 5 times.
  • the last few preset time periods are: 1 1 : 31 -13: 30 is a time period, 13: 31-15: 30 is a time period, Then for the period of 1 1 : 31-13: 30, the number of usages of the Sina Weibo client is recorded as 1 time; for the period of 13: 31-15: 30, the usage count of the Sina Weibo client is recorded as 1 Times; for the period of 10: 00-1 1 : 30, the number of uses of the Sina Weibo client is recorded as 6 times.
  • the number of times the Sina Weibo client is used is 1 time.
  • the number of usages of the Sina Weibo client is recorded.
  • 1 time; for 13: 31-15: 30, the number of times the Sina Weibo client is used is 1 time.
  • the wireless handheld device determines, according to the estimated usage probability of all applications in the operating system in one or more preset time periods and the acquired startup time and running time of the one or more applications in the running state.
  • the probability of use of one or more applications that are in a running state including the following:
  • the application running in the background of the operating system of the wireless handheld device is the QQ client and the Sina Weibo client; at this time, the system time of the wireless handheld user device is 201 1 On November 6th, 11:30; the startup time and running time of the QQ client obtained by the wireless handheld device are 9:30 and 2 hours respectively; the startup time and running time of the Sina Weibo client obtained by the wireless handheld device are respectively 9: 00, 2 hours and 30 minutes; and the preset time period is 6: 01-8: 00; 8: 01-11: 00; 11: 01-13: 00; 13: 01-15: 00; 15: 01 -17: 00; 17: 01-20: 00; 20: 01-23: 00; 23: 01-6: 00.
  • the probability of using the QQ client at 11: 01-13: 00 is 55%; the usage probability of the Sina Weibo client at 11: 01-13: 00 is 80%; preset first The threshold is 60% and the second threshold is preset to 90%.
  • the preset time period that happens to be at this time is 11: 01-13: 00. During this period, the probability of using the QQ client at 11:01-13:00 is 55%, which is lower than the preset.
  • the preset time period that happens to be at this time is 11: 01-13: 00.
  • the usage probability of the Sina Weibo client at 11: 01-13: 00 is 80%.
  • A05 Close the application in the one or more applications that are in the running state and use the probability that is lower than the preset first threshold.
  • the shutdown module of the wireless handheld device closes the application in the one or more applications in the operational state that is less likely to use the preset first threshold.
  • the wireless handheld device may directly execute an application that closes the one or more applications in the running state and uses a probability lower than a preset first threshold; or may close the running state.
  • the application closes the prompt before the application whose probability is lower than the preset first threshold, and when the preset confirmation message is not received within the preset first time, the one in the running state is closed or An application whose probability is lower than a preset first threshold is used in multiple applications; or, when the closed confirmation information is received within a preset first time, the one in the running state is closed according to the closed confirmation information.
  • the application that turns off the use probability in the one or more applications in the running state is lower than the preset first threshold is directly executed.
  • the QQ client is determined.
  • the usage probability is 55%, which is lower than the preset first threshold (60% of the usage rate of the Sina Weibo client is 80%, which is higher than the preset first threshold (60%). Therefore, the QQ client is closed. Among them, the QQ is closed.
  • the client can be implemented by shutting down the process of the QQ client, or by other known methods or in a manner that will be implemented later, and details are not described herein again.
  • the wireless handheld device of the execution body of steps A01 to A05 can automatically shut down some unnecessary applications running in the background of the wireless handheld operating system, thereby reducing the battery energy consumption of the wireless handheld device and improving the running speed of the wireless handheld device. Avoid problems such as crashes caused by running too many programs.
  • Embodiment 2
  • the second embodiment provides another method for processing the application.
  • the first application scenario is the same as that of the first embodiment, and the steps A01 and A05 are the same as the corresponding steps of the first embodiment, and details are not described herein again.
  • the method further includes:
  • the system time of the operating system is obtained according to a preset period, and the operating system is determined according to the usage probability of the application program in the one or more preset time periods and the system time. Whether there is an application whose usage probability exceeds a preset second threshold in one or more applications in a non-operation state; if it is determined to be YES, the probability of using the one or more applications in the non-operational state is more than Set the second threshold application.
  • the wireless handheld device obtains the system time of the operating system according to a preset period; the preset period may be a value set by the wireless handheld device at the time of shipment, or may be a value set by the user according to the requirement, which is not limited herein.
  • Step A07 is an optional step. Adding this step can make the wireless handheld device more intelligent, and can automatically start the corresponding application program at the corresponding time or time according to the user's usage habits, bringing a brand new experience to the user.
  • the method further includes:
  • the application whose usage probability is lower than the preset first threshold is closed in the one or more applications in the running state;
  • the output prompts for closing an application whose probability of use is lower than a preset first threshold in one or more applications in the running state including:
  • At least one application name and an option to turn off are displayed on the screen of the wireless handheld device.
  • at least the name of the application and the option of being turned off are displayed, and ringtones and/or vibrations may be output.
  • the application in the one or more applications in the running state is used to be lower than the preset first threshold
  • the wireless handheld device When the wireless handheld device receives the closed confirmation message within the preset first time, according to the closed confirmation information, all the one or more applications in the running state are closed, and the use probability is lower than the preset first threshold. Or part of the application.
  • step A05 add an optional output prompt step to avoid turning off the application that the user does not want to close due to special circumstances.
  • the method further includes:
  • the application that initiates the non-operational state uses a probability that exceeds a preset second threshold, including:
  • the application whose probability of using the preset second threshold is started in one or more applications that are not in the running state Preface
  • the output prompts the application that uses the probability that the preset second threshold is used in one or more applications that are not running, including:
  • At least one application name and an option to activate are displayed on the screen of the wireless handheld device.
  • at least the name of the application and the option to be activated are displayed, and ringtones and/or vibrations may be output.
  • step A07 an optional output prompt step is added to avoid launching an application that the user does not wish to launch due to special circumstances.
  • step A07 can also be performed after step A01, or after step A03, or after step A05.
  • steps A01 through A07, as well as other optional steps of the execution of the wireless handheld device are also performed after step A01, or after step A03, or after step A05.
  • Embodiment 2 The method for processing an application provided in Embodiment 2 can automatically shut down some unnecessary applications running in the background of the wireless handheld operating system, thereby reducing the battery energy consumption of the wireless handheld device and improving the running speed of the wireless handheld device. Avoid problems such as crashes caused by running too many programs.
  • Embodiment 3
  • the third embodiment provides another method for processing an application.
  • the first application scenario is the same as the first embodiment, that is, the second embodiment, as shown in FIG.
  • the method for processing an application in this embodiment is specifically shown in FIG. 3, and the specific steps are as follows:
  • the application program; the preset condition includes: but is not limited to: the number of running applications is greater than the preset number; or the running application occupies the wireless handheld device memory ratio exceeds the preset Scale; or, traffic to a running application Consumption exceeds the preset value.
  • the preset number, the preset ratio, and the preset value may be values set by the wireless handheld device at the time of shipment, or may be values set by the user according to requirements, which is not limited herein.
  • Audio playback type applications are applications that must be turned on to keep the system up and running. Audio playback type applications are related to playing audio related applications, such as music playback applications, and listening to FM applications; or FM radio applications.
  • the operating state is turned off.
  • One or more applications that are neither part of the system software type nor of the audio playback type for example, shutting down the running QQ, reading software, and Sina Weibo client.
  • the wireless handheld device acquires the startup time and the running time of the unclosed application when there is an application that is not closed in the one or more applications in the running state; for example, there is also a system software and a music playing application.
  • the procedure is as follows: In a wireless handheld device of different operating systems, there may be a difference in the manner in which the wireless handheld device acquires the startup time and the running time of one or more applications in which the operating system is running in the background. However, it does not constitute a limitation of the invention.
  • a wireless handheld device can obtain the startup time and runtime of an operating system background running application from a task manager or a background application manager.
  • the start time of the application is the time when the application starts; the running time of the application is the length of time the application continues to run from the start time.
  • B07. Determine, according to the statistics, the usage probability of all the applications in the operating system in each preset time period, and the obtained startup time and running time of the unclosed application, the usage probability of the unclosed application. ;
  • the probability of use of all applications in the operating system in one or more preset time periods and the one or more applications in the running state acquired by the first obtaining module according to the statistics module The start time and run time determine the probability of use of the one or more applications in the running state;
  • the wireless handheld device counts the usage probability of all applications in the operating system during one or more preset time periods during the operation of the operating system, wherein the preset time period may be to divide the 24 hours of the day into Several time periods, for example, 6:01 -9: 00 is a time period, 9: 01 -12: 00 is a time period, 12: 01 to 17: 00 is a time period, 17: 01 -20: 00 is a time period; 20: 01-23: 00 is a time period; 23: 01 -6: 00 is a time period.
  • the preset time period may be a value set by the wireless handheld device at the time of shipment, or may be a value set by the user according to the need, which is not limited herein.
  • the probability of use of all applications in one or more preset time periods may be as follows: for each preset time period, the probability of use of an application during that time period is that the application is loaded at the beginning of the operating system, The cumulative number of uses of the time period divided by the number of days the application is available; for example, a music player application is listening and is successfully downloaded and installed on the operating system of a wireless handheld device on January 1, 2011.
  • the cumulative use of the time period of 10: 00-1 1 : 30 is 10 times, then after 1 1 : 30 of January 20, 2011, Thousands of listeners have a probability of using 50% at 10: 00-1 1 : 30. It can be seen that the probability of use of any application in a certain preset period is dynamically changed. of.
  • the number of usages of thousands of listeners is recorded as 1 time; for the period of 11: 31-13: 30, the number of usages of thousands of listeners is recorded. 1 time; for 13: 31-15: 30, the number of hours of listening is recorded as 1 time.
  • the wireless handheld device determines, according to the estimated usage probability of all applications in the operating system in one or more preset time periods and the acquired startup time and running time of the one or more applications in the running state.
  • the probability of use of one or more applications that are in a running state including the following:
  • the application running in the background of the operating system of the wireless handheld device is a power management application belonging to the system software type and a thousand listening listeners belonging to the audio playback type; at this time, the system time of the wireless handheld user equipment is November 6, 2011. , 11 : 30;
  • the power management application acquired by the wireless handheld device has a startup time and a running time of 9:30 and 2 hours respectively; the startup time and running time of the wireless handheld device are 9: 00 respectively.
  • the preset time period is 6: 01-8: 00; 8: 01-11: 00; 11: 01-13: 00; 13: 01-15: 00; 15: 01-17: 00; 17: 01 -20: 00; 20: 01 -23: 00; 23: 01 -6: 00.
  • the probability of using the power management application during the period of 1 1 : 01 -13 : 00 is 100%; the probability of use of the thousand minutes of listening during the period of 1 1 : 01 -13: 00 is 50%;
  • the first threshold is 60% and the second threshold is preset to 90%.
  • the preset time period that happens to be at this time is 1 1 :01 -13: 00.
  • the power management application uses 100% during the period of 1 1 : 01 -13: 00.
  • the preset time period that happens to be at this time is 1 1 : 01 -13: 00 This time period, the usage probability of Thousands of Listening in 1 1 : 01 -13: 00 is 50%.
  • the preset first threshold 60%)
  • the shutdown module of the wireless handheld device closes the application in the one or more applications in the operational state that is less likely to use the preset first threshold.
  • the wireless handheld device may directly execute an application that closes the one or more applications in the running state and uses a probability lower than a preset first threshold; or may close the running state.
  • the application closes the prompt before the application whose probability is lower than the preset first threshold, and when the preset confirmation message is not received within the preset first time, the one in the running state is closed or An application whose probability is lower than a preset first threshold is used in multiple applications; or, when the closed confirmation information is received within a preset first time, the one in the running state is closed according to the closed confirmation information.
  • the application that turns off the use probability in the one or more applications in the running state is lower than the preset first threshold is directly executed.
  • the probability of using the power management application is determined to be 100%, which is higher than the preset first threshold (60% thousand static).
  • the probability of listening is 50%, which is lower than the preset first threshold (60%. Therefore, the thousand thousand listening is turned off.
  • turning off the thousand thousand listening can be achieved by turning off the process of thousands of listening, or by other known The mode or the way that will be implemented later will not be described here. It should be noted that the wireless handheld device of the execution body of steps B01 to A09.
  • the method for processing an application provided in Embodiment 3 can automatically shut down some unnecessary applications running in the background of the wireless handheld operating system, thereby reducing the battery energy consumption of the wireless handheld device and improving the running speed of the wireless handheld device. Avoid problems such as crashes caused by running too many programs. In addition, the method performs two shutdowns, which can minimize the running of unnecessary applications in the background of the operating system without the handheld device, thereby improving the standby time of the wireless handheld device, and further avoiding waste of user traffic.
  • the fourth embodiment provides another method for processing an application.
  • the first application scenario is the same as the first embodiment to the third embodiment, and the steps B01 and B09 are the same as the corresponding steps of the third embodiment. This will not be repeated here.
  • step B09 the method further includes:
  • the system time of the operating system is obtained according to a preset period, and the operating system is determined according to the usage probability of the application in the operating system for one or more preset time periods and the system time. Whether there is an application whose usage probability exceeds a preset second threshold in one or more applications that are not in operation; if it is determined to be YES, the probability of using the one or more applications in the non-operational state is exceeded An application that presets a second threshold.
  • the wireless handheld device obtains the system time of the operating system according to a preset period; the preset period may be a value set by the wireless handheld device at the time of shipment, or may be a value set by the user according to the requirement, which is not limited herein.
  • Step B1 1 is an optional step. Adding this step can make the wireless handheld device more intelligent, and can automatically start the corresponding application program at the corresponding time or time according to the user's usage habit, thereby bringing a brand new experience to the user.
  • the method further includes:
  • the use probability of closing the unclosed application is lower than a preset first threshold Value applications include:
  • the output prompts for closing the application of the unclosed application whose usage probability is lower than the preset first threshold including:
  • At least one application name and an option to turn off are displayed on the screen of the wireless handheld device.
  • at least the name of the application and the option of being turned off are displayed, and ringtones and/or vibrations may be output.
  • the wireless handheld device When the wireless handheld device does not receive the closed confirmation message within the preset first time, the application of the unclosed application whose application probability is lower than the preset first threshold is closed;
  • the wireless handheld device When the wireless handheld device receives the closed confirmation message within the preset first time, according to the closed confirmation information, all or part of the application whose usage probability of the unclosed application is lower than a preset first threshold is closed. .
  • step B09 add an optional output prompt step to avoid turning off the application that the user does not want to close due to special circumstances.
  • the method further includes:
  • the application that initiates the non-operational state uses a probability that exceeds a preset second threshold, including:
  • the application When the confirmation message of the startup is not received within the preset second time, the application whose probability of using the preset second threshold is started in one or more applications that are not in the running state; or,
  • the output prompts the application that uses the probability that the preset second threshold is used in one or more applications that are not running, including:
  • At least one application name and an option to activate are displayed on the screen of the wireless handheld device.
  • at least the name of the application and the option to be activated are displayed, and ringtones and/or vibrations may be output.
  • step ⁇ 1 1 add optional output prompt steps to avoid launching applications that users do not want to launch due to special circumstances.
  • step ⁇ 1 1 can also be executed after step ⁇ 01, or after ⁇ 03, or after ⁇ 05, or after step ⁇ 07, or after ⁇ 09.
  • steps ⁇ 01 to ⁇ 1 1 as well as other optional steps of the execution of the wireless handheld device.
  • the method for processing an application provided in Embodiment 3 can automatically shut down some unnecessary applications running in the background of the wireless handheld operating system, thereby reducing the battery energy consumption of the wireless handheld device and improving the running speed of the wireless handheld device. Avoid problems such as crashes caused by running too many programs.
  • the method performs two shutdowns to minimize unnecessary running of applications in the background of the operating system without the handheld device, thereby increasing the standby time of the wireless handheld device and further avoiding waste of user traffic.
  • FIG. 5 is a schematic diagram of a wireless handheld device according to an embodiment of the present invention.
  • the wireless handheld device may include: a first acquiring module C01, a statistics module C03, a first determining module C04, and a closing module C06, which are coupled to each other through a bus.
  • the bus may include one or more buses that are connected to one another by various bridges, controllers, and/or adapters as are known in the art. among them ,
  • the first obtaining module C01 is configured to acquire a startup time of the one or more applications in the running state when one or more applications in which the operating system background of the wireless handheld device is in a running state meets a preset condition And runtime;
  • the statistics module C03 is configured to collect usage probabilities of all applications in the operating system in one or more preset time periods
  • a first determining module C04 configured to use, according to the statistics module C03, the usage probability of all applications in the operating system in one or more preset time periods and the first acquired by the first acquiring module C01
  • the startup time and runtime of one or more applications of the operational state determine the probability of use of the one or more applications in the operational state
  • the module C06 is closed to close the application in the one or more applications in the running state that the probability of use is lower than the preset first threshold.
  • the wireless handheld device also includes:
  • the second obtaining module C02 is configured to acquire the system time of the operating system according to a preset period
  • a second determining module C05 configured to use, according to the statistics module C03, the usage probability of all applications in the operating system in one or more preset time periods and the system acquired by the second acquiring module C02 Time determining whether an application having a usage probability exceeding a preset second threshold exists in one or more applications in the non-operational state in the operating system;
  • the startup module C07 is configured to start, when the second determining module C05 determines to be YES, the application that uses the probability that the usage exceeds the preset second threshold in the one or more applications that are not in the running state.
  • Adding the second obtaining module C02, the second determining module C05 and the starting module C07 can make the wireless handheld device more intelligent, and can start the corresponding application according to the user's usage habits, bringing a new feeling to the user.
  • the wireless handheld device also includes:
  • a first prompting module C08 configured to output a closed one of the running states before the closing module C06 closes the one or more applications in the running state and uses an application whose probability is lower than a preset first threshold Or use an application's prompt with a probability lower than the preset first threshold in multiple applications;
  • the first receiving module C09 is configured to receive the closed confirmation information
  • the shutdown module C06 includes at least one of the following modules: a first shutdown module, configured to: when the first receiving module does not receive the closing confirmation information within a preset first time, shutting down the An application whose probability is lower than a preset first threshold in one or more applications of the running state;
  • a second closing module configured to: when the first receiving module receives the closing confirmation information within a preset first time, shut down the one or more applications in the running state according to the closed confirmation information Use all or part of the application whose probability is lower than the preset first threshold.
  • the wireless handheld device also includes:
  • a second prompting module C10 configured to: start, by the startup module C07, one or more applications that are in a non-operation state, and output one or more applications that are in a non-operation state before using an application whose probability exceeds a preset second threshold A prompt in the program that uses an application whose probability exceeds a preset second threshold;
  • the second receiving module C1 1 is configured to receive the activated confirmation information
  • the startup module C07 includes at least one of the following modules:
  • a first startup module configured to: when the second receiving module does not receive the startup confirmation information within a preset second time, start using one or more applications in a non-operation state, and the usage probability exceeds a preset second Threshold application;
  • a second startup module configured to: when the second receiving module receives the confirmation information of the startup within a preset second time, start the use in one or more applications that are not in operation according to the startup confirmation information All or part of the application whose probability exceeds the preset second threshold.
  • the wireless handheld device provided in Embodiment 5 can automatically turn off some unnecessary applications running in the background of the wireless handheld operating system, thereby reducing the battery energy consumption of the wireless handheld device, and improving the running speed of the wireless handheld device and avoiding running. Problems such as crashes caused by too many programs.
  • Embodiment 6
  • FIG. 6 is a schematic diagram of another wireless handheld device according to an embodiment of the present disclosure.
  • the wireless handheld device may include: a first determining module D01, a second determining module D02, a first closing module D03, a first acquiring module D04, and statistics.
  • Module D06, third determination module D07 and second shutdown module D09, which are coupled to each other by a bus, may include one or more buses that are connected to each other by various bridges, controllers, and/or adapters as are known in the art. among them ,
  • a first determining module D01 configured to determine whether the one or more applications in the running state exist when one or more applications in which the operating system background of the wireless handheld device is in a running state meets a preset condition An application that is neither a system software type nor an audio playback type;
  • a second determining module D02 configured to determine whether a screen of the wireless handheld device is in a locked state
  • a first closing module D03 configured to: when the first determining module D01 determines that an application that belongs to neither the system software type nor the audio playing type exists, and the second determining module D02 determines that the screen of the wireless handheld device is When the state is locked, the application in the one or more applications in the running state that is neither the system software type nor the audio playback type is closed;
  • a first obtaining module D04 configured to acquire a startup time and a running time of the unclosed application when there is an unclosed application in the one or more applications that are in the running state;
  • the statistics module D06 is configured to collect usage probabilities of all applications in the operating system in one or more preset time periods; a third determining module D07, configured to use, according to the statistics module D06, the usage probability of all applications in the operating system in one or more preset time periods and the unobtained by the first acquiring module D04 The startup time and runtime of the closed application determine the probability of use of the unclosed application;
  • the second closing module D09 is configured to close an application of the unclosed application whose usage probability is lower than a preset first threshold.
  • the wireless handheld device further includes:
  • the second obtaining module D05 is configured to acquire the system time of the operating system according to a preset period
  • a fourth determining module D08 configured to use, according to the statistics module D06, the usage probability of all applications in the operating system in one or more preset time periods and the system acquired by the second acquiring module D05 Time determining whether an application having a usage probability exceeding a preset second threshold exists in one or more applications in the non-operational state in the operating system;
  • the startup module D10 is configured to: when the fourth determining module D08 determines to be YES, start an application in the one or more applications that are in a non-operating state to use a probability that exceeds a preset second threshold.
  • the addition of the second obtaining module D05, the fourth determining module D08 and the starting module D10 can make the wireless handheld device more intelligent, and can start the corresponding application according to the user's usage habits, thereby bringing a new feeling to the user.
  • the wireless handheld device also includes:
  • the first prompting module D1 1 is configured to output the closing of the unclosed application before the second closing module D09 closes the application of the unclosed application whose usage probability is lower than a preset first threshold a prompt for an application whose probability is lower than a preset first threshold;
  • the first receiving module D12 is configured to receive the closed confirmation information
  • the second closing module D09 includes at least one of the following modules: a first closing submodule, configured to close when the first receiving module does not receive the closing confirmation information within a preset first time. An application in the unclosed application whose usage probability is lower than a preset first threshold; a second closing sub-module, configured to: when the first receiving module receives the closing confirmation information within a preset first time, shutting down the unclosed application according to the closed confirmation information, and having a low probability of use All or part of the application that presets the first threshold.
  • a first closing submodule configured to close when the first receiving module does not receive the closing confirmation information within a preset first time.
  • An application in the unclosed application whose usage probability is lower than a preset first threshold
  • a second closing sub-module configured to: when the first receiving module receives the closing confirmation information within a preset first time, shutting down the unclosed application according to the closed confirmation information, and having a low probability of use All or part of the application that prese
  • the wireless handheld device also includes:
  • a second prompting module D13 configured to: start, by the startup module D10, one or more applications that are in a non-operating state, and output one or more applications that are in a non-operational state before using an application whose probability exceeds a preset second threshold A prompt in the program that uses an application whose probability exceeds a preset second threshold;
  • a second receiving module D14 configured to receive the initiated confirmation information
  • the startup module D10 includes at least one of the following modules: a first startup module, configured to start non-operation when the second receiving module does not receive the confirmation information of the startup within a preset second time.
  • a second startup module configured to: when the second receiving module receives the confirmation information of the startup within a preset second time, start the use in one or more applications that are not in operation according to the startup confirmation information All or part of the application whose probability exceeds the preset second threshold.
  • the wireless handheld device provided in Embodiment 6 can automatically turn off some unnecessary applications running in the background of the wireless handheld operating system, thereby reducing the battery energy consumption of the wireless handheld device, and also improving the running speed of the wireless handheld device and avoiding running. Problems such as crashes caused by too many programs.
  • the method performs two shutdowns, which can minimize the running of unnecessary applications in the background of the operating system without the handheld device, thereby increasing the standby time of the wireless handheld device, and further avoiding the waste of user traffic.
  • modules or entities or components of the wireless handheld device in the embodiment may be distributed in the wireless handheld device of the embodiment according to the description of the embodiment, or may be correspondingly changed to be different from the one in this embodiment. Or in multiple devices.
  • the modules or entities of the above embodiments may be combined into one module or entity, or may be further split into multiple sub-modules or entities or components.

Abstract

本发明公开了一种处理应用程序的方法及无线手持设备,本发明涉及通信技术领域;所述处理应用程序的方法包括:当无线手持设备的操作系统后台处于运行状态的一个或多个应用程序满足预设条件时,获取所述处于运行状态的一个或多个应用程序的启动时刻和运行时长;根据统计出的所述操作系统中的所有应用程序在一个或多个预设时段的使用概率以及获取的所述处于运行状态的一个或多个应用程序的启动时刻和运行时长确定所述处于运行状态的一个或多个应用程序的使用概率;关闭所述处于运行状态的一个或多个应用程序中使用概率低于预设第一阈值的应用程序;还提供了相应的无线手持设备,采用本发明可减少无线手持终端的电池能量的浪费。

Description

一种处理应用程序的方法及无线手持设备
技术领域
本发明涉及通信技术领域,尤其涉及处理应用程序的方法及无线 手持设备。
背景技术
目前随着技术的进步,无线手持设备已经成为一种趋势,例如, 采用不同操作系统的无线手持设备现在已经越来越受到用户的青睐, 不同操作系统的无线手持设备可以同时运行多个应用程序,此外,用 户在无线手持设备时经常会运行一个或多个应用程序后没有完全退 出 ,那么这个应用程序就会转为后台运行,经常一个无线手持设备的 后台同时运行多个应用程序。
现有的解决方案是如果用户想关闭后台运行的多个应用程序,需 要进入相应界面,然后手动关闭相应应用程序。
无线手持设备的电池续航能力一直不理想,尤其无线手持设备在 运行多个应用程序时会加据电池能量的消耗,因此,当用户忘记关闭 无线手持设备后台运行的一些不必要的应用程序时会导致无线手持 设备的电池能量的浪费。 发明内容
有鉴于此,本发明实施例提供一种处理应用程序的方法及无线手 持设备以实现自动关闭无线手持设备智能手机后台运行一些不必要 的应用程序,从而减少无线手持终端的电池能量的浪费。
一方面,提供了一种处理应用程序的方法,包括:
当无线手持设备的操作系统后台处于运行状态的一个或多个应 用程序满足预设条件时,获取所述处于运行状态的一个或多个应用程 序的启动时刻和运行时长;
根据统计出的所述操作系统中的所有应用程序在一个或多个预 设时段的使用概率以及获取的所述处于运行状态的一个或多个应用 程序的启动时刻和运行时长确定所述处于运行状态的一个或多个应 用程序的使用概率;
关闭所述处于运行状态的一个或多个应用程序中使用概率低于 预设第一阈值的应用程序。
另一方面,提供了另一种处理应用程序的方法,包括: 当无线手持设备的操作系统后台处于运行状态的应用程序满足 预设条件时,确定所述处于运行状态的一个或多个应用程序中是否存 在既不属于系统软件类型也不属于音频播放类型的应用程序;
当确定存在既不属于系统软件类型也不属于音频播放类型的应 用程序且所述无线手持设备的屏幕处于锁定状态时,关闭所述处于运 行状态的一个或多个应用程序中既不属于系统软件类型也不属于音 频播放类型的应用程序;
当所述处于运行状态的一个或多个应用程序中还存在未关闭的 应用程序时,获取所述未关闭的应用程序的启动时刻和运行时长; 根据统计出的所述操作系统中的所有应用程序在各个预设时段 的使用概率以及获取的所述未关闭的应用程序的启动时刻和运行时 长确定所述未关闭的应用程序的使用概率;
关闭所述未关闭的应用程序的中使用概率低于预设第一阈值的 应用程序。
另一方面,还提供一种无线手持设备,包括:
第一获取模块,用于当所述无线手持设备的操作系统后台处于运 行状态的一个或多个应用程序满足预设条件时,获取所述处于运行状 态的一个或多个应用程序的启动时刻和运行时长;
统计模块,用于统计所述操作系统中的所有应用程序在一个或多 个预设时段的使用概率;
第一确定模块,用于根据所述统计模块统计出的所述操作系统中 的所有应用程序在一个或多个预设时段的使用概率以及所述第一获 取模块获取的所述处于运行状态的一个或多个应用程序的启动时刻 和运行时长确定所述处于运行状态的一个或多个应用程序的使用概 率;
关闭模块,用于关闭所述处于运行状态的一个或多个应用程序中 使用概率低于预设第一阈值的应用程序。
另一方面,还提供另一种无线手持设备,包括:
第一确定模块,用于当所述无线手持设备的操作系统后台处于运 行状态的一个或多个应用程序满足预设条件时,确定所述处于运行状 态的一个或多个应用程序中是否存在既不属于系统软件类型也不属 于音频播放类型的应用程序;
第二确定模块,用于确定所述无线手持设备的屏幕是否处于锁定 状态;
第一关闭模块,用于当所述第一确定模块确定存在既不属于系统 软件类型也不属于音频播放类型的应用程序且所述第二确定模块确 定所述无线手持设备的屏幕处于锁定状态时,关闭所述处于运行状态 的一个或多个应用程序中既不属于系统软件类型也不属于音频播放 类型的应用程序;
第一获取模块,用于当所述处于运行状态的一个或多个应用程序 中还存在未关闭的应用程序时,获取所述未关闭的应用程序的启动时 刻和运行时长;
统计模块,用于统计所述操作系统中的所有应用程序在一个或多 个预设时段的使用概率;
第三确定模块,用于根据所述统计模块统计出的所述操作系统中 的所有应用程序在一个或多个预设时段的使用概率以及所述第一获 取模块获取的所述未关闭的应用程序的启动时刻和运行时长确定所 述未关闭的应用程序的使用概率;
第二关闭模块,用于关闭所述未关闭的应用程序的中使用概率低 于预设第一阈值的应用程序。
本发明实施例提供的处理应用程序的方法及无线手持设备避免 了用户忘记关闭无线手持设备后台运行的一些不必要的应用程序而 导致无线手持设备的电池能量浪费的问题。 附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面 将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而 易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域 普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些 附图获得其他的附图。
图 1为本发明实施例一提供的一种处理应用程序的方法流程图 ; 图 2 为本发明实施例二提供的另一种处理应用程序的方法流程 图 ;
图 3为本发明实施例三提供的一种处理应用程序的方法流程图 ; 图 4 为本发明实施例四提供的另一种处理应用程序的方法流程 图 ;
图 5为本发明实施例五的提供的一种无线手持设备的示意图 ; 图 6为本发明实施例六的提供的另一种无线手持设备的示意图。 具体实施方式
为使本发明的目的、技术方案及优点更加清楚明白 ,以下参照附 图并举四个实施例,对本发明进一步详细说明。
首先,需要说明的是在本发明实施例当中描述的无线手持设备包 括但不限于各种制式手机、基于不同操作系统的智能手机、个人数字 助理 PDA等具有无线通信功能的电子设备。
将参考以下讨论的细节来描述发明的各种实施例,并且附图将图 示各种实施例。下面的描述和图是对本发明的说明 ,不应被解释为对 本发明的限制。描述了许多具体细节以提供对本发明各种实施例的全 面了解。 然而,在某些示例中 ,不描述公知或常规细节,以提供对本 发明实施例的简明讨论。
下面的详细描述的一些部分是按算法形式来呈现的,这些算法包 括对存储在计算机存储器内的数据的运算。算法一般是得出预期结果 的运算序列。这些运算通常要求或涉及对物理量的物理操纵。通常 (尽 管不是必要的),这些量采用能够被存储、 传送、 组合、 比较和以其 他方式操纵的电或磁信号的形式。 已证明有时候将这些信号作为位、 值、 元、 符号、 字符、项、 数等而提及是方便的,这主要是为了通用。
然而,所有这些和类似术语将与适当的物理量相关联,并且仅仅 是适用于这些量的方便标记。除非从以下讨论中明显看出是以其它方 式具体声明 ,否则将会认识到在整个说明书中 ,采用诸如"处理 Γ统计'
"获取'; "确定 "关闭、 "启动 "输出、 "收到 "或"接收"等术语的讨论可以指 数据处理系统或类似电子设备的动作和处理,该数据处理系统或电子 设备操纵在系统的寄存器和存储器内被表示为物理 (电子)量的数据, 并将其变换成在系统的存储器或寄存器或者其他这种信息存储、传输 或显示设备内被类似地表示为物理量的其他数据。 实施例一
实施例一中提供的处理应用程序的方法具体参见图 1 具体如下: A01、 当无线手持设备的操作系统后台处于运行状态的一个或多 个应用程序满足预设条件时,获取所述处于运行状态的一个或多个应 用程序的启动时刻和运行时长;
无线手持设备的第一获取模块当无线手持设备的操作系统后台 处于运行状态的一个或多个应用程序满足预设条件时,获取所述处于 运行状态的一个或多个应用程序的启动时间和运行时间间隔启动时 刻和运行时长。
需要说明的是:所述预设条件包括但不限于:处于运行的应用程 序的数量大于预设数量;或者,处于运行的应用程序占用所述无线手 持设备内存的比例超过预设比例;或者,处于运行的应用程序的流量 消耗超过预设数值。其中的预设数量、 预设比例以及预设数值可以是 无线手持设备出厂时设置的数值,也可以是用户根据需要自行设置的 数值,此处并不做限定。
当无线手持设备的操作系统后台处于运行状态的一个或多个应 用程序满足预设条件时,无线手持设备的第一获取模块获取所述处于 运行状态的一个或多个应用程序的启动时刻和运行时长;需要说明的 是:不同操作系统的无线手持设备中 ,无线手持设备获取操作系统后 台处于运行状态的一个或多个应用程序的启动时刻和运行时长的方 式可能存在差别。但并不构成对本发明的限制。例如,无线手持设备 可以从一个任务管理器或后台应用程序管理器中获取操作系统后台 处于运行状态的应用程序的启动时刻和运行时长,其中 ,应用程序的 启动时间是应用程序启动的时刻;应用程序的运行时长是该应用程序 从启动时刻开始持续运行的时间长度。
A03、 根据统计出的所述操作系统中的所有应用程序在一个或多 个预设时段的使用概率以及获取的所述处于运行状态的一个或多个 应用程序的启动时间和运行时间间隔启动时刻和运行时长确定所述 处于运行状态的一个或多个应用程序的使用概率;
无线手持设备根据统计模块统计出的所述操作系统中的所有应 用程序在一个或多个预设时段的使用概率以及所述第一获取模块获 取的所述处于运行状态的一个或多个应用程序的启动时刻和运行时 长确定所述处于运行状态的一个或多个应用程序的使用概率;
需要说明的是:无线手持设备在操作系统的运行期间统计所述操 作系统中的所有应用程序在一个或多个预设时段的使用概率,其中预 设时段可以是将一天的 24个小时划分为若干个时段,例如,6 :01 -9: 00为一个时段, 9: 01 -12: 00为一个时段, 12: 01至 17: 00为一 个时段, 17: 01 -20: 00为一个时段; 20: 01-23: 00为一个时段; 23 : 01 -6 : 00为一个时段。也可以在一天的 24个小时中只选择几个 时段进行统计,例如: 7: 00-8: 30为一个时段, 1 1 : 30-13: 00为 —个时段; 17: 00-19: 30为一个时段;其他时间段不统计。 也可以 将一天的 24个小时平均划分为若干个时段,例如,划分为 24个时 段。
预设时段可以是无线手持设备出厂时设置的数值,也可以是用户 根据需要自行设置的数值,此处并不做限定。
所有应用程序在一个或多个预设时段的使用概率可以采用如下 的方法:对于每个预设时段而言,一个应用程序在该时段的使用概率 是该应用程序装载在操作系统开始,在该时段的累计使用次数除以该 应用程序的存在天数得到的结果;例如,一个应用程序新浪微博客户 端,是 201 1年 1 1月 1 日成功下载并安装在无线手持设备的操作系 统中 ,到 201 1年 1 1月 20 日时,在 10: 00-1 1 : 30这一时间段的 累计使用次数为 10次,那么截止至 201 1年 1 1月 20 日 1 1 : 30之 后,新浪微博客户端在 10 :00-1 1 :30这一时间段的使用概率为 50%。 可见,任意一个应用程序在某一个预设时段的使用概率是动态变化 的。
此外,需要说明的是:在某一个时间段,一个相同的应用程序启 动并运行一段时间后关闭 ,该应用程序算作使用了一次;然后又启动 运行一段时间后关闭 ,该应用程序算又可以算作使用一次,因此,在 某一个时间段内 ,一个相同的应用程序,每一次启动运行一段时间后 关闭 ,该应用程序都可以算作使用了一次;当然还存在这样一种情况, 也就是说该应用程序启动运行的时间超过了启动时所处的预设时段 后还在继续运行,例如,新浪微博客户端在 10: 00-1 1 : 30时段内 , 具体的,在 10: 00至 1 1 : 15的期间内 ,新浪微博客户端启动运行 一段时间后关闭的情况出现了 5次,在 1 1 : 18又启动后持续运行了 3个小时后就关闭了 ,而且在 15: 30之前没有再次启动,假设,后 几个预设时段为 : 1 1 : 31 -13: 30为一个时段, 13: 31-15: 30为一 个时段,那么对于 1 1 : 31-13: 30这个时段来说,新浪微博客户端 的使用次数记为 1次;对于 13: 31-15: 30这个时段来说,新浪微 博客户端的使用次数记为 1次;对于 10: 00-1 1 : 30这个时段来说, 新浪微博客户端的使用次数记为 6次。 可选的,对于 10 : 00-1 1 : 30 这个时段来说新浪微博客户端的使用次数记为 1次对于 1 1 :31 -13: 30这个时段来说,新浪微博客户端的使用次数记为 1次;对于 13: 31-15: 30这个时段来说,新浪微博客户端的使用次数记为 1次。
无线手持设备根据统计出的所述操作系统中的所有应用程序在 一个或多个预设时段的使用概率以及获取的所述处于运行状态的一 个或多个应用程序的启动时刻和运行时长确定所述处于运行状态的 一个或多个应用程序的使用概率,具体包括以下几种情况:
假设无线手持设备的操作系统后台运行的应用程序为 QQ 客户 端和新浪微博客户端;此时,无线手持用户设备的系统时间为 201 1 年 11月 6日 , 11 : 30;无线手持设备获取的 QQ客户端的启动时刻 和运行时长分别为 9: 30 , 2 个小时;无线手持设备获取的新浪微 博客户端的启动时刻和运行时长分别为 9: 00 , 2个小时 30分钟; 且预设时段为 6: 01-8: 00; 8: 01-11 : 00; 11 : 01-13: 00; 13: 01-15: 00; 15: 01-17: 00; 17: 01-20: 00; 20: 01-23: 00; 23: 01-6: 00。 此时, QQ客户端在 11 : 01-13: 00这一时段的使用概 率为 55%;新浪微博客户端在 11 : 01-13: 00这一时段的使用概率 80%;预设第一阈值为 60% ,预设第二阈值为 90%。
对于 QQ客户端,此时恰好处于的预设时段为 11 : 01-13: 00 这一时段,QQ客户端在 11 :01-13 :00这一时段的使用概率为 55% , 低于预设第一阈值( 60% )b
对于新浪微博客户端,此时恰好处于的预设时段为 11 : 01-13: 00这一时段,新浪微博客户端在 11 : 01-13: 00这一时段的使用概 率为 80% ,高于预设第一阈值( 60% )b
A05、 关闭所述处于运行状态的一个或多个应用程序中使用概率 低于预设第一阈值的应用程序。
无线手持设备的关闭模块关闭所述处于运行状态的一个或多个 应用程序中使用概率低于预设第一阈值的应用程序。
需要说明的是:此处,无线手持设备可以直接执行关闭所述处于 运行状态的一个或多个应用程序中使用概率低于预设第一阈值的应 用程序;也可以在关闭所述处于运行状态的一个或多个应用程序中使 用概率低于预设第一阈值的应用程序之前输出关闭提示,在预设第一 时间内没有收到关闭的确认信息时,关闭所述处于运行状态的一个或 多个应用程序中使用概率低于预设第一阈值的应用程序;或者,在预 设第一时间内收到关闭的确认信息时,按照所述关闭的确认信息关闭 所述处于运行状态的一个或多个应用程序中使用概率低于预设第一 阈值的全部或部分应用程序。
在实施例一中 ,直接执行关闭所述处于运行状态的一个或多个应 用程序中使用概率低于预设第一阈值的应用程序。 例如,在 A03 中 的假设情况下,在 2011年 11月 6日 11 :30时,确定 QQ客户端的 使用概率为 55% ,低于预设第一阈值( 60% 新浪微博客户端的使 用概率为 80%,高于预设第一阈值( 60% ) ,因此,关闭 QQ客户端。 其中 ,关闭 QQ客户端可以关闭 QQ客户端的进程来实现,也可以通 过其他已知方式或后续将会实现的方式,此处不再赘述。
需要说明的是:步骤 A01至 A05的执行主体的无线手持设备。 实施例一提供的处理应用程序的方法可以自动关闭无线手持设 备操作系统后台运行的一些不必要的应用程序,从而可以减少无线手 持设备的电池能量的消耗,还可以提高无线手持设备的运行速度,避 免运行程序过多而导致的死机等问题。 实施例二
实施例二提供了另一种处理应用程序的方法,如图 2所示首先应 用场景与第一实施例相同, 且步骤 A01以及 A05与第一实施例的相 应步骤相同,在此不再赘述。
可选的,在步骤 A05之后,还包括:
A07、 按照预设周期获取所述操作系统的系统时间 ,根据统计出 的所述操作系统中的所有应用程序在一个或多个预设时段的使用概 率和所述系统时间确定所述操作系统中处于非运行状态的一个或多 个应用程序中是否存在使用概率超过预设第二阈值的应用程序;若确 定为是,启动所述处于非运行状态的一个或多个应用程序中使用概率 超过预设第二阈值的应用程序。
无线手持设备按照预设周期获取所述操作系统的系统时间 ;预设 周期可以是无线手持设备出厂时设置的数值,也可以是用户根据需要 自行设置的数值,此处并不做限定。
步骤 A07 为可选步骤,增加该步骤,可以使得无线手持设备更 加智能,能够按照用户的使用习惯,在相应时刻或时段自动启动相应 的应用程序,给用户的带来全新的体验。
可选的,在步骤 A05之前,还包括:
输出关闭所述处于运行状态的一个或多个应用程序中使用概率 低于预设第一阈值的应用程序的提示;此时, 所述关闭所述处于运行状态的一个或多个应用程序中使用概率 低于预设第一阈值的应用程序,包括:
在预设第一时间内没有收到关闭的确认信息时,关闭所述处于运 行状态的一个或多个应用程序中使用概率低于预设第一阈值的应用 程序;
或者,
在预设第一时间内收到关闭的确认信息时,按照所述关闭的确认 信息关闭所述处于运行状态的一个或多个应用程序中使用概率低于 预设第一阈值的全部或部分应用程序。
需要说明的是:输出关闭所述处于运行状态的一个或多个应用程 序中使用概率低于预设第一阈值的应用程序的提示,包括:
在无线手持设备的屏幕上至少显示至少一个应用程序的名称及 是否关闭的选项,可选的 ,至少显示应用程序的名称及是否关闭的选 项的同时,还可以输出铃声和 /或震动等。
无线手持设备在预设第一时间内没有收到关闭的确认信息时,关 闭所述处于运行状态的一个或多个应用程序中使用概率低于预设第 一阈值的应用程序;
或者,
无线手持设备在预设第一时间内收到关闭的确认信息时,按照所 述关闭的确认信息关闭所述处于运行状态的一个或多个应用程序中 使用概率低于预设第一阈值的全部或部分应用程序。
在步骤 A05之前,增加可选的输出提示步骤,可以避免关闭用 户由于特殊情况下不希望关闭的应用程序。
可选的,在步骤 A07之前,还包括:
输出启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序的提示;
所述启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序,包括:
在预设第二时间内没有收到启动的确认信息时,启动处于非运行 状态的一个或多个应用程序中使用概率超过预设第二阈值的应用程 序;
或者,
在预设第二时间内收到启动的确认信息时,按照所述启动的确认 信息启动处于非运行状态的一个或多个应用程序中使用概率超过预 设第二阈值的全部或部分应用程序。
需要说明的是:输出启动处于非运行状态的一个或多个应用程序 中使用概率超过预设第二阈值的应用程序的提示,包括:
在无线手持设备的屏幕上至少显示至少一个应用程序的名称及 是否启动的选项,可选的 ,至少显示应用程序的名称及是否启动的选 项的同时,还可以输出铃声和 /或震动等。
在步骤 A07之前,增加可选的输出提示步骤,可以避免启动用 户由于特殊情况下不希望启动的应用程序。
需要说明的是:步骤 A07也可以在步骤 A01之后,或者步骤 A03 之后,或者步骤 A05之后执行。 此外,步骤 A01至 A07 ,以及其他 可选步骤的执行主体的无线手持设备。
实施例二提供的处理应用程序的方法可以自动关闭无线手持设 备操作系统后台运行的一些不必要的应用程序,从而可以减少无线手 持设备的电池能量的消耗,还可以提高无线手持设备的运行速度,避 免运行程序过多而导致的死机等问题。 实施例三
实施例三提供了另一种处理应用程序的方法,如图 3所示首先应 用场景与第一实施例即第二实施例相同。本实施例中的处理应用程序 的方法具体参见图 3 ,具体步骤如下:
B01、 当无线手持设备的操作系统后台处于运行状态的应用程序 满足预设条件时,确定所述处于运行状态的一个或多个应用程序中是 否存在既不属于系统软件类型也不属于音频播放类型的应用程序; 需要说明的是:所述预设条件包括但不限于:处于运行的应用程 序的数量大于预设数量;或者,处于运行的应用程序占用所述无线手 持设备内存的比例超过预设比例;或者,处于运行的应用程序的流量 消耗超过预设数值。其中的预设数量、 预设比例以及预设数值可以是 无线手持设备出厂时设置的数值,也可以是用户根据需要自行设置的 数值,此处并不做限定。
当无线手持设备的操作系统后台处于运行状态的应用程序满足 预设条件时,确定上述处于运行状态的一个或多个应用程序中是否存 在既不属于系统软件类型也不属于音频播放类型的应用程序;
系统软件类型的应用程序是维持系统正常运行所必需开启的应 用程序。音频播放类型的应用程序是与播放音频相关应用程序,例如, 音乐播放应用程序,千千静听;或者,调频广播应用程序等。
B03、 当确定存在既不属于系统软件类型也不属于音频播放类型 的应用程序且所述无线手持设备的屏幕处于锁定状态时,关闭所述处 于运行状态的一个或多个应用程序中既不属于系统软件类型也不属 于音频播放类型的应用程序;
当确定无线手持设备操作系统后台处于运行状态的应用程序中 存在既不属于系统软件类型也不属于音频播放类型的应用程序,且进 一步确定无线手持设备的屏幕处于锁定状态,关闭所述处于运行状态 的一个或多个应用程序中既不属于系统软件类型也不属于音频播放 类型的应用程序,例如,关闭处于运行状态的 QQ ,阅读软件和新浪 微博客户端等。
B05、 当所述处于运行状态的一个或多个应用程序中还存在未关 闭的应用程序时,获取所述未关闭的应用程序的启动时刻和运行时 长;
无线手持设备当所述处于运行状态的一个或多个应用程序中还 存在未关闭的应用程序时,获取所述未关闭的应用程序的启动时刻和 运行时长;例如还存在系统软件和音乐播放应用程序, 千千静听; 需要说明的是:不同操作系统的无线手持设备中 ,无线手持设备 获取操作系统后台处于运行状态的一个或多个应用程序的启动时刻 和运行时长的方式可能存在差别。但并不构成对本发明的限制。例如, 无线手持设备可以从一个任务管理器或后台应用程序管理器中获取 操作系统后台处于运行状态的应用程序的启动时刻和运行时长,其 中 ,应用程序的启动时间是应用程序启动的时刻;应用程序的运行时 长是该应用程序从启动时刻开始持续运行的时间长度。
B07、 根据统计出的所述操作系统中的所有应用程序在各个预设 时段的使用概率以及获取的所述未关闭的应用程序的启动时刻和运 行时长确定所述未关闭的应用程序的使用概率;
无线手持设备根据统计模块统计出的所述操作系统中的所有应 用程序在一个或多个预设时段的使用概率以及所述第一获取模块获 取的所述处于运行状态的一个或多个应用程序的启动时刻和运行时 长确定所述处于运行状态的一个或多个应用程序的使用概率;
需要说明的是:无线手持设备在操作系统的运行期间统计所述操 作系统中的所有应用程序在一个或多个预设时段的使用概率,其中预 设时段可以是将一天的 24个小时划分为若干个时段,例如,6 :01 -9: 00为一个时段, 9: 01 -12: 00为一个时段, 12: 01至 17: 00为一 个时段, 17: 01 -20: 00为一个时段; 20: 01-23: 00为一个时段; 23 : 01 -6 : 00为一个时段。也可以在一天的 24个小时中只选择几个 时段进行统计,例如: 7: 00-8: 30为一个时段, 1 1 : 30-13: 00为 —个时段; 17: 00-19: 30为一个时段;其他时间段不统计。 也可以 将一天的 24个小时平均划分为若干个时段,例如,划分为 24个时 段。
预设时段可以是无线手持设备出厂时设置的数值,也可以是用户 根据需要自行设置的数值,此处并不做限定。
所有应用程序在一个或多个预设时段的使用概率可以采用如下 的方法:对于每个预设时段而言,一个应用程序在该时段的使用概率 是该应用程序装载在操作系统开始,在该时段的累计使用次数除以该 应用程序的存在天数得到的结果;例如,一个音乐播放应用程序千千 静听,是 201 1年 1 1月 1 日成功下载并安装在无线手持设备的操作 系统中 ,到 201 1年 1 1月 20 日时,在 10: 00-1 1 : 30这一时间段 的累计使用次数为 10次,那么截止至 201 1 年 1 1 月 20 日 1 1 : 30 之后,千千静听在 10: 00-1 1 : 30这一时间段的使用概率为 50%。 可见,任意一个应用程序在某一个预设时段的使用概率是动态变化 的。
此外,需要说明的是:在某一个时间段,一个相同的应用程序启 动并运行一段时间后关闭 ,该应用程序算作使用了一次;然后又启动 运行一段时间后关闭 ,该应用程序算又可以算作使用一次,因此,在 某一个时间段内 ,一个相同的应用程序,每一次启动运行一段时间后 关闭 ,该应用程序都可以算作使用了一次;当然还存在这样一种情况, 也就是说该应用程序启动运行的时间超过了启动时所处的预设时段 后还在继续运行,例如,千千静听在 10: 00-11 : 30 时段内 ,具体 的,在 10: 00至 11 : 15的期间内 , 千千静听启动运行一段时间后 关闭的情况出现了 5次,在 11 : 18又启动后持续运行了 3个小时后 就关闭了 ,而且在 15: 30之前没有再次启动 ,假设,后几个预设时 段为 : 11 : 31-13: 30为一个时段, 13: 31-15: 30为一个时段,那 么对于 11 : 31-13: 30这个时段来说,千千静听的使用次数记为 1 次;对于 13: 31-15: 30这个时段来说,千千静听的使用次数记为 1 次;对于 10 : 00-11 : 30这个时段来说,千千静听的使用次数记为 6 次。 可选的,对于 10: 00-11 : 30这个时段来说,千千静听的使用 次数记为 1次;对于 11 : 31-13: 30这个时段来说, 千千静听的使 用次数记为 1 次;对于 13: 31-15: 30这个时段来说, 千千静听的 使用次数记为 1次。
无线手持设备根据统计出的所述操作系统中的所有应用程序在 一个或多个预设时段的使用概率以及获取的所述处于运行状态的一 个或多个应用程序的启动时刻和运行时长确定所述处于运行状态的 一个或多个应用程序的使用概率,具体包括以下几种情况:
假设无线手持设备的操作系统后台运行的应用程序为属于系统 软件类型的电源管理应用程序以及属于音频播放类型的千千静听;此 时,无线手持用户设备的系统时间为 2011年 11月 6日 , 11 : 30; 无线手持设备获取的电源管理应用程序的启动时刻和运行时长分别 为 9: 30 , 2个小时;无线手持设备获取的千千静听的启动时刻和 运行时长分别为 9: 00 , 2个小时 30分钟;且预设时段为 6: 01-8: 00; 8: 01-11 : 00; 11 : 01-13: 00; 13: 01-15: 00; 15: 01-17: 00; 17: 01 -20: 00; 20: 01 -23: 00; 23: 01 -6: 00。 此时, 电源 管理应用程序在 1 1 : 01 -13 : 00这一时段的使用概率为 100%;千千 静听在 1 1 : 01 -13: 00这一时段的使用概率 50%;预设第一阈值为 60% ,预设第二阈值为 90%。
对于电源管理应用程序,此时恰好处于的预设时段为 1 1 :01 -13: 00这一时段, 电源管理应用程序在 1 1 : 01 -13: 00这一时段的使用 概率为 100% ,高于预设第一阈值( 60% )b
对于千千静听,此时恰好处于的预设时段为 1 1 : 01 -13: 00这 —时段, 千千静听在 1 1 : 01 -13: 00这一时段的使用概率为 50% , 低于预设第一阈值( 60% )b
B09、 关闭所述未关闭的应用程序的中使用概率低于预设第一阈 值的应用程序。
无线手持设备的关闭模块关闭所述处于运行状态的一个或多个 应用程序中使用概率低于预设第一阈值的应用程序。
需要说明的是:此处,无线手持设备可以直接执行关闭所述处于 运行状态的一个或多个应用程序中使用概率低于预设第一阈值的应 用程序;也可以在关闭所述处于运行状态的一个或多个应用程序中使 用概率低于预设第一阈值的应用程序之前输出关闭提示,在预设第一 时间内没有收到关闭的确认信息时,关闭所述处于运行状态的一个或 多个应用程序中使用概率低于预设第一阈值的应用程序;或者,在预 设第一时间内收到关闭的确认信息时,按照所述关闭的确认信息关闭 所述处于运行状态的一个或多个应用程序中使用概率低于预设第一 阈值的全部或部分应用程序。
在实施例三中 ,直接执行关闭所述处于运行状态的一个或多个应 用程序中使用概率低于预设第一阈值的应用程序。 例如,在 B07 中 的假设情况下,在 201 1年 1 1月 6日 1 1 : 30时,确定电源管理应用 程序的使用概率为 100% ,高于预设第一阈值( 60% 千千静听的 使用概率为 50%,低于预设第一阈值( 60% 因此,关闭千千静听。 其中 ,关闭千千静听可以关闭千千静听的进程来实现,也可以通过其 他已知方式或后续将会实现的方式,此处不再赘述。 需要说明的是:步骤 B01至 A09的执行主体的无线手持设备。 实施例三提供的处理应用程序的方法可以自动关闭无线手持设 备操作系统后台运行的一些不必要的应用程序,从而可以减少无线手 持设备的电池能量的消耗,还可以提高无线手持设备的运行速度,避 免运行程序过多而导致的死机等问题。 此外,该方法执行两次关闭 , 可以最大限度的避免无手持设备的操作系统后台运行不必要的应用 程序,从而提高无线手持设备的待机时间 ,进一步的还可以避免用户 流量的浪费。 实施例四
实施例四提供了另一种处理应用程序的方法,如图 4所示首先应 用场景与第一实施例至第三实施例相同 , 且步骤 B01以及 B09与第 三实施例的相应步骤相同,在此不再赘述。
可选的,在步骤 B09之后,还包括:
B1 1、 按照预设周期获取所述操作系统的系统时间 ,根据统计出 的所述操作系统中的所有应用程序在一个或多个预设时段的使用概 率和所述系统时间确定所述操作系统中处于非运行状态的一个或多 个应用程序中是否存在使用概率超过预设第二阈值的应用程序;若确 定为是,启动所述处于非运行状态的一个或多个应用程序中使用概率 超过预设第二阈值的应用程序。
无线手持设备按照预设周期获取所述操作系统的系统时间 ;预设 周期可以是无线手持设备出厂时设置的数值,也可以是用户根据需要 自行设置的数值,此处并不做限定。
步骤 B1 1 为可选步骤,增加该步骤,可以使得无线手持设备更 加智能,能够按照用户的使用习惯,在相应时刻或时段自动启动相应 的应用程序,给用户的带来全新的体验。
可选的,在步骤 B09之前,还包括:
输出关闭所述未关闭的应用程序的中使用概率低于预设第一阈 值的应用程序的提示;此时,
所述关闭所述未关闭的应用程序的中使用概率低于预设第一阈 值的应用程序包括:
在预设第一时间内没有收到关闭的确认信息时,关闭所述未关闭 的应用程序的中使用概率低于预设第一阈值的应用程序;
或者,
在预设第一时间内收到关闭的确认信息时,按照所述关闭的确认 信息关闭所述未关闭的应用程序的中使用概率低于预设第一阈值的 全部或部分应用程序。
需要说明的是:输出关闭所述未关闭的应用程序的中使用概率低 于预设第一阈值的应用程序的提示,包括:
在无线手持设备的屏幕上至少显示至少一个应用程序的名称及 是否关闭的选项,可选的 ,至少显示应用程序的名称及是否关闭的选 项的同时,还可以输出铃声和 /或震动等。
无线手持设备在预设第一时间内没有收到关闭的确认信息时,关 闭所述未关闭的应用程序的中使用概率低于预设第一阈值的应用程 序;
或者,
无线手持设备在预设第一时间内收到关闭的确认信息时,按照所 述关闭的确认信息关闭所述未关闭的应用程序的中使用概率低于预 设第一阈值的全部或部分应用程序。
在步骤 B09之前,增加可选的输出提示步骤,可以避免关闭用 户由于特殊情况下不希望关闭的应用程序。 可选的,在步骤 B1 1之前,还包括:
输出启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序的提示;
所述启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序,包括:
在预设第二时间内没有收到启动的确认信息时,启动处于非运行 状态的一个或多个应用程序中使用概率超过预设第二阈值的应用程 序; 或者,
在预设第二时间内收到启动的确认信息时,按照所述启动的确认 信息启动处于非运行状态的一个或多个应用程序中使用概率超过预 设第二阈值的全部或部分应用程序。
需要说明的是:输出启动处于非运行状态的一个或多个应用程序 中使用概率超过预设第二阈值的应用程序的提示,包括:
在无线手持设备的屏幕上至少显示至少一个应用程序的名称及 是否启动的选项,可选的 ,至少显示应用程序的名称及是否启动的选 项的同时,还可以输出铃声和 /或震动等。
在步骤 Β1 1 之前,增加可选的输出提示步骤,可以避免启动用 户由于特殊情况下不希望启动的应用程序。
需要说明的是:步骤 Β1 1也可以在步骤 Β01之后,或者 Β03之 后,或者 Β05之后,或者步骤 Β07之后,或者 Β09之后执行。此外, 步骤 Β01至 Β1 1 ,以及其他可选步骤的的执行主体的无线手持设备。
实施例三提供的处理应用程序的方法可以自动关闭无线手持设 备操作系统后台运行的一些不必要的应用程序,从而可以减少无线手 持设备的电池能量的消耗,还可以提高无线手持设备的运行速度,避 免运行程序过多而导致的死机等问题。 此外,该方法执行两次关闭 , 可以最大限度的避免无手持设备的操作系统后台运行不必要的应用 程序,从而提高无线手持设备的待机时间 ,进一步的还可以避免用户 流量的浪费。
上述本发明实施例序号仅仅为了描述,不代表实施例的优劣。 通过以上的实施方式的描述,本领域的技术人员可以清楚地了解 到本发明可以通过硬件实现,也可以可借助软件加必要的通用硬件平 台的方式来实现,基于这样的理解,本发明的技术方案可以以软件产 品的形式体现出来,该软件产品可以存储在一个非易失性存储介质 (可以是 CD-ROM , U 盘,移动硬盘等)中 ,包括若干指令用以使 得一台计算机设备(可以是个人计算机,服务器,或者网络设备等) 执行本发明各个实施例所述的方法。 实施例五
图 5为本发明实施例提供的一种无线手持设备的示意图 ,该无线 手持设备可以包括:第一获取模块 C01、统计模块 C03、 第一确定模 块 C04和关闭模块 C06 ,它们通过总线彼此耦合,总线可以包括通 过本领域公知的各种桥、 控制器和 /或适配器而彼此连接的一条或多 条总线。 其中 ,
第一获取模块 C01 ,用于当所述无线手持设备的操作系统后台处 于运行状态的一个或多个应用程序满足预设条件时,获取所述处于运 行状态的一个或多个应用程序的启动时刻和运行时长;
统计模块 C03,用于统计所述操作系统中的所有应用程序在一个 或多个预设时段的使用概率;
第一确定模块 C04 ,用于根据所述统计模块 C03统计出的所述 操作系统中的所有应用程序在一个或多个预设时段的使用概率以及 所述第一获取模块 C01 获取的所述处于运行状态的一个或多个应用 程序的启动时刻和运行时长确定所述处于运行状态的一个或多个应 用程序的使用概率;
关闭模块 C06,用于关闭所述处于运行状态的一个或多个应用程 序中使用概率低于预设第一阈值的应用程序。
可选的,无线手持设备,还包括:
第二获取模块 C02,用于按照预设周期获取所述操作系统的系统 时间 ;
第二确定模块 C05 ,用于根据所述统计模块 C03统计出的所述 操作系统中的所有应用程序在一个或多个预设时段的使用概率和所 述第二获取模块 C02获取的所述系统时间确定所述操作系统中处于 非运行状态的一个或多个应用程序中是否存在使用概率超过预设第 二阈值的应用程序;
启动模块 C07 ,用于在所述第二确定模块 C05确定为是时,启 动所述处于非运行状态的一个或多个应用程序中使用概率超过预设 第二阈值的应用程序。
增加所述第二获取模块 C02、 第二确定模块 C05 和启动模块 C07 ,可以使无线手持设备更加智能,可以根据用户的使用习惯启动 相应的应用程序,给用户带来全新的感受。
可选的,无线手持设备,还包括:
第一提示模块 C08 ,用于在所述关闭模块 C06关闭所述处于运 行状态的一个或多个应用程序中使用概率低于预设第一阈值的应用 程序之前输出关闭所述处于运行状态的一个或多个应用程序中使用 概率低于预设第一阈值的应用程序的提示;
第一接收模块 C09 ,用于接收关闭的确认信息;
可选的,所述关闭模块 C06包括以下至少一种模块: 第一关闭模块,用于当所述第一接收模块在预设第一时间内没有 收到关闭的确认信息时,关闭所述处于运行状态的一个或多个应用程 序中使用概率低于预设第一阈值的应用程序;
第二关闭模块,用于当所述第一接收模块在预设第一时间内收到 关闭的确认信息时,按照所述关闭的确认信息关闭所述处于运行状态 的一个或多个应用程序中使用概率低于预设第一阈值的全部或部分 应用程序。
可选的,无线手持设备,还包括:
第二提示模块 C10 ,用于所述启动模块 C07启动处于非运行状 态的一个或多个应用程序中使用概率超过预设第二阈值的应用程序 之前输出启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序的提示;
第二接收模块 C1 1 ,用于接收启动的确认信息;
所述启动模块 C07包括以下至少一种模块:
第一启动模块,用于当所述第二接收模块在预设第二时间内没有 收到启动的确认信息时,启动处于非运行状态的一个或多个应用程序 中使用概率超过预设第二阈值的应用程序;
第二启动模块,用于当所述第二接收模块在预设第二时间内收到 启动的确认信息时,按照所述启动的确认信息启动处于非运行状态的 一个或多个应用程序中使用概率超过预设第二阈值的全部或部分应 用程序。 需要说明的是:实施例六中所提供的无线手持设备处理应用程序 的方法参见实施例三和实施例四 ,此处不再赘述。
实施例五提供的无线手持设备可以自动关闭无线手持设备操作 系统后台运行的一些不必要的应用程序,从而可以减少无线手持设备 的电池能量的消耗,还可以提高无线手持设备的运行速度,避免运行 程序过多而导致的死机等问题。 实施例六
图 6为本发明实施例提供的另一种无线手持设备的示意图 ,该无 线手持设备可以包括:第一确定模块 D01、 第二确定模块 D02、 第一 关闭模块 D03、 第一获取模块 D04、 统计模块 D06、 第三确定模块 D07和第二关闭模块 D09,它们通过总线彼此耦合,总线可以包括通 过本领域公知的各种桥、 控制器和 /或适配器而彼此连接的一条或多 条总线。 其中 ,
第一确定模块 D01 ,用于当所述无线手持设备的操作系统后台处 于运行状态的一个或多个应用程序满足预设条件时,确定所述处于运 行状态的一个或多个应用程序中是否存在既不属于系统软件类型也 不属于音频播放类型的应用程序;
第二确定模块 D02,用于确定所述无线手持设备的屏幕是否处于 锁定状态;
第一关闭模块 D03 ,用于当所述第一确定模块 D01确定存在既 不属于系统软件类型也不属于音频播放类型的应用程序且所述第二 确定模块 D02确定所述无线手持设备的屏幕处于锁定状态时,关闭 所述处于运行状态的一个或多个应用程序中既不属于系统软件类型 也不属于音频播放类型的应用程序;
第一获取模块 D04,用于当所述处于运行状态的一个或多个应用 程序中还存在未关闭的应用程序时,获取所述未关闭的应用程序的启 动时刻和运行时长;
统计模块 D06,用于统计所述操作系统中的所有应用程序在一个 或多个预设时段的使用概率; 第三确定模块 D07 ,用于根据所述统计模块 D06统计出的所述 操作系统中的所有应用程序在一个或多个预设时段的使用概率以及 所述第一获取模块 D04获取的所述未关闭的应用程序的启动时刻和 运行时长确定所述未关闭的应用程序的使用概率;
第二关闭模块 D09,用于关闭所述未关闭的应用程序的中使用概 率低于预设第一阈值的应用程序。
可选的,所述无线手持设备还包括:
第二获取模块 D05,用于按照预设周期获取所述操作系统的系统 时间 ;
第四确定模块 D08 ,用于根据所述统计模块 D06统计出的所述 操作系统中的所有应用程序在一个或多个预设时段的使用概率和所 述第二获取模块 D05获取的所述系统时间确定所述操作系统中处于 非运行状态的一个或多个应用程序中是否存在使用概率超过预设第 二阈值的应用程序;
启动模块 D10 ,用于在所述第四确定模块 D08确定为是时,启 动所述处于非运行状态的一个或多个应用程序中使用概率超过预设 第二阈值的应用程序。
增加所述第二获取模块 D05、 第四确定模块 D08 和启动模块 D10 ,可以使无线手持设备更加智能,可以根据用户的使用习惯启动 相应的应用程序,给用户带来全新的感受。
可选的,无线手持设备,还包括:
第一提示模块 D1 1 ,用于在所述第二关闭模块 D09关闭所述未 关闭的应用程序的中使用概率低于预设第一阈值的应用程序之前输 出关闭所述未关闭的应用程序的中使用概率低于预设第一阈值的应 用程序的提示;
第一接收模块 D12 ,用于接收关闭的确认信息;
可选的,所述第二关闭模块 D09包括以下至少一种模块: 第一关闭子模块,用于当所述第一接收模块在预设第一时间内没 有收到关闭的确认信息时,关闭所述未关闭的应用程序的中使用概率 低于预设第一阈值的应用程序; 第二关闭子模块,用于当所述第一接收模块在预设第一时间内收 到关闭的确认信息时,按照所述关闭的确认信息关闭所述未关闭的应 用程序的中使用概率低于预设第一阈值的全部或部分应用程序。
可选的,无线手持设备,还包括:
第二提示模块 D13 ,用于所述启动模块 D10启动处于非运行状 态的一个或多个应用程序中使用概率超过预设第二阈值的应用程序 之前输出启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序的提示;
第二接收模块 D14 ,用于接收启动的确认信息;
可选的,所述启动模块 D10包括以下至少一种模块: 第一启动模块,用于当所述第二接收模块在预设第二时间内没有 收到启动的确认信息时,启动处于非运行状态的一个或多个应用程序 中使用概率超过预设第二阈值的应用程序;
第二启动模块,用于当所述第二接收模块在预设第二时间内收到 启动的确认信息时,按照所述启动的确认信息启动处于非运行状态的 一个或多个应用程序中使用概率超过预设第二阈值的全部或部分应 用程序。
需要说明的是:实施例六中所提供的无线手持设备处理应用程序 的方法参见实施例三和实施例四 ,此处不再赘述。
实施例六提供的无线手持设备可以自动关闭无线手持设备操作 系统后台运行的一些不必要的应用程序,从而可以减少无线手持设备 的电池能量的消耗,还可以提高无线手持设备的运行速度,避免运行 程序过多而导致的死机等问题。此外,该方法执行两次关闭 ,可以最 大限度的避免无手持设备的操作系统后台运行不必要的应用程序,从 而提高无线手持设备的待机时间 ,进一步的还可以避免用户流量的浪 费。
此外,需要说明的是:实施例五和实施例六中所提供的无线手持 设备,为了清晰的说明 ,采用了模块进行了相应的描述,这些模块所 实现的功能可以通过使用共享或专用的硬件来提供,包括但不限于能 够运行软件的硬件, 本领域的技术人员可以理解: 附图只是一个优选实施例的示意 图 ,附图中的模块、 实体或流程并不一定是实施本发明所必需的。
本领域的技术人员可以理解:实施例中的无线手持设备的模块或 实体或部件可以按照实施例的描述分布于实施例的无线手持设备中 , 也可以进行相应变化位于不同于本实施例的一个或多个设备中。上述 实施例的模块或实体可以合并成一个模块或实体,也可以精进一步拆 分成多个子模块或实体或部件。
以上所述,仅为本发明较佳的具体实施方式,但本发明的保护范 围并不局限于此,任何熟悉本技术领域的技术人员在本发明掲露的技 术范围内 ,可轻易想到的变化或替换,都应涵盖在本发明的保护范围 之内。 因此,本发明的保护范围应该以权利要求的保护范围为准。

Claims

权 利 要 求
1、 一种处理应用程序的方法,其特征在于,包括:
当无线手持设备的操作系统后台处于运行状态的一个或多个应 用程序满足预设条件时,获取所述处于运行状态的一个或多个应用程 序的启动时刻和运行时长;
根据统计出的所述操作系统中的所有应用程序在一个或多个预 设时段的使用概率以及获取的所述处于运行状态的一个或多个应用 程序的启动时刻和运行时长确定所述处于运行状态的一个或多个应 用程序的使用概率;
关闭所述处于运行状态的一个或多个应用程序中使用概率低于 预设第一阈值的应用程序。
2、 如权利要求 1所述的方法,其特征在于,所述方法还包括: 按照预设周期获取所述操作系统的系统时间 ,根据统计出的所述 操作系统中的所有应用程序在一个或多个预设时段的使用概率和所 述系统时间确定所述操作系统中处于非运行状态的一个或多个应用 程序中是否存在使用概率超过预设第二阈值的应用程序;若确定为 是,启动所述处于非运行状态的一个或多个应用程序中使用概率超过 预设第二阈值的应用程序。
3、 如权利要求 1或 2所述的方法,其特征在于,所述关闭所述 处于运行状态的一个或多个应用程序中使用概率低于预设第一阈值 的应用程序之前,还包括:
输出关闭所述处于运行状态的一个或多个应用程序中使用概率 低于预设第一阈值的应用程序的提示;
所述关闭所述处于运行状态的一个或多个应用程序中使用概率 低于预设第一阈值的应用程序包括: 在预设第一时间内没有收到关闭的确认信息时,关闭所述处于运 行状态的一个或多个应用程序中使用概率低于预设第一阈值的应用 程序;
或者,
在预设第一时间内收到关闭的确认信息时,按照所述关闭的确认 信息关闭所述处于运行状态的一个或多个应用程序中使用概率低于 预设第一阈值的全部或部分应用程序。
4、 如权利要求 2或 3所述的方法,其特征在于,所述启动处于 非运行状态的一个或多个应用程序中使用概率超过预设第二阈值的 应用程序之前,还包括:
输出启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序的提示;
所述启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序包括:
在预设第二时间内没有收到启动的确认信息时,启动处于非运行 状态的一个或多个应用程序中使用概率超过预设第二阈值的应用程 序;
或者,
在预设第二时间内收到启动的确认信息时,按照所述启动的确认 信息启动处于非运行状态的一个或多个应用程序中使用概率超过预 设第二阈值的全部或部分应用程序。
5、 如权利要求 1至 4任一所述的方法,其特征在于,所述预设 条件包括:处于运行的应用程序的数量大于预设数量;或者,处于运 行的应用程序占用所述无线手持设备内存的比例超过预设比例;或 者,处于运行的应用程序的流量消耗超过预设数值。
6、 一种处理应用程序的方法,其特征在于,包括:其特征在于, 当无线手持设备的操作系统后台处于运行状态的应用程序满足 预设条件时,确定所述处于运行状态的一个或多个应用程序中是否存 在既不属于系统软件类型也不属于音频播放类型的应用程序;
当确定存在既不属于系统软件类型也不属于音频播放类型的应 用程序且所述无线手持设备的屏幕处于锁定状态时,关闭所述处于运 行状态的一个或多个应用程序中既不属于系统软件类型也不属于音 频播放类型的应用程序;
当所述处于运行状态的一个或多个应用程序中还存在未关闭的 应用程序时,获取所述未关闭的应用程序的启动时刻和运行时长; 根据统计出的所述操作系统中的所有应用程序在各个预设时段 的使用概率以及获取的所述未关闭的应用程序的启动时刻和运行时 长确定所述未关闭的应用程序的使用概率;
关闭所述未关闭的应用程序的中使用概率低于预设第一阈值的 应用程序。
7、 如权利要求 6所述的方法,其特征在于,所述方法还包括: 按照预设周期获取所述操作系统的系统时间 ,根据统计出的所述 操作系统中的所有应用程序在一个或多个预设时段的使用概率和所 述系统时间确定所述操作系统中处于非运行状态的一个或多个应用 程序中是否存在使用概率超过预设第二阈值的应用程序;若确定为 是,启动所述处于非运行状态的一个或多个应用程序中使用概率超过 预设第二阈值的应用程序。
8、 如权利要求 6或 7所述的方法,其特征在于,所述方法还包 括:
所述关闭所述未关闭的应用程序的中使用概率低于预设第一阈 值的应用程序之前,还包括:
输出关闭所述未关闭的应用程序的中使用概率低于预设第一阈 值的应用程序的提示;
所述关闭所述未关闭的应用程序的中使用概率低于预设第一阈 值的应用程序包括:
在预设第一时间内没有收到关闭的确认信息时,关闭所述未关闭 的应用程序的中使用概率低于预设第一阈值的应用程序;
或者,
在预设第一时间内收到关闭的确认信息时,按照所述关闭的确认 信息关闭所述未关闭的应用程序的中使用概率低于预设第一阈值的 全部或部分应用程序。
9、 如权利要求 7或 8所述的方法,其特征在于,所述启动处于 非运行状态的一个或多个应用程序中使用概率超过预设第二阈值的 应用程序之前,还包括:
输出启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序的提示;
所述启动处于非运行状态的一个或多个应用程序中使用概率超 过预设第二阈值的应用程序包括:
在预设第二时间内没有收到启动的确认信息时,启动处于非运行 状态的一个或多个应用程序中使用概率超过预设第二阈值的应用程 序;
或者,
在预设第二时间内收到启动的确认信息时,按照所述启动的确认 信息启动处于非运行状态的一个或多个应用程序中使用概率超过预 设第二阈值的全部或部分应用程序。
10、 如权利要求 6至 9任一所述的方法,其特征在于,所述预 设条件包括:处于运行的应用程序的数量大于预设数量;或者,处于 运行的应用程序占用所述无线手持设备内存的比例超过预设比例;或 者,处于运行的应用程序的流量消耗超过预设数值。
1 1、 一种无线手持设备,其特征在于,包括:
第一获取模块,用于当所述无线手持设备的操作系统后台处于运 行状态的一个或多个应用程序满足预设条件时,获取所述处于运行状 态的一个或多个应用程序的启动时刻和运行时长;
统计模块,用于统计所述操作系统中的所有应用程序在一个或多 个预设时段的使用概率;
第一确定模块,用于根据所述统计模块统计出的所述操作系统中 的所有应用程序在一个或多个预设时段的使用概率以及所述第一获 取模块获取的所述处于运行状态的一个或多个应用程序的启动时刻 和运行时长确定所述处于运行状态的一个或多个应用程序的使用概 率;
关闭模块,用于关闭所述处于运行状态的一个或多个应用程序中 使用概率低于预设第一阈值的应用程序。
12、如权利要求 1 1所述的无线手持设备,其特征在于,还包括: 第二获取模块,用于按照预设周期获取所述操作系统的系统时 间 ;
第二确定模块,用于根据所述统计模块统计出的所述操作系统中 的所有应用程序在一个或多个预设时段的使用概率和所述第二获取 模块获取的所述系统时间确定所述操作系统中处于非运行状态的一 个或多个应用程序中是否存在使用概率超过预设第二阈值的应用程 序;
启动模块,用于在所述第二确定模块确定为是时,启动所述处于 非运行状态的一个或多个应用程序中使用概率超过预设第二阈值的 应用程序。
13、 如权利要求 1 1 或 12所述的无线手持设备,其特征在于, 还包括:
第一提示模块,用于在所述关闭模块关闭所述处于运行状态的一 个或多个应用程序中使用概率低于预设第一阈值的应用程序之前输 出关闭所述处于运行状态的一个或多个应用程序中使用概率低于预 设第一阈值的应用程序的提示;
第一接收模块,用于接收关闭的确认信息;
所述关闭模块包括以下至少一种模块:
第一关闭模块,用于当所述第一接收模块在预设第一时间内没有 收到关闭的确认信息时,关闭所述处于运行状态的一个或多个应用程 序中使用概率低于预设第一阈值的应用程序;
第二关闭模块,用于当所述第一接收模块在预设第一时间内收到 关闭的确认信息时,按照所述关闭的确认信息关闭所述处于运行状态 的一个或多个应用程序中使用概率低于预设第一阈值的全部或部分 应用程序。
14、 如权利要求 12或 13所述的无线手持设备,其特征在于, 还包括:
第二提示模块,用于所述启动模块启动处于非运行状态的一个或 多个应用程序中使用概率超过预设第二阈值的应用程序之前输出启 动处于非运行状态的一个或多个应用程序中使用概率超过预设第二 阈值的应用程序的提示;
第二接收模块,用于接收启动的确认信息;
所述启动模块包括以下至少一种模块:
第一启动模块,用于当所述第二接收模块在预设第二时间内没有 收到启动的确认信息时,启动处于非运行状态的一个或多个应用程序 中使用概率超过预设第二阈值的应用程序;
第二启动模块,用于当所述第二接收模块在预设第二时间内收到 启动的确认信息时,按照所述启动的确认信息启动处于非运行状态的 一个或多个应用程序中使用概率超过预设第二阈值的全部或部分应 用程序。
15、 一种无线手持设备,其特征在于,包括:
第一确定模块,用于当所述无线手持设备的操作系统后台处于运 行状态的一个或多个应用程序满足预设条件时,确定所述处于运行状 态的一个或多个应用程序中是否存在既不属于系统软件类型也不属 于音频播放类型的应用程序;
第二确定模块,用于确定所述无线手持设备的屏幕是否处于锁定 状态;
第一关闭模块,用于当所述第一确定模块确定存在既不属于系统 软件类型也不属于音频播放类型的应用程序且所述第二确定模块确 定所述无线手持设备的屏幕处于锁定状态时,关闭所述处于运行状态 的一个或多个应用程序中既不属于系统软件类型也不属于音频播放 类型的应用程序;
第一获取模块,用于当所述处于运行状态的一个或多个应用程序 中还存在未关闭的应用程序时,获取所述未关闭的应用程序的启动时 刻和运行时长;
统计模块,用于统计所述操作系统中的所有应用程序在一个或多 个预设时段的使用概率;
第三确定模块,用于根据所述统计模块统计出的所述操作系统中 的所有应用程序在一个或多个预设时段的使用概率以及所述第一获 取模块获取的所述未关闭的应用程序的启动时刻和运行时长确定所 述未关闭的应用程序的使用概率;
第二关闭模块,用于关闭所述未关闭的应用程序的中使用概率低 于预设第一阈值的应用程序。
16、如权利要求 15所述的无线手持设备,其特征在于,还包括: 第二获取模块,用于按照预设周期获取所述操作系统的系统时 间 ;
第四确定模块,用于根据所述统计模块统计出的所述操作系统中 的所有应用程序在一个或多个预设时段的使用概率和所述第二获取 模块获取的所述系统时间确定所述操作系统中处于非运行状态的一 个或多个应用程序中是否存在使用概率超过预设第二阈值的应用程 序;
启动模块,用于在所述第四确定模块确定为是时,启动所述处于 非运行状态的一个或多个应用程序中使用概率超过预设第二阈值的 应用程序。
17、 如权利要求 15或 16所述的无线手持设备,其特征在于, 还包括:
第一提示模块,用于在所述第二关闭模块关闭所述未关闭的应用 程序的中使用概率低于预设第一阈值的应用程序之前输出关闭所述 未关闭的应用程序的中使用概率低于预设第一阈值的应用程序的提 示;
第一接收模块,用于接收关闭的确认信息; 所述第二关闭模块包括以下至少一种模块:
第一关闭子模块,用于当所述第一接收模块在预设第一时间内没 有收到关闭的确认信息时,关闭所述未关闭的应用程序的中使用概率 低于预设第一阈值的应用程序;
第二关闭子模块,用于当所述第一接收模块在预设第一时间内收 到关闭的确认信息时,按照所述关闭的确认信息关闭所述未关闭的应 用程序的中使用概率低于预设第一阈值的全部或部分应用程序。
18、 如权利要求 16或 17所述的无线手持设备,其特征在于, 还包括:
第二提示模块,用于所述启动模块启动处于非运行状态的一个或 多个应用程序中使用概率超过预设第二阈值的应用程序之前输出启 动处于非运行状态的一个或多个应用程序中使用概率超过预设第二 阈值的应用程序的提示;
第二接收模块,用于接收启动的确认信息;
所述启动模块包括以下至少一种模块:
第一启动模块,用于当所述第二接收模块在预设第二时间内没有 收到启动的确认信息时,启动处于非运行状态的一个或多个应用程序 中使用概率超过预设第二阈值的应用程序;
第二启动模块,用于当所述第二接收模块在预设第二时间内收到 启动的确认信息时,按照所述启动的确认信息启动处于非运行状态的 一个或多个应用程序中使用概率超过预设第二阈值的全部或部分应 用程序。
PCT/CN2012/086288 2011-12-14 2012-12-10 一种处理应用程序的方法及无线手持设备 WO2013086960A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110418319.2A CN102521041B (zh) 2011-12-14 2011-12-14 一种处理应用程序的方法及无线手持设备
CN201110418319.2 2011-12-14

Publications (1)

Publication Number Publication Date
WO2013086960A1 true WO2013086960A1 (zh) 2013-06-20

Family

ID=46291976

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/086288 WO2013086960A1 (zh) 2011-12-14 2012-12-10 一种处理应用程序的方法及无线手持设备

Country Status (2)

Country Link
CN (1) CN102521041B (zh)
WO (1) WO2013086960A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106896890A (zh) * 2015-12-21 2017-06-27 北京奇虎科技有限公司 电子设备电量管理方法和装置
CN107943534A (zh) * 2017-11-14 2018-04-20 广东欧珀移动通信有限公司 后台应用程序的关闭方法、装置、存储介质及电子设备

Families Citing this family (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102521041B (zh) * 2011-12-14 2014-10-08 华为终端有限公司 一种处理应用程序的方法及无线手持设备
CN102761667B (zh) * 2012-06-29 2017-04-12 惠州Tcl移动通信有限公司 一种智能手机及其进程管理方法
CN102833166B (zh) * 2012-08-28 2017-02-08 广东欧珀移动通信有限公司 一种数据流量分配方法、装置及移动通信终端
CN102981825B (zh) * 2012-10-31 2015-10-28 广东欧珀移动通信有限公司 一种移动终端后台数据的管理方法及系统
CN102946486A (zh) * 2012-11-20 2013-02-27 惠州Tcl移动通信有限公司 一种基于手机的后台应用自动清理方法及手机
CN102981878A (zh) * 2012-11-28 2013-03-20 广东欧珀移动通信有限公司 自动关闭后台程序的方法及其移动终端
CN103037108A (zh) * 2012-12-10 2013-04-10 乐蛙科技(上海)有限公司 一种智能移动终端的省电方法
CN103034516B (zh) * 2012-12-13 2016-08-17 东莞宇龙通信科技有限公司 终端和应用程序打开方法
CN103034319B (zh) * 2012-12-14 2015-11-25 华为终端有限公司 一种对终端进行显示控制的方法、控制装置及终端
CN103049319A (zh) * 2012-12-18 2013-04-17 广东欧珀移动通信有限公司 分时段管理后台应用程序的方法及其终端
CN103902266A (zh) * 2012-12-26 2014-07-02 中兴通讯股份有限公司 清理后台运行应用的方法和装置
CN103902357A (zh) * 2012-12-27 2014-07-02 富泰华工业(深圳)有限公司 应用程序管理系统及方法
JP6016670B2 (ja) * 2013-02-26 2016-10-26 シャープ株式会社 携帯端末装置
CN104281510A (zh) * 2013-07-05 2015-01-14 贝壳网际(北京)安全技术有限公司 应用程序耗电程度的获得方法、系统及节能方法、系统
CN104375896B (zh) * 2013-08-16 2019-09-06 联想(北京)有限公司 一种信息处理方法及电子设备
CN103577306A (zh) * 2013-11-04 2014-02-12 浪潮(北京)电子信息产业有限公司 云平台中主动式探测的高可用软件运行方法
CN103561175B (zh) * 2013-11-05 2015-04-01 广东欧珀移动通信有限公司 一种使用移动终端进行语音唤醒的方法及其装置
CN103677920B (zh) * 2013-12-11 2017-01-25 清华大学 关键应用程序识别及启动提速的方法及系统
CN105337783B (zh) * 2014-07-14 2018-09-04 北京奇虎科技有限公司 监测通信设备非正常消耗流量的方法及装置
CN105373419A (zh) * 2014-08-26 2016-03-02 阿里巴巴集团控股有限公司 一种后台应用的操作方法及装置
CN104268009B (zh) * 2014-09-24 2018-07-06 联想(北京)有限公司 一种运行控制方法、装置及电子设备
CN104598315A (zh) * 2014-12-12 2015-05-06 广州三星通信技术研究有限公司 管理内存的方法、装置及终端
CN105786550B (zh) * 2014-12-26 2020-07-24 联想(北京)有限公司 一种内存应用处理方法及装置
CN104580710B (zh) * 2014-12-30 2018-01-09 中国农业科学院农业资源与农业区划研究所 一种基于学习用户操作习惯的自动省电方法
CN105808225A (zh) * 2014-12-31 2016-07-27 中兴通讯股份有限公司 一种应用程序的管理方法、装置及终端
CN104750523A (zh) * 2015-03-16 2015-07-01 联想(北京)有限公司 一种信息处理方法及电子设备
CN104793979B (zh) * 2015-05-18 2017-11-17 广东欧珀移动通信有限公司 启动应用程序的方法、装置及移动终端
CN104899090B (zh) * 2015-05-27 2018-12-21 努比亚技术有限公司 快速调度应用进程的方法、装置及移动终端
CN105094282A (zh) * 2015-07-22 2015-11-25 深圳市金立通信设备有限公司 一种应用程序的管理方法及终端
CN105892613A (zh) * 2015-12-04 2016-08-24 乐视移动智能信息技术(北京)有限公司 一种清理后台应用程序的方法和装置
CN105718027B (zh) * 2016-01-20 2019-05-31 努比亚技术有限公司 后台应用程序的管理方法及移动终端
CN106125884B (zh) * 2016-06-16 2019-05-17 维沃移动通信有限公司 一种移动终端的后台任务的处理方法及移动终端
CN106201686A (zh) * 2016-06-30 2016-12-07 北京小米移动软件有限公司 应用的管理方法、装置及终端
CN106155699B (zh) * 2016-07-29 2019-11-29 维沃移动通信有限公司 一种后台进程的管理方法及移动终端
CN106210126A (zh) * 2016-08-09 2016-12-07 衣佳鑫 空调中新应用程序的管理方法及系统
WO2018032180A1 (zh) * 2016-08-14 2018-02-22 阮元 一种根据市场反馈停止视觉信息推送的方法及系统
CN106534482B (zh) * 2016-09-30 2020-01-03 维沃移动通信有限公司 一种对移动终端应用程序管理的方法和装置
CN106484515B (zh) * 2016-10-10 2020-01-14 Oppo广东移动通信有限公司 一种闲置应用的管理方法、装置及智能终端
CN106527655B (zh) * 2016-10-14 2019-11-12 珠海市魅族科技有限公司 电子设备省电方法及系统
CN107133094B (zh) * 2017-06-05 2021-11-02 努比亚技术有限公司 应用管理方法、移动终端及计算机可读存储介质
CN107678858B (zh) * 2017-09-30 2019-08-23 Oppo广东移动通信有限公司 应用处理方法、装置、存储介质及电子设备
CN107704364B (zh) * 2017-09-30 2019-08-06 Oppo广东移动通信有限公司 后台应用程序管控方法、装置、存储介质及电子设备
CN107632697B (zh) * 2017-09-30 2019-10-25 Oppo广东移动通信有限公司 应用程序的处理方法、装置、存储介质及电子设备
CN107729144B (zh) * 2017-09-30 2020-01-14 Oppo广东移动通信有限公司 应用控制方法、装置、存储介质及电子设备
CN107728772B (zh) * 2017-09-30 2020-05-12 Oppo广东移动通信有限公司 应用程序的处理方法、装置、存储介质及电子设备
CN107766892B (zh) * 2017-10-31 2020-04-10 Oppo广东移动通信有限公司 应用程序管控方法、装置、存储介质及终端设备
CN108228325B (zh) * 2017-10-31 2020-12-29 深圳市商汤科技有限公司 应用管理方法和装置、电子设备、计算机存储介质
CN107729544B (zh) * 2017-11-01 2021-06-22 阿里巴巴(中国)有限公司 一种推荐应用的方法和装置
CN107943583B (zh) * 2017-11-14 2022-02-22 Oppo广东移动通信有限公司 应用程序的处理方法、装置、存储介质及电子设备
CN107943581B (zh) * 2017-11-14 2020-01-14 Oppo广东移动通信有限公司 应用清理方法、装置、存储介质及电子设备
CN107908273B (zh) * 2017-11-14 2020-07-07 Oppo广东移动通信有限公司 应用管理方法、装置、存储介质及电子设备
CN107809542B (zh) * 2017-11-14 2020-06-12 Oppo广东移动通信有限公司 应用程序控制方法、装置、存储介质和电子设备
CN108600840B (zh) * 2018-03-29 2020-07-10 深圳市九洲电器有限公司 机顶盒功耗控制方法及系统
CN109189737B (zh) * 2018-08-18 2021-11-26 北京合思信息技术有限公司 根据时间分段在移动互联网内进行文件预取的方法及系统
CN114143942B (zh) * 2020-10-12 2022-12-09 超级智慧家(上海)物联网科技有限公司 红外联动照明的控制方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090113444A1 (en) * 2007-10-31 2009-04-30 Google Inc. Application Management
CN101917516A (zh) * 2010-08-16 2010-12-15 宇龙计算机通信科技(深圳)有限公司 一种移动终端的省电处理方法、系统及移动终端
CN102063261A (zh) * 2011-01-19 2011-05-18 宇龙计算机通信科技(深圳)有限公司 一种应用程序的启动方法及移动终端
CN102521041A (zh) * 2011-12-14 2012-06-27 华为终端有限公司 一种处理应用程序的方法及无线手持设备

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6910210B1 (en) * 1998-11-24 2005-06-21 Microsoft Corp. System and method for terminating applications
CN102253863B (zh) * 2011-06-15 2017-05-03 奇智软件(北京)有限公司 一种进程关闭方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090113444A1 (en) * 2007-10-31 2009-04-30 Google Inc. Application Management
CN101917516A (zh) * 2010-08-16 2010-12-15 宇龙计算机通信科技(深圳)有限公司 一种移动终端的省电处理方法、系统及移动终端
CN102063261A (zh) * 2011-01-19 2011-05-18 宇龙计算机通信科技(深圳)有限公司 一种应用程序的启动方法及移动终端
CN102521041A (zh) * 2011-12-14 2012-06-27 华为终端有限公司 一种处理应用程序的方法及无线手持设备

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106896890A (zh) * 2015-12-21 2017-06-27 北京奇虎科技有限公司 电子设备电量管理方法和装置
CN107943534A (zh) * 2017-11-14 2018-04-20 广东欧珀移动通信有限公司 后台应用程序的关闭方法、装置、存储介质及电子设备
CN107943534B (zh) * 2017-11-14 2021-02-02 Oppo广东移动通信有限公司 后台应用程序的关闭方法、装置、存储介质及电子设备

Also Published As

Publication number Publication date
CN102521041B (zh) 2014-10-08
CN102521041A (zh) 2012-06-27

Similar Documents

Publication Publication Date Title
WO2013086960A1 (zh) 一种处理应用程序的方法及无线手持设备
EP2977854B1 (en) Method, apparatus, and user terminal for removing malicious power consuming application
CN105916010B (zh) 一种智能电视的待机及唤醒方法及装置
US20090013204A1 (en) Information processing device and mobile phone
US20080133956A1 (en) Power consumption management for functional preservation in a battery-powered electronic device
US9529412B2 (en) System for reducing energy consumption of a device and a method therefor
US20130036428A1 (en) Event triggering method during sleep mode and related mobile devices
US20070002784A1 (en) Systems, methods, and media for notifying users of events on a remote control device
US8904546B2 (en) Digital rights management method and digital rights management-enabled portable device
US8589712B2 (en) Determining a power saving mode based on a hardware resource utilization trend
TWI539797B (zh) 多媒體播放技術
WO2020094036A1 (zh) 用于终端的无线网络连接方法
US20170177406A1 (en) Methods for managing a service or application for a smart device and a smart device utilizing the same
KR101890973B1 (ko) 네트워크 통신 및 코스트 인식 기법
US20120149312A1 (en) Automatically Enabling Wireless Communication
US20130097453A1 (en) Apparatus and method for controlling cpu in portable terminal
US8554197B2 (en) System and method to interrupt a component of a mobile communication device responsive to a mute command
CN104749939A (zh) 闹钟设置方法、装置及蓝牙音箱
CN103282882A (zh) 用于特殊媒体回放场景的功率优化
US7788698B2 (en) Pre-negotiation and pre-caching media policy
CN110120695B (zh) 一种充电方法及终端设备
CN102098556A (zh) 数字电视用户自定义软件升级的方法
CN111262737A (zh) 一种端口配置管理方法、装置、存储介质及终端
WO2011153774A1 (zh) 一种移动广播业务管理系统中手机电视启动的方法及装置
JP2004325761A (ja) 情報処理装置、情報処理方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12857380

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12857380

Country of ref document: EP

Kind code of ref document: A1