WO2020133455A1 - Procédé de gestion de programme d'application, dispositif, support de stockage et appareil électronique - Google Patents

Procédé de gestion de programme d'application, dispositif, support de stockage et appareil électronique Download PDF

Info

Publication number
WO2020133455A1
WO2020133455A1 PCT/CN2018/125738 CN2018125738W WO2020133455A1 WO 2020133455 A1 WO2020133455 A1 WO 2020133455A1 CN 2018125738 W CN2018125738 W CN 2018125738W WO 2020133455 A1 WO2020133455 A1 WO 2020133455A1
Authority
WO
WIPO (PCT)
Prior art keywords
target
limit level
application
power limit
scene mode
Prior art date
Application number
PCT/CN2018/125738
Other languages
English (en)
Chinese (zh)
Inventor
张寅祥
帅朝春
陆天洋
吴建文
戴堃
Original Assignee
深圳市欢太科技有限公司
Oppo广东移动通信有限公司
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 深圳市欢太科技有限公司, Oppo广东移动通信有限公司 filed Critical 深圳市欢太科技有限公司
Priority to PCT/CN2018/125738 priority Critical patent/WO2020133455A1/fr
Priority to CN201880099427.8A priority patent/CN113015959A/zh
Publication of WO2020133455A1 publication Critical patent/WO2020133455A1/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/44Arrangements for executing specific programs

