WO2017206620A1 - Procédé et appareil pour définir l'état d'un programme d'application. - Google Patents

Procédé et appareil pour définir l'état d'un programme d'application. Download PDF

Info

Publication number
WO2017206620A1
WO2017206620A1 PCT/CN2017/081527 CN2017081527W WO2017206620A1 WO 2017206620 A1 WO2017206620 A1 WO 2017206620A1 CN 2017081527 W CN2017081527 W CN 2017081527W WO 2017206620 A1 WO2017206620 A1 WO 2017206620A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
model
time data
disabled
usage time
Prior art date
Application number
PCT/CN2017/081527
Other languages
English (en)
Chinese (zh)
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 WO2017206620A1 publication Critical patent/WO2017206620A1/fr

Links

Images

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

Definitions

  • the present disclosure relates to the field of electronic terminals, for example, to a method and apparatus for setting application state.
  • an application running in the background is generally set by a user.
  • batch setting of the background running state of the application directly setting the lock screen for how long after the background application is cleaned; for example, the user sets the switching mode of the background running state of the application one by one, for example, as shown in the figure
  • the application's enabled state is set one by one in the application list (there is no shadow to allow automatic activation, and a shadow to prohibit automatic activation).
  • the application settings are relatively rigid, and the management menu path for manual setting or lock screen cleaning is often complicated and does not provide simple operations.
  • the present disclosure provides a method and apparatus for setting an application state, which solves the problem that the manner of setting or prohibiting the automatic startup of the application is relatively rigid and complicated.
  • a method for setting an application state includes:
  • the application When the application time data of the application conforms to the corresponding disabled model, the application enters a frozen state, and the frozen state application stops responding to messages received in the background.
  • an apparatus for setting an application state includes:
  • a data monitoring unit configured to monitor usage time data of the application
  • a state adjustment unit configured to when the usage time data of the application conforms to a corresponding disable mode
  • the frozen state application stops responding to messages received in the background.
  • a non-transitory computer readable storage medium stored with computer executable instructions for performing the method of setting application state according to any of the above .
  • the method and device for setting the application state of the embodiment by monitoring the usage time data of the application, determining whether the application needs to be disabled according to the matching result of the application time data of the application and the corresponding disabled model, if the application needs When disabled, the application goes into a frozen state and stops responding to messages received in the background. Based on the judgment result of the application time data, it is confirmed whether the application needs to enter the frozen state, the setting result of the automatic startup of the application corresponds to the actual use requirement of the application, and the process of setting the state is more intelligent, and the user does not need to manually operate.
  • FIG. 1 is a schematic diagram of an interface for automatically starting an application in a related art
  • FIG. 2 is a flowchart of a method of a first embodiment of a method for setting an application state according to an embodiment of the present disclosure
  • FIG. 3 is a flowchart of a method of a second embodiment of a method for setting an application state according to an embodiment of the present disclosure
  • FIG. 4 is a structural block diagram of a first embodiment of an apparatus for setting an application state according to an embodiment of the present invention
  • FIG. 5 is a structural block diagram of a second embodiment of an apparatus for setting an application state according to an embodiment of the present invention.
  • FIG. 6 is a structural block diagram of an electronic device provided in the specific embodiment.
  • FIG. 2 is a flowchart of a method of a first embodiment of a method for setting an application state according to the embodiment. As shown in the figure, the method includes:
  • step S110 the usage time data of the application is monitored.
  • whether the background running of the application is started or not is determined by the usage of the application. For example, it is determined by the usage time data of the application (for example, the frequency of use and the duration of use). Generally speaking, the frequency of use is higher. The longer the application is used, the more you want to start the auto-start background run to receive multiple messages in real time. The lower the frequency of use, the less time each application is used, the more it is prohibited to automatically enable background running.
  • the criteria for judgment are different.
  • system applications such as phone calls and text messages
  • third-party applications you can determine whether to enable automatic startup background operation according to the actual usage, and for different types of applications (such as games, entertainment, information, social), you can also subdivide.
  • the settings of the automatic startup background of all applications are based on the use of time data for judgment and setting.
  • step S120 when the usage time data of the application conforms to the corresponding disabled model, the application enters a frozen state.
  • the frozen state of the application stops responding to messages received in the background.
  • the structural complexity of a disabled model depends on the complexity of generating usage time data for the disabled model. The easiest way to disable the model is to generate it based on the usage frequency. If the preset duration is not monitored and the application is used in the foreground, for example 15 days or 10 days, the application enters the frozen state and stops responding to messages received in the background, for example Notification messages, wake-up messages, startup messages, upgrade messages, and more. Optionally, in the frozen state, the icon corresponding to the application is unchanged, and the user can directly launch the application through the icon.
  • the disabled model can also use more complex usage time data as the basis for judgment, such as the frequency of use and the duration of use. Only the application frequency and total usage time of the application in the most recent preset time period meet the requirements of the disabled model. It is forbidden to automatically start the background running.
  • the frozen state of the application is recorded in the freeze queue, and only the application in the frozen state is recorded in the freeze queue, and the recorded application prohibits the automatic startup of the background operation.
  • the application by monitoring the usage time data of the application, according to the matching result of the application time data and the corresponding disabled model, it is determined whether the application needs to be disabled, and if the application needs to be disabled, the application enters the freezing. Status, stop responding to messages received in the background. Based on the judgment result of the application time data, it is confirmed whether the application needs to enter the frozen state, the setting result of the automatic startup of the application corresponds to the actual use requirement of the application, and the process of setting the state is more intelligent, and the user does not need to manually operate.
  • FIG. 3 is a method for setting an application state in the embodiment.
  • a method flowchart of a second embodiment, as shown, the method includes:
  • step S21 the usage time data of the application is monitored.
  • the usage time data is used to modify the disabled model in addition to determining whether to prohibit automatic startup of the background operation, and the correction process may be, for example, a self-learning algorithm.
  • the application should be identified, for example by the application name or the identifier of the application;
  • step S22 when the usage time data of the application conforms to the corresponding disabled model, the application enters a frozen state.
  • the application enters the frozen state either in real time or in a periodic setting.
  • the real-time setting is that each time the data of the usage time of one application is monitored, the corresponding disabled model is met, and the application directly enters the frozen state.
  • the cycle setting is a setting of the frozen state based on a determined time based on the cycle (for example, 10:00 am every day).
  • a determined time based on the cycle for example, 10:00 am every day.
  • the application is added to the list of applications to be frozen, and at the determined time, if the list of applications to be frozen is not empty, it will be frozen.
  • the application recorded in the application list is set to the frozen state, and the frozen state application stops responding to messages received in the background.
  • step S23 the disabled model is corrected based on the usage time data.
  • the correction process may be implemented by self-learning, acquiring usage time data of an application in a most recent period, and correcting the disabled model by self-learning based on usage time data in the latest period.
  • the analysis of the usage time data will be more suitable for the user's usage habit reference value.
  • 15 days is initially used as a reference for judgment, and self-learning after the use of time data can be corrected to be shorter when the time is too short, for example, 14 days or 13 days.
  • Another simple correction method is to take the average value of the interval of each use interval and use the average value as the correction value.
  • step S24 when the transfer instruction of the transfer disable model is received, the disabled model is transferred to the authorized terminal.
  • the transfer of the disabled model can be achieved by various technical means, such as Bluetooth, NFC (Near Field Communication).
  • NFC Near Field Communication
  • step S25 when the application that enters the frozen state is turned on from the desktop, the frozen state is ended.
  • the monitoring process if it is detected that the user opens the application from the desktop by clicking the icon of the application, it is checked whether the application is in the frozen list, and if it is in the frozen list, the application is deleted from the frozen list, which is equivalent to End the frozen state of the app and start a new round of timing for the app. Whether it's freezing or ending freezing, it's done in the background, and the app's icon doesn't change on the terminal's desktop.
  • the application by monitoring the usage time data of the application, according to the matching result of the application time data and the corresponding disabled model, it is determined whether the application needs to be disabled, and if the application needs to be disabled, the application enters the freezing. Status, stop responding to messages received in the background. Based on the judgment result of the application time data, it is confirmed whether the application needs to enter the frozen state, the setting result of the automatic startup of the application corresponds to the actual use requirement of the application, and the process of setting the state is more intelligent, and the user does not need to manually operate.
  • the modification of the disabled model makes the setting of the automatic startup of the application more in line with the user's usage habits; the disabling of the model makes the setting of the application of the other terminal and the user's usage habits can be quickly adapted; the operation based on the application The end of the frozen state enables automatic setting of the automatic activation state of the application.
  • the following is an embodiment of an apparatus for setting an application state provided in a specific embodiment, and an embodiment of the apparatus is implemented based on an embodiment of the foregoing method.
  • FIG. 4 is a structural block diagram of a first embodiment of an apparatus for setting an application state according to the embodiment. As shown, the apparatus includes:
  • the data monitoring unit 10 is configured to monitor usage time data of the application
  • the state adjustment unit 20 is configured to enter the frozen state when the application time data of the application conforms to the corresponding disable model, and the frozen state application stops responding to the message received in the background.
  • the cooperation of the above multiple units by monitoring the usage time data of the application, determining whether the application needs to be disabled according to the matching result of the application time data and the corresponding disabled model, if the application needs When disabled, the application goes into a frozen state and stops responding to messages received in the background. Based on the judgment result of the application time data, it is confirmed whether the application needs to enter the frozen state, the setting result of the automatic startup of the application corresponds to the actual use requirement of the application, and the process of setting the state is more intelligent, and the user does not need to manually operate.
  • FIG. 5 is a structural block diagram of a second embodiment of an apparatus for setting an application state according to the embodiment. As shown, the apparatus includes:
  • the data monitoring unit 10 is configured to monitor usage time data of the application
  • the state adjustment unit 20 is configured to enter the frozen state when the application time data of the application conforms to the corresponding disable model, and the frozen state application stops responding to the message received in the background.
  • it also includes:
  • the model correction unit 30 is configured to correct the disabled model based on the usage time data.
  • model correction unit 30 is set to:
  • it also includes:
  • the model migration unit 40 is configured to transfer the disabled model to the authorized terminal when the transfer instruction of the transfer disable model is received.
  • it also includes:
  • the state restoring unit 50 is arranged to end the freezing state when the application entering the frozen state is opened from the desktop.
  • the cooperative operation of the plurality of units determines whether the application needs to be disabled according to the usage time data of the application and the matching result of the usage time data of the application and the corresponding disabled model, if the application needs When disabled, the application goes into a frozen state and stops responding to messages received in the background. Based on the judgment result of the application time data, it is confirmed whether the application needs to enter the frozen state, the setting result of the automatic startup of the application corresponds to the actual use requirement of the application, and the process of setting the state is more intelligent, and the user does not need to manually operate.
  • the modification of the disabled model makes the setting of the automatic startup of the application more in line with the user's usage habits; the disabling of the model makes the setting of the application of the other terminal and the user's usage habits can be quickly adapted; the operation based on the application The end of the frozen state enables automatic setting of the automatic activation state of the application.
  • the embodiment provides a non-transitory computer readable storage medium storing computer executable instructions for performing the method of setting application state described in any of the above embodiments.
  • FIG. 6 is a structural block diagram of an electronic device provided in the specific embodiment.
  • the electronic device provided by the embodiment of the present disclosure may include a processor 61 and a memory 63, and may further include a communication interface 62 and a bus 64.
  • the processor 61, the communication interface 62, and the memory 63 can complete communication with each other through the bus 64.
  • Communication interface 62 can be used for information transfer.
  • the processor 61 can call the logic instructions in the memory 63 to perform the method of application state setting of the above embodiment.
  • the logic instructions in the memory 63 described above may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium.
  • the technical solution of the present disclosure may be embodied in the form of a software product stored in a storage medium, including a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network) The device or the like) performs all or part of the steps of the method described in various embodiments of the present disclosure.
  • the foregoing storage medium may be a non-transitory storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk.
  • a medium that can store program code, or a transitory storage medium including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk.
  • the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and can also be implemented by hardware, but in many cases, the former is A better implementation.
  • the technical solution of the present disclosure which is essential or contributes to the related art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk, CD-ROM).
  • the instructions include instructions for causing a terminal device (which may be a cell phone, computer, server, air conditioner, or network device, etc.) to perform the methods described in various embodiments of the present disclosure.
  • the method and device for setting the application state of the embodiment by monitoring the usage time data of the application, determining whether the application needs to be disabled according to the matching result of the application time data of the application and the corresponding disabled model, if the application needs When disabled, the application goes into a frozen state and stops responding to messages received in the background. Based on the judgment result of the application time data, it is confirmed whether the application needs to enter the frozen state, the setting result of the automatic startup of the application corresponds to the actual use requirement of the application, and the process of setting the state is more intelligent, and the user does not need to manually operate.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Telephone Function (AREA)