Definitions

  • the present application relates to the technical field of electronic equipment, and in particular, to an application management method, device, storage medium, and electronic equipment.
  • Embodiments of the present application provide an application program management method, device, storage medium, and electronic equipment, which can improve the management efficiency of application programs.
  • an embodiment of the present application provides an application management method, including:
  • a corresponding target application and target power limit level are determined according to the target scene mode, and the target application is set in the target power limit level of the power management framework.
  • an application management apparatus including:
  • the obtaining unit is used to obtain the current multi-dimensional scene characteristics
  • the input unit is used to input the multi-dimensional scene features into a scene prediction model containing scene recognition capabilities to determine the current target scene mode;
  • the starting unit is used to start a power management framework, and the power management framework includes multiple levels of power limitation levels;
  • the setting unit is configured to determine a corresponding target application and a target power limit level according to the target scene mode, and set the target application in the target power limit level of the power management framework.
  • a storage medium provided by an embodiment of the present application stores a computer program thereon, and when the computer program runs on a computer, the computer is caused to execute the method for managing an application program as provided in any embodiment of the present application .
  • an electronic device provided by an embodiment of the present application includes a processor and a memory, where the memory has a computer program, and the processor is used to perform the steps by calling the computer program:
  • a corresponding target application and target power limit level are determined according to the target scene mode, and the target application is set in the target power limit level of the power management framework.
  • FIG. 1 is a system architecture diagram of an electronic device provided by an embodiment of the present invention.
  • FIG. 2 is a schematic flowchart of an application management method provided by an embodiment of the present application.
  • FIG. 3 is another schematic flowchart of an application program management method provided by an embodiment of the present application.
  • FIG. 4 is a schematic diagram of a scenario of a method for managing an application program provided by an embodiment of the present application.
  • FIG. 5 is a schematic diagram of modules of an application management device provided by an embodiment of the present application.
  • FIG. 6 is a schematic diagram of another module of an application management apparatus provided by an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of an electronic device provided by an embodiment of the present application.
  • FIG. 8 is another schematic structural diagram of an electronic device provided by an embodiment of the present application.
  • module used in this article can be regarded as a software object executed on the computing system.
  • the different components, modules, engines and services described in this article can be regarded as the implementation objects on the computing system.
  • the device and method described herein are preferably implemented in the form of software, and of course, can also be implemented in hardware, which are all within the protection scope of the present application.
  • FIG. 1 is a system architecture diagram of an electronic device provided by an embodiment of the present invention.
  • the system architecture is an Android system architecture.
  • the system architecture may also be an Apple (iphone Operating System) , IOS) system framework, etc.
  • the Android system architecture is the architecture of the Android system.
  • the Android system architecture like its operating system, uses a layered architecture, which is divided into four layers, from high to low are the Android application layer (Application), Android application framework Layer (Application Framework), Android system running layer and Linux kernel layer.
  • Application layer The application is a program written in java that runs on a virtual machine, such as a desktop one-screen application, camera application, email client, SMS short message program, and calendar.
  • Application framework layer This layer is the application programming interface (API) framework used when writing the core applications released by Google. Developers can also use these frameworks to develop their own applications, which simplifies The structure design of the program development is required, but the development principles of its framework must be followed, such as the power management framework, which is a new application standby grouping function that allows the system to restrict the application to call the central processing according to the user's usage.
  • Device Central Processing Unit, CPU
  • the application standby group can prioritize its resource requests according to the frequency of application or the last use time.
  • the application standby group can be multiple groups, such as four Grouping, the system will divide each application into one of four priority groups according to the usage of each application, and each group has different restrictions on the scheduling of device resources. The higher the priority group, the scheduling of device resources The higher the packet with lower priority is, the lower the scheduling of device resources is.
  • System runtime library (C/C++ library and Android runtime library) layer: When using the Android application framework, the Android system will support various components we use through some C/C++ libraries to make it better serve us, such as SQLite (relational database), Webkit (web browser engine).
  • SQLite relational database
  • Webkit web browser engine
  • Linux kernel layer Android's core system services are given to the Linux2.6 kernel, such as security, memory management, process management, network protocol stack, and driver model, etc., all depend on the kernel, such as Binder IPC (Internet Process Connection) inter-process communication driver , A special driver for Android, with a separate device node that provides the function of inter-process communication.
  • Binder IPC Internet Process Connection
  • An embodiment of the present application provides an application management method.
  • the execution subject of the application management method may be the application management device provided in the embodiment of the application, or an electronic device integrated with the application management device, wherein The application management device can be implemented in hardware or software.
  • the electronic device may be a smart phone, a tablet computer, a PDA (Personal Digital Assistant) and so on.
  • An embodiment of the present invention provides an application management method, including:
  • the corresponding target application and target power limit level are determined according to the target scene mode, and the target application is set in the target power limit level of the power management framework.
  • the step of determining the corresponding target application and the target power limit level according to the target scene mode, and setting the target application in the target power limit level of the power management framework may include: Determining the first target application associated with the target scene mode and the first target power limitation level according to the target scene mode; determining the second target application and second target application not related to the target scene mode according to the target scene mode The target power limit level, the first target power limit level has a higher priority than the second target power limit level; the first target application is set in the first target power limit level of the power management framework, the second The target application is set in the second target power limit level of the power management framework.
  • the step of determining the first target application and the first target power limit level associated with the target scene mode according to the target scene mode may include: determining the target and the target according to the target scene mode The first application associated with the scene mode; determining the first application associated with the target scene mode to be greater than the first preset threshold as the first target application and the first target power limit level; to associate with the target scene mode
  • the first application whose correlation degree is not greater than the first preset threshold is determined to be the third target application and the third target power limit level, the priority of the first target power limit level is higher than the third target power limit level,
  • the third target power limit level has a higher priority than the second target power limit level.
  • the step of determining the second target application and the second target power limit level that are not associated with the target scene mode according to the target scene mode may include: The second application that is not associated with the target scene mode; the second application that is associated with the target scene mode is greater than the second preset threshold is determined as the second target application and the second target power limit level; will be associated with the target A second application whose correlation degree of the scene mode is not greater than a second preset threshold is determined as a fourth target application and a fourth target power limit level, and the priority level of the second target power limit level is higher than the fourth target power limit grade.
  • the first target application is set in the first target power limit level of the power management framework
  • the second target application is set in the second target power limit level of the power management framework
  • the steps in may include: setting a first target application in the first target power limit level of the power management framework, and setting a second target application in the second target power limit level of the power management framework Setting the third target application in the third target power limit level of the power management framework, and setting the fourth target application in the fourth target power limit level of the power management framework.
  • the method may further include: acquiring attribute information of each application; determining the corresponding scene according to the attribute information The mode and the degree of association relate the attribute information to the scene mode.
  • the step of acquiring current multi-dimensional scene features may further include: continuously collecting multi-dimensional scene features as samples and constructing corresponding scene sample sets; performing training and learning on the scene sample sets to generate A scene prediction model with scene recognition capabilities.
  • FIG. 2 is a schematic flowchart of an application management method provided by an embodiment of the application.
  • the application management method may include the following steps:
  • step S101 the current multi-dimensional scene features are acquired.
  • the current multi-dimensional scene characteristics can be collected, and the multi-dimensional scene characteristics can be current time information and current positioning information, so that later electronic devices can determine the current scene according to the current time information and current positioning information
  • the current time information may also be time zone information
  • the current positioning information may also be a certain range of positioning information, such as time zone information from 8:00 to 18:00, and positioning information within a certain building range.
  • step S102 multi-dimensional scene features are input into a scene prediction model containing scene recognition capabilities to determine the current target scene mode.
  • the prediction model may be a continuous collection of multi-dimensional scene features as samples by the electronic device in advance, forming a scene sample set containing a preset number of samples.
  • the multi-dimensional scene features may also be current time information and current positioning information, or time. Segment information and positioning information for a range.
  • a clustering algorithm can be used to cluster the time period information and a certain range of positioning information to generate a prediction model that can identify the corresponding scene mode based on the time information and the positioning information.
  • the scene mode can include a work mode, an entertainment mode, and so on.
  • the scene mode is the working mode.
  • step S103 the power management framework is started.
  • the power management framework includes multiple levels of power limitation levels, such as 4 levels, etc. Each level allocates corresponding resources to applications, and the higher the priority level, the more equipment resources are allocated. Correspondingly, The lower the priority level, the less equipment resources are allocated.
  • the equipment resources include CPU resources or network resources called by applications.
  • the power management framework can be started accordingly to implement the hierarchical management of later application programs.
  • step S104 the corresponding target application and the target power limit level are determined according to the target scene mode, and the target application is set in the target power limit level of the power management framework.
  • the attribute information of each application can be pre-determined
  • the attribute information can be the name information of the application and the usage information of the application
  • the information of each scene mode can be determined according to the name information of the application and the usage information of the application Correlation degree, and then determine the corresponding scene mode, and make the correlation.
  • the associated target application can be determined according to the determined target scene mode, and the target power limitation level can be determined according to the corresponding degree of association.
  • the degree of association is higher, the priority of the target power limitation level is higher.
  • the lower the degree the lower the priority of the target power limit level.
  • the steps of determining the corresponding target application and the target power limit level according to the target scenario mode, and setting the target application in the target power limit level of the power management framework may include:
  • the electronic device determines the first target application and the first target power limit level associated with the target scene mode according to the target scene mode. If the target scene mode is the working mode, the electronic device An application program is determined, and the first target application program is determined as the first target power limit level. Similarly, the electronic device determines the second target application and the second target power limit level associated with the target scene mode according to the target scene mode. If the target scene mode is the work mode, the electronic device will not be related to the work mode The second target application of the game class is determined, and the second target application is determined as the second target power limit level, and the first target limit level is higher than the second target power limit level.
  • the power management framework will automatically Device resource restrictions are applied to applications that are not associated with the target scene mode, that is, applications that do not meet the current scene are restricted to device resources, and applications associated with the target scene mode can be unrestricted or subject to restrictions due to their higher priority. Low resource equipment limit.
  • an application management method obtains the current multi-dimensional scene features; input the multi-dimensional scene features into a scene prediction model that includes scene recognition capabilities to determine the current target scene mode; Start the power management framework, the power management framework includes multiple levels of power limit levels; determine the corresponding target application and target power limit level according to the target scenario mode, and set the target application in the target power limit level of the power management framework .
  • the current multi-dimensional scene characteristics are collected, and the corresponding target scene mode is determined through the scene prediction model.
  • the device resources that do not meet the scene are automatically restricted, and the application management is automated, which improves the application of the application. Program management efficiency.
  • FIG. 3 is another schematic flowchart of an application program management method according to an embodiment of the present application.
  • the method includes:
  • step S201 continuously collect multi-dimensional scene features as samples, and construct a corresponding scene sample set.
  • scene learning is conducted first.
  • scenes such as work scene mode and entertainment scene mode, etc.
  • the multi-dimensional scene features can be time features and location features, and samples are continuously collected within one month to form a scene sample set that can reflect the scene mode through time information and location information.
  • step S202 training and learning are performed on the scene sample set to generate a scene prediction model including scene recognition capabilities.
  • the mobile phone performs training and learning on the scene sample set, and can perform clustering processing on the samples in the sample set that contain time information and positioning information. For example, on weekdays, users are generally in Building A between 9 o'clock and 17 o'clock. In the office, through the clustering process, this rule can be obtained, that is, the specific time period of the working day is within the range of Building A, and it is determined as the working mode, etc., and a prediction model containing scene recognition capability is generated.
  • step S203 the current multi-dimensional scene features are acquired.
  • the mobile phone obtains the current time information, such as Thursday at 15:41 and the global positioning system (Global Positioning System, GPS) to obtain the current positioning information A building range.
  • the global positioning system Global Positioning System, GPS
  • step S204 multi-dimensional scene features are input into a scene prediction model containing scene recognition capabilities to determine the current target scene mode.
  • the mobile phone inputs the acquired time on Thursday at 15:41 and the location information A building range into a scene prediction model that includes scene recognition capabilities, and can determine that the current target scene mode is the working mode.
  • the mobile phone 100 inputs multi-dimensional scene features into a scene prediction model containing scene recognition capabilities to determine the current target scene mode as a working scene.
  • the mobile phone will generate prompt information accordingly, and the user can confirm or deny it. It is determined that there is a period of 10 seconds. When the user does not select OK within 10 seconds, the determination is automatically performed. When the user selects No, the user can select an appropriate scene mode.
  • step S205 the power management framework is started.
  • the mobile phone power management framework may include four levels of power limit levels, and the four levels of power limit levels may be Active (the first power limit level), indicating that the application is being used, in tasks, standards For the resource call of alarm and FCM information, the applications under this level are exempt from any system restrictions.
  • Working which means that the application is used frequently, and applications under this level will be restricted by some systems in terms of task running and alarm triggering.
  • Frequent the third power limit level
  • each power limit level contains a corresponding limit condition, the application under this level will be in the task, alarm and high priority FCM message resources Calling is strictly restricted, and in addition, network access capabilities will also be affected, that is, from the first power limit level to the fourth power limit level, the resources of the devices that can be called are getting lower and lower.
  • the mobile phone calls the system framework layer to start the power management framework.
  • step S206 the attribute information of each application is acquired, the corresponding scene mode and the degree of association are determined according to the attribute information, and the attribute information is associated with the scene mode.
  • the mobile phone obtains the attribute information of each application, such as the name of the application and the purpose of the application, such as the name of an application is X office, the use is for office use, and the associated scene mode is determined as the working mode according to the attribute information ,
  • the relevance is 0.9, or the name of an application is X glory, the use is for games, then according to the attribute information, the associated scene mode is determined to be the game mode, the relevance is 0.9, the relevance to the work mode is 0.1, etc. , And so on, to process each application.
  • step S207 the first application associated with the target scene mode is determined according to the target scene mode.
  • the mobile phone determines multiple first applications associated with the work mode according to the determined work mode, such as X office and Y image file editing, assuming that the correlation between X office and work mode is 0.9, Y image file editing and work mode The correlation is 0.7.
  • step S208 the first application program whose degree of association with the target scene mode is greater than the first preset threshold is determined as the first target application program and the first target power limit level.
  • the first preset threshold is a defined value that defines whether the first application is strongly related to the target scene mode, such as 0.8, when the correlation between the first application and the target scene mode is greater than 0.8, such as X office Degree 0.9 is greater than 0.8, indicating that the X office is strongly related to the work mode, and the probability of use is very large.
  • the X office is determined as the first target application and the first target power limit level.
  • step S209 the first application program whose degree of association with the target scene mode is not greater than the first preset threshold is determined as the third target application program and the third target power limit level.
  • the correlation between the first application and the target scene mode is not greater than 0.8, for example, if the correlation of the Y image file editing is not greater than 0.8, it means that the Y image file editing is not strongly related to the working mode, and the use probability is lower With a strong correlation probability, the editing of the Y image file is determined to be the third target application and the third target power limit level, and the priority of the first target power limit level is greater than the third target power limit level.
  • step S210 a second application that is not associated with the target scene mode is determined according to the target scene mode.
  • the mobile phone determines multiple second applications that are not related to the work mode according to the determined work mode, such as X glory and Y Brussels. Assume that the correlation between X glory and work mode is 0.1, and the correlation between Y romance and work mode Is 0.4.
  • step S211 the second application program whose degree of association with the target scene mode is greater than the second preset threshold is determined as the second target application program and the second target power limit level.
  • the second preset threshold is a defined value that defines whether the second application is strongly irrelevant to the target scene mode, such as 0.3, when the correlation between the second application and the target scene mode is greater than 0.3, such as Y cauliflower
  • the correlation degree 0.4 is greater than 0.3, indicating that the Y cauliflower is not strongly related to the working mode, and may be used.
  • the Y cauliflower is determined as the second target application and the second target power limit level, and the third target power limit The priority of the level is higher than the second target power limit level.
  • step S212 the second application program whose degree of association with the target scene mode is not greater than the second preset threshold is determined as the fourth target application program and the fourth target power limit level.
  • the correlation between the second application and the target scene mode is not greater than 0.3
  • the correlation of X glory 0.1 is not greater than 0.3, indicating that the glory of X is not related to the working mode, and the probability of use is extremely low.
  • the X glory is determined to be the fourth target application and the fourth target power limit level, and the priority of the second target power limit level is higher than the fourth target power limit level.
  • step S213 the first target application is set in the first target power limit level of the power management framework, and the second target application is set in the second target power limit level of the power management framework.
  • step S214 the third target application is set in the third target power limit level of the power management framework, and the fourth target application is set in the fourth target power limit level of the power management framework.
  • the mobile phone sets the first target application in the first target power limit level of the power management framework, sets the second target application in the second target power limit level of the power management framework, and sets the third target application In the third target power limit level of the power management framework, the fourth target application is set in the fourth target power limit level of the power management framework. Since the first target power limit level has the highest priority, the highest probability of use The first application may not be limited by device resources, the priority of the third target power limit level is lower than the first target power limit level, then the third application with a usage probability lower than the first application is limited by part of the device resources.
  • the priority of the second target power limit level is lower than the third target power limit level, then the second application with a usage probability lower than the third application is limited by more device resources, and the priority of the fourth target power limit level is lower than The second target power limit level, then the fourth application with a lower probability of use than the second application is subject to strict device resource restrictions. In this way, through the analysis of the scene mode, the application program with high to low probability of use is automatically graded and controlled to better save the power value of the mobile phone.
  • an application management method provided in this embodiment is to continuously acquire multi-dimensional scene features to construct a sample set for learning, generate a prediction model that includes scene recognition capabilities, obtain current multi-dimensional scene features, and convert multi-dimensional scene features Input into a scene prediction model that includes scene recognition capabilities to determine the current target scene mode, start the power management framework, and determine the corresponding first target application, second target application according to the degree of association with the target scene mode,
  • the third target application and the fourth target application, and the first target application is placed in the first target power limit level
  • the second target application is placed in the second target power limit level
  • the third target application is placed Enter the third target power limit level, and put the fourth target application into the fourth target power limit level.
  • the current multi-dimensional scene characteristics are collected, and the corresponding target scene mode is determined through the scene prediction model.
  • the application of non-conforming scenes is automatically limited to the level of device resources, and the automation of application management is improved. Management efficiency of the application.
  • the embodiments of the present application further provide an apparatus based on the above-mentioned application program management method.
  • the meaning of the nouns is the same as that in the above application program management method.
  • An embodiment of the present invention provides an application management device, including:
  • the obtaining unit is used to obtain the current multi-dimensional scene characteristics
  • the input unit is used to input the multi-dimensional scene features into a scene prediction model containing scene recognition capabilities to determine the current target scene mode;
  • the starting unit is used to start a power management framework, which includes multiple levels of power limitation levels;
  • the setting unit is used to determine the corresponding target application and the target power limit level according to the target scene mode, and set the target application in the target power limit level of the power management framework.
  • the setting unit includes: a first determining subunit for determining the first target application and the first target power limit level associated with the target scene mode according to the target scene mode; second A determination subunit, configured to determine, according to the target scene mode, a second target application and a second target power limit level that are not associated with the target scene mode, the first target power limit level has a higher priority than the second target Power limit level; setting sub-unit for setting the first target application in the first target power limit level of the power management framework, and setting the second target application in the second target power of the power management framework Restricted level.
  • the first determining subunit is specifically used to: determine the first application program associated with the target scene mode according to the target scene mode; and make the degree of association with the target scene mode greater than the first
  • the first application with a threshold is determined to be the first target application and the first target power limit level; the first application with a correlation degree not greater than the first preset threshold is determined as the third target application
  • a third target power limit level the first target power limit level has a higher priority than the third target power limit level, and the third target power limit level has a higher priority than the second target power limit level.
  • the second determining subunit is specifically configured to: determine a second application that is not associated with the target scene mode according to the target scene mode; increase the degree of association with the target scene mode to be greater than the second
  • the second application with a preset threshold is determined as the second target application and the second target power limit level; the second application with a degree of association with the target scene mode not greater than the second preset threshold is determined as the fourth target application
  • the program and the fourth target power limit level is determined as the fourth target application
  • the second target power limit level has a higher priority than the fourth target power limit level.
  • the setting subunit is specifically configured to: set the first target application in the first target power limit level of the power management framework, and set the second target application in the power management framework In the second target power limit level of; set the third target application in the third target power limit level of the power management framework, and set the fourth target application in the fourth target power limit of the power management framework Restricted level.
  • FIG. 5 is a schematic diagram of a module of an application management device provided by an embodiment of the present application.
  • the management device 300 of the application program includes an acquisition unit 31, an input unit 32, a startup unit 33, and a setting unit 34.
  • the obtaining unit 31 is used to obtain current multi-dimensional scene features.
  • the obtaining unit 31 can collect current multi-dimensional scene features, which can be current time information and current positioning information, so that later electronic devices can determine the current location based on the current time information and current positioning information
  • the current time information may also be time period information
  • the current positioning information may also be a certain range of positioning information, such as time zone information from 8:00 to 18:00, and positioning information within a certain building range.
  • the input unit 32 is configured to input the multi-dimensional scene features into a scene prediction model containing scene recognition capabilities to determine the current target scene mode.
  • the prediction model may be a continuous collection of multi-dimensional scene features as samples by the electronic device in advance, forming a scene sample set containing a preset number of samples.
  • the multi-dimensional scene features may also be current time information and current positioning information, or time. Segment information and positioning information for a range.
  • a clustering algorithm can be used to cluster the time period information and a certain range of positioning information to generate a prediction model that can identify the corresponding scene mode based on the time information and the positioning information.
  • the scene mode can include a work mode, an entertainment mode, and so on.
  • the input unit 32 inputs the acquired current time information and current positioning information into a scene prediction model with scene recognition capabilities, such as inputting the current time Thursday at 14:13 and the X building into the scene prediction model to determine
  • the current target scene mode is the work mode.
  • the starting unit 33 is used to start a power management framework, and the power management framework includes multiple levels of power limitation levels.
  • the power management framework includes multiple levels of power limitation levels, such as 4 levels, etc. Each level allocates corresponding resources to applications, and the higher the priority level, the more equipment resources are allocated. Correspondingly, The lower the priority level, the less equipment resources are allocated.
  • the equipment resources include CPU resources or network resources called by applications.
  • the starting unit 33 can correspondingly start the power management framework to implement hierarchical management of later application programs.
  • the setting unit 34 is configured to determine the corresponding target application and target power limit level according to the target scene mode, and set the target application in the target power limit level of the power management framework.
  • the attribute information of each application can be pre-determined
  • the attribute information can be the name information of the application and the usage information of the application
  • the information of each scene mode can be determined according to the name information of the application and the usage information of the application Correlation degree, and then determine the corresponding scene mode, and make the correlation.
  • the setting unit 34 may determine the associated target application according to the determined target scene mode, and determine the target power limitation level according to the corresponding degree of association. When the degree of association is higher, the priority of the target power limitation level is higher. , The lower the degree of association, the lower the priority of the target power limit level. And set the target application in the target power limit level of the power management framework.
  • FIG. 6, is a schematic diagram of another module of the application management device provided by the embodiment of the present application.
  • the application management device 300 may further include:
  • the setting unit 34 may include a first determining subunit 341, a second determining subunit 342, and a setting subunit 343.
  • the first determining subunit 341 is configured to determine the first target application program and the first target power limit level associated with the target scene mode according to the target scene mode.
  • the second determining subunit 342 is configured to determine a second target application and a second target power limit level that are not associated with the target scene mode according to the target scene mode, and the priority of the first target power limit level is higher than The second target power limit level.
  • the setting subunit 343 is configured to set the first target application in the first target power limit level of the power management framework, and set the second target application in the second target power limit level of the power management framework in.
  • the first determining subunit 341 is specifically configured to: determine the first application program associated with the target scene mode according to the target scene mode; the first to associate the target scene mode with a degree greater than the first preset threshold
  • the application program is determined to be the first target application program and the first target power limit level; the first application program whose correlation degree with the target scene mode is not greater than the first preset threshold is determined as the third target application program and the third target power battery Limitation level, the priority of the first target power limit level is higher than the third target power limit level, and the priority level of the third target power limit level is higher than the second target power limit level.
  • the second determining subunit 342 is specifically configured to: according to the target scene mode, determine a second application that is not associated with the target scene mode; and determine the degree of association with the target scene mode that is greater than the second preset threshold
  • the second application is determined as the second target application and the second target power limit level; the second application with a correlation degree of the target scene mode not greater than the second preset threshold is determined as the fourth target application and the fourth target
  • the power limit level, the second target power limit level has a higher priority than the fourth target power limit level.
  • the setting subunit 343 is specifically configured to: set the first target application in the first target power limit level of the power management framework, and set the second target application in the second target of the power management framework In the power limit level; the third target application is set in the third target power limit level of the power management framework, and the fourth target application is set in the fourth target power limit level of the power management framework.
  • the electronic device 500 includes a processor 501 and a memory 502.
  • the processor 501 and the memory 502 are electrically connected.
  • the processor 500 is the control center of the electronic device 500, which uses various interfaces and lines to connect the various parts of the entire electronic device, executes or loads the computer program stored in the memory 502, and calls the data stored in the memory 502 to execute
  • the electronic device 500 performs various functions and processes data to perform overall monitoring of the electronic device 500.
  • the memory 502 can be used to store software programs and modules.
  • the processor 501 runs computer programs and modules stored in the memory 502 to execute various functional applications and data processing.
  • the memory 502 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, computer programs required by at least one function (such as a sound playback function, an image playback function, etc.), etc.; the storage data area may store Data created by the use of electronic devices, etc.
  • the memory 502 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, a flash memory device, or other volatile solid-state storage devices. Accordingly, the memory 502 may further include a memory controller to provide the processor 501 with access to the memory 502.
  • the processor 501 in the electronic device 500 will load the instructions corresponding to the process of one or more computer programs into the memory 502 according to the following steps, and the processor 501 runs and stores the instructions in the memory 502
  • the computer program in order to achieve various functions, as follows:
  • the corresponding target application and target power limit level are determined according to the target scene mode, and the target application is set in the target power limit level of the power management framework.
  • the processor 501 may Specifically perform the following steps:
  • the first target power limit level has a higher priority than the second target power limit level
  • the first target application is set in the first target power limit level of the power management framework
  • the second target application is set in the second target power limit level of the power management framework.
  • the processor 501 when determining the first target application and the first target power limit level associated with the target scene mode according to the target scene mode, the processor 501 may specifically perform the following steps:
  • the first application with a degree of association with the target scene mode that is not greater than the first preset threshold is determined as the third target application and the third target power limit level, and the priority of the first target power limit level is higher than the first Three target power limit levels, the third target power limit level has a higher priority than the second target power limit level.
  • the processor 501 may specifically perform the following steps:
  • the second application with the degree of association with the target scene mode not greater than the second preset threshold is determined as the fourth target application and the fourth target power limit level, and the priority of the second target power limit level is higher than the first Four target power limit levels.
  • the processor 501 in setting the first target application to the first target power limit level of the power management framework, the second target application is set to the second target power limit level of the power management framework At mid-range, the processor 501 can specifically perform the following steps:
  • the third target application is set in the third target power limit level of the power management framework
  • the fourth target application is set in the fourth target power limit level of the power management framework.
  • the processor 501 may specifically perform the following steps:
  • the corresponding scene mode and the degree of association are determined, and the attribute information is associated with the scene mode.
  • the processor 501 may further specifically perform the following steps:
  • the electronic device 500 may further include: a display 503, a radio frequency circuit 504, an audio circuit 505, and a power supply 506.
  • the display 503, the radio frequency circuit 504, the audio circuit 505, and the power supply 506 are electrically connected to the processor 501, respectively.
  • the display 503 can be used to display information input by the user or provided to the user and various graphical user interfaces, which can be composed of graphics, text, icons, video, and any combination thereof.
  • the display 503 may include a display panel.
  • the display panel may be configured in the form of a liquid crystal display (Liquid Crystal) (LCD) or an organic light emitting diode (Organic Light-Emitting Diode, OLED).
  • LCD liquid crystal display
  • OLED Organic Light-Emitting Diode
  • the radio frequency circuit 504 can be used to send and receive radio frequency signals to establish wireless communication with network devices or other electronic devices through wireless communication, and send and receive signals with network devices or other electronic devices.
  • the audio circuit 505 can be used to provide an audio interface between a user and an electronic device through speakers and microphones.
  • the power supply 506 can be used to power various components of the electronic device 500.
  • the power supply 506 may be logically connected to the processor 501 through a power management system, so as to implement functions such as charging, discharging, and power consumption management through the power management system.
  • the electronic device 500 may further include a camera, a Bluetooth module, etc., which will not be repeated here.
  • An embodiment of the present application also provides a storage medium that stores a computer program, and when the computer program runs on a computer, the computer is caused to execute the method for managing the application program in any of the foregoing embodiments, such as: obtaining the current Multi-dimensional scene features; enter the multi-dimensional scene features into a scene prediction model that includes scene recognition capabilities to determine the current target scene mode; start the power management framework, which includes multiple levels of power limitation levels; The target scene mode determines the corresponding target application and target power limit level, and sets the target application in the target power limit level of the power management framework.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (Read Only Memory, ROM,), or a random access memory (Random Access Memory, RAM), etc.
  • the application program management method of the embodiments of the present application can be controlled by a computer program.
  • the computer program can be stored in a computer-readable storage medium, such as stored in the memory of the electronic device, and executed by at least one processor in the electronic device, the execution process can include, for example, applications The procedure of the embodiment of the program management method.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory, a random access memory, etc.
  • each functional module may be integrated into one processing chip, or each module may exist alone physically, or two or more modules are integrated into one module.
  • the above integrated modules can be implemented in the form of hardware or software function modules. If the integrated module is implemented in the form of a software function module and sold or used as an independent product, it can also be stored in a computer-readable storage medium, such as a read-only memory, magnetic disk, or optical disk.

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