Abstract

L'invention concerne également un procédé et un appareil permettant de définir l'état d'un programme d'application. Le procédé consiste à : surveiller des données de temps d'utilisation d'un programme d'application; et lorsque les données de temps d'utilisation du programme d'application satisfont un modèle désactivé correspondant, le programme d'application entrant dans un état gelé, et le programme d'application à l'état gelé arrêtant en réponse à un message reçu en arrière-plan.
PCT/CN2017/081527 2016-05-31 2017-04-21 Procédé et appareil pour définir l'état d'un programme d'application. WO2017206620A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610378312.5 2016-05-31
CN201610378312.5A CN107450969A (zh) 2016-05-31 2016-05-31 一种应用程序状态设置的方法和装置

Publications (1)

Publication Number Publication Date
WO2017206620A1 true WO2017206620A1 (fr) 2017-12-07

Family

ID=60478535

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/081527 WO2017206620A1 (fr) 2016-05-31 2017-04-21 Procédé et appareil pour définir l'état d'un programme d'application.

Country Status (2)

Country Link
CN (1) CN107450969A (fr)
WO (1) WO2017206620A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109375995A (zh) * 2018-09-26 2019-02-22 Oppo广东移动通信有限公司 应用冻结方法和装置、存储介质、电子设备
CN112256118A (zh) * 2019-07-02 2021-01-22 中兴通讯股份有限公司 应用程序冷冻控制方法、装置、终端及可读存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298336A (zh) * 2013-07-19 2015-01-21 贝壳网际(北京)安全技术有限公司 移动终端及其应用程序的控制方法和装置
CN105094284A (zh) * 2015-07-31 2015-11-25 北京金山安全软件有限公司 应用程序的省电处理方法及装置
CN105138380A (zh) * 2015-09-21 2015-12-09 天脉聚源(北京)传媒科技有限公司 一种Linux系统的启动方法及装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8108575B2 (en) * 2009-02-03 2012-01-31 International Business Machines Corporation Methods of multi-server application synchronization without stopping I/O
US9465654B2 (en) * 2012-02-07 2016-10-11 Veritas Technologies Llc Intelligent failover or shutdown of an application using input/output shipping in response to loss of connectivity to data storage in a cluster
CN103699406A (zh) * 2013-12-05 2014-04-02 广东欧珀移动通信有限公司 一种智能冻结长时间未使用的应用的方法和装置
US9729520B2 (en) * 2014-05-05 2017-08-08 Citrix Systems, Inc. Facilitating communication between mobile applications

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298336A (zh) * 2013-07-19 2015-01-21 贝壳网际(北京)安全技术有限公司 移动终端及其应用程序的控制方法和装置
CN105094284A (zh) * 2015-07-31 2015-11-25 北京金山安全软件有限公司 应用程序的省电处理方法及装置
CN105138380A (zh) * 2015-09-21 2015-12-09 天脉聚源(北京)传媒科技有限公司 一种Linux系统的启动方法及装置

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109375995A (zh) * 2018-09-26 2019-02-22 Oppo广东移动通信有限公司 应用冻结方法和装置、存储介质、电子设备
CN112256118A (zh) * 2019-07-02 2021-01-22 中兴通讯股份有限公司 应用程序冷冻控制方法、装置、终端及可读存储介质
CN112256118B (zh) * 2019-07-02 2024-04-09 中兴通讯股份有限公司 应用程序冷冻控制方法、装置、终端及可读存储介质