Le mode de réalisation de la présente invention concerne un procédé de gestion de programme d'application, le procédé consiste à obtenir la caractéristique de scène multidimensionnelle actuelle ; à entrer la caractéristique de scène multidimensionnelle dans le modèle de prédiction de scène contenant une capacité de reconnaissance de scène pour obtenir un mode de scène cible ; à démarrer le cadre de gestion de puissance ; à déterminer le programme d'application cible correspondant et le niveau de limite de puissance cible selon le mode de scène cible et à régler le programme d'application cible dans le niveau de limite de puissance cible. L'efficacité de gestion du programme d'application est améliorée.
PCT/CN2018/125738 2018-12-29 2018-12-29 Procédé de gestion de programme d'application, dispositif, support de stockage et appareil électronique WO2020133455A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2018/125738 WO2020133455A1 (fr) 2018-12-29 2018-12-29 Procédé de gestion de programme d'application, dispositif, support de stockage et appareil électronique
CN201880099427.8A CN113015959A (zh) 2018-12-29 2018-12-29 应用程序的管理方法、装置、存储介质及电子设备

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/125738 WO2020133455A1 (fr) 2018-12-29 2018-12-29 Procédé de gestion de programme d'application, dispositif, support de stockage et appareil électronique

Publications (1)

Publication Number Publication Date
WO2020133455A1 true WO2020133455A1 (fr) 2020-07-02

Family

ID=71128006

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/125738 WO2020133455A1 (fr) 2018-12-29 2018-12-29 Procédé de gestion de programme d'application, dispositif, support de stockage et appareil électronique

Country Status (2)

Country Link
CN (1) CN113015959A (fr)
WO (1) WO2020133455A1 (fr)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8838261B2 (en) * 2011-06-03 2014-09-16 Apple Inc. Audio configuration based on selectable audio modes
CN107577332A (zh) * 2017-08-09 2018-01-12 努比亚技术有限公司 一种耗电控制方法、移动终端及计算机可读存储介质
CN107577533A (zh) * 2017-08-31 2018-01-12 广东欧珀移动通信有限公司 资源配置方法及相关产品
CN108983943A (zh) * 2018-05-30 2018-12-11 努比亚技术有限公司 进程运行控制方法、可穿戴设备及计算机可读存储介质

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893142A (zh) * 2015-12-31 2016-08-24 乐视移动智能信息技术(北京)有限公司 一种资源分配方法及装置
CN107463477A (zh) * 2017-06-27 2017-12-12 广东欧珀移动通信有限公司 移动终端及其管理方法、计算机可读存储介质
CN108170252B (zh) * 2017-12-26 2020-05-05 中国联合网络通信集团有限公司 一种终端节电方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8838261B2 (en) * 2011-06-03 2014-09-16 Apple Inc. Audio configuration based on selectable audio modes
CN107577332A (zh) * 2017-08-09 2018-01-12 努比亚技术有限公司 一种耗电控制方法、移动终端及计算机可读存储介质
CN107577533A (zh) * 2017-08-31 2018-01-12 广东欧珀移动通信有限公司 资源配置方法及相关产品
CN108983943A (zh) * 2018-05-30 2018-12-11 努比亚技术有限公司 进程运行控制方法、可穿戴设备及计算机可读存储介质