Also Published As

Publication number Publication date
CN107450969A (zh) 2017-12-08

Similar Documents

Publication Publication Date Title
US9965188B2 (en) Memory cleaning method and apparatus, and terminal device
KR101799418B1 (ko) 애플리케이션 하트비트 주기 조정 방법, 장치, 및 단말
WO2015131679A1 (fr) Procédé et dispositif de traitement de processus de tâches
CN105677477B (zh) 一种优化应用程序资源的方法、装置及电子设备
US10536900B2 (en) Heartbeat adjustment method, apparatus, and terminal
WO2017070894A1 (fr) Procédé et appareil de commande de wakelock reposant sur un terminal, et terminal
AU2018220050A1 (en) Enforcing policies based on information received from external systems
US20150365360A1 (en) Method and apparatus for processing push message in notification center of mobile terminal, and storage medium
US9929868B2 (en) Wireless wake-up device for cellular module
CN110554762A (zh) 一种控制应用程序的方法及终端
CN109656725B (zh) 消息消费者切换方法、装置、存储介质及电子设备
US10142928B2 (en) Method and apparatus for reducing power consumption, and mobile terminal
WO2017167020A1 (fr) Procédé et dispositif de poussée d'informations de configuration
WO2017166906A1 (fr) Procédé de gestion d'un profil d'abonnement euicc et appareil associé
WO2017206620A1 (fr) Procédé et appareil pour définir l'état d'un programme d'application.
EP3073681A1 (fr) Procédé et appareil de pousser d'informations de réseau social
US20140281038A1 (en) Terminal and application synchronization method thereof
WO2017219446A1 (fr) Procédé et dispositif de traitement d'icône
CN113542256A (zh) 客户端中登录凭证的更新方法、装置、设备及存储介质
WO2014160621A1 (fr) Réception d'un évènement de communication
US20150140973A1 (en) System and method for ensuring a call is made from within a call application
CN109302535B (zh) 一种移动终端多闹钟处理方法、移动终端及存储介质
JP2017530639A (ja) 通信デバイスのリダイヤル画面におけるインテリジェントオプション
CN105933525A (zh) 一种移动设备应用程序通知管理方法及系统
CN106487993B (zh) 系统通知处理方法及装置

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: 17805565

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: 17805565

Country of ref document: EP

Kind code of ref document: A1