Also Published As

Publication number Publication date
CN113015959A (zh) 2021-06-22

Similar Documents

Publication Publication Date Title
US10467025B2 (en) Managing delivery of code and dependent data using application containers
US11144371B2 (en) Digital assistant extensibility to third party applications
CN107209781B (zh) 使用自然语言的上下文搜索
US9378467B1 (en) User interaction pattern extraction for device personalization
WO2020042769A1 (fr) Procédé et appareil de transmission d'informations d'image, et support de stockage et dispositif électronique
WO2019024646A1 (fr) Procédé, appareil et dispositif électronique de gestion et de commande d'application
WO2019128571A1 (fr) Procédé et dispositif de gestion de ressources, terminal mobile, ainsi que support d'informations lisible par ordinateur
CN108293197B (zh) 一种资源统计方法、装置及终端
CN107450951B (zh) 应用程序处理方法、装置、存储介质和终端
WO2020133408A1 (fr) Procédé et appareil d'ajustement de niveau de priorité de programme d'application, ainsi que support de stockage et dispositif électronique
CN112997150B (zh) 应用程序的管理方法、装置、存储介质及电子设备
WO2020133455A1 (fr) Procédé de gestion de programme d'application, dispositif, support de stockage et appareil électronique
WO2019024643A1 (fr) Procédé de gestion de synchronisation de données, dispositif, et équipement électronique
CN113495787A (zh) 资源分配方法、装置、存储介质及电子设备
WO2020206694A1 (fr) Procédé et appareil de gestion de programme d'application, support de stockage et dispositif électronique
CN115878915A (zh) 页面访问方法、装置、存储介质以及计算机设备
CN116028005A (zh) 音频会话获取方法、装置、设备和存储介质
CN114675946A (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: 18944667

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 09.11.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18944667

Country of ref document: EP

Kind code of ref document: A1