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

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

Info

Publication number
WO2021077261A1
WO2021077261A1 PCT/CN2019/112319 CN2019112319W WO2021077261A1 WO 2021077261 A1 WO2021077261 A1 WO 2021077261A1 CN 2019112319 W CN2019112319 W CN 2019112319W WO 2021077261 A1 WO2021077261 A1 WO 2021077261A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
application
electronic device
application program
memory
Prior art date
Application number
PCT/CN2019/112319
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/CN2019/112319 priority Critical patent/WO2021077261A1/fr
Priority to CN201980098911.3A priority patent/CN114174987A/zh
Publication of WO2021077261A1 publication Critical patent/WO2021077261A1/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
    • G06F9/445Program loading or initiating

Definitions

  • This application relates to the field of electronic communication technology, and in particular to an application management method and device, electronic equipment, and storage medium.
  • each application When the application is running, each application will occupy a certain amount of memory and store its own data in the memory. With the operation of electronic devices, more and more applications are running, which will occupy more and more memory, and less and less free memory. When the free memory of electronic devices does not meet the memory requirements, the application needs to be The memory occupied by the program is recycled to ensure that the free memory of the electronic device meets the memory requirements.
  • the traditional memory reclamation scheme is to keep the memory occupied by the application currently running in the foreground from being reclaimed, while releasing the memory occupied by other applications. However, such a recycling scheme empties the data loaded by the application in the memory. When the application is opened next time, the data needs to be reloaded, which makes the opening speed of the application slower.
  • the embodiments of the present application provide an application program management method and device, electronic equipment, and storage medium.
  • an embodiment of the present application provides an application management method, which is applied to an electronic device, and the electronic device is configured with multiple application programs.
  • the method includes: obtaining the current environment data of the environment where the electronic device is currently located; obtaining user preference data of each application program.
  • the user preference data is used to indicate the probability that the application program is invoked in the corresponding environment; according to the current environment data and the user
  • the preference data is to determine the application program to be preloaded among multiple applications; and load the startup data of the application program to be preloaded into the memory of the electronic device.
  • an embodiment of the present application provides an application program management apparatus, which is applied to an electronic device, and the electronic device is configured with multiple application programs.
  • the application management device includes an environment data acquisition module, a preference data acquisition module, a preload determination module, and a loading module.
  • the environmental data acquisition module is used to acquire the current environmental data of the current environment of the electronic device;
  • the preference data acquisition module is used to acquire the user preference data of each application, and the user preference data is used to indicate the possibility of the application being called in the corresponding environment
  • the preload determination module is used to determine the application program to be preloaded among multiple applications according to the current environment data and user preference data;
  • the loading module is used to load the startup data of the application program to be preloaded to the electronic device Memory.
  • embodiments of the present application provide an electronic device, including one or more processors, a memory, and one or more application programs, where one or more application programs are stored in the memory and configured to be operated by one or more Multiple processors are executed, and one or more programs are configured to execute the above-mentioned application management method.
  • an embodiment of the present application provides a computer-readable storage medium, wherein the computer-readable storage medium stores program code, and the program code can be invoked by a processor to execute the above-mentioned application management method.
  • the application management method provided in the embodiments of the present application can flexibly determine the pre-loaded application according to the current environment of the electronic device and user preference data, even if the application is not executed in the foreground and is used more frequently. In high environments, it is pre-started in the background, so when a user opens a pre-loaded application, it is not necessary to reload the startup data, which makes the application start relatively fast.
  • FIG. 1 is a schematic diagram of an application scenario of the application management method provided by an embodiment of the present application.
  • FIG. 2 is a schematic flowchart of an application management method provided by an embodiment of the present application.
  • Fig. 3 is a schematic diagram of another application scenario of the application management method provided by an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of another application management method provided by an embodiment of the present application.
  • Fig. 5 is a schematic diagram of functional modules of an application management apparatus provided by an embodiment of the present application.
  • Fig. 6 is a functional block diagram of an electronic device provided by an embodiment of the present application for executing the application management method of the embodiment of the present application.
  • Fig. 7 is a storage unit provided by an embodiment of the present application for storing or carrying program code for implementing the application management method of the embodiment of the present application.
  • a communication terminal set to communicate through a wireless interface may be referred to as a "wireless communication terminal", a “wireless terminal” and/or an “electronic device”.
  • Examples of electronic equipment and terminals include, but are not limited to, satellites or cellular phones; personal communication system (PCS) terminals that can combine cellular radio phones with data processing, fax, and data communication capabilities; can include radio phones, pagers, and Internet/Intranet PDA with access, web browser, memo pad, calendar, and/or GPS receiver; and conventional laptop and/or handheld receivers, game consoles, or other electronic devices including radio telephone transceivers .
  • PCS personal communication system
  • each application When the application is running, each application will occupy a certain amount of memory and store its own data in the memory. With the operation of electronic devices, there are more and more running applications, which will occupy more and more memory and less and less free memory. When the free memory of the electronic device does not meet the memory requirements, it is necessary to correct The memory occupied by the application program is recycled to ensure that the free memory of the electronic device meets the memory demand.
  • the inventor has conducted a lot of repeated research and found that the protected application can be set by improving the memory recovery rules to ensure that the memory occupied by the protected application is not recovered when the memory is recovered, and the unprotected application is recovered. Occupied memory, which can free up memory, and the protected application will load faster the next time it starts.
  • the inventor further discovered that based on the fixed memory recovery rules, the protected applications are very limited.
  • the above-mentioned memory recovery solution cannot significantly improve the startup speed of the application.
  • many of the multiple applications of electronic devices have been used by users only once or twice before they have never used them again.
  • There are only a few types of programs, and the types of applications most commonly used by different groups of people and the time of use are also different. For example, girls use social applications and shopping applications very frequently every night, while boys use games, The frequency of using news applications in the morning is very high, so every electronic device user will have his or her most frequently used applications and are different from others.
  • the inventor is committed to studying how to manage applications and memory allocation schemes according to the user's use of the application, and based on this, proposes the application management method provided by the embodiments of the present application.
  • the electronic device is preset There are user preference data corresponding to each application.
  • the user preference data reflects the user's usage habits of the application, for example, reflects the distribution of the application frequency over time, or/and, reflects the application frequency in the scene
  • the electronic device can obtain the current environment data of the current environment, and according to the current environment data and user preference data, determine the application that needs to be preloaded among multiple applications, and start the application that needs to be preloaded The data is loaded into the memory of the electronic device.
  • the application management method provided by the embodiments of the present application can flexibly determine the pre-loaded application according to the current environment of the electronic device and user preference data, even if the application is not executed in the foreground, but is used frequently In higher scenarios, it is pre-launched in the background, so when the user opens the pre-loaded application, it is not necessary to reload the startup data, so that the startup speed of the application can be significantly increased.
  • FIG. 1 shows a schematic diagram of one of the application scenarios of the application management method provided by an embodiment of the present application.
  • the application management method is applied to the electronic device 100, and the electronic device 100 may be It is not limited to electronic devices such as mobile phones, tablet computers, and game consoles.
  • the electronic device 100 of this embodiment is described by taking a mobile phone as an example.
  • the electronic device 100 is configured with a plurality of application programs.
  • the electronic device 100 is running the application program A in the foreground, and the application program is not running in the background, so as to ensure that the electronic device 100 has sufficient memory resources to maintain the normal operation of the application program A.
  • the environmental data of the electronic device 100 meets the predetermined environmental conditions, the startup data of the application B and the application C are loaded into the memory, that is, the electronic device 100 starts the application B and the application C in the background.
  • the aforementioned predetermined environmental conditions may include environmental factors such as time conditions and scene conditions.
  • the electronic device 100 is preset with user preference data of each application program, and the user preference data is used to indicate the probability that the application program is invoked in the corresponding environment, and the electronic device 100 can be based on the current The environment data and user preference data are determined in the current environment, application B and application C are more likely to be called, and the startup data of application B and application C are loaded into the memory.
  • application A is in the foreground, it is more likely to start application B or application C.
  • application B or application C since both have been started in the background in advance, application B or application C
  • the opening speed is faster.
  • the electronic device 100 can run the application A in the foreground, or it does not need to run any application in the foreground, and is not limited to this embodiment. description.
  • the application management method provided by the embodiment of the present application determines the pre-loaded application according to the current environment of the electronic device and user preference data. Therefore, when the user opens the pre-loaded application, it is not necessary to restart the application. Load the startup data, so that the startup speed of the application can be significantly increased.
  • the process of the method in the embodiment can be automatically run by the electronic device, wherein each step can be performed sequentially in the sequence as in the flowchart when running, or Multiple steps are carried out at the same time according to the actual situation, which is not limited here.
  • the application management method may include steps S101 to S107.
  • Step S101 Acquire current environment data of the environment where the electronic device is currently located.
  • the environmental data may include at least one of time data and scene data.
  • the current point in time of the electronic device can be acquired, and the current point in time can be used as the current environmental data of the environment in which the electronic device is currently located.
  • the time period to which the current time point belongs can also be used as the current environment data to improve the adaptability and fault tolerance of the method, where the time period is a plurality of sections divided according to the time of day.
  • the current scene of the electronic device can be acquired, and the current scene can be used as the current environment data of the environment in which the electronic device is currently located.
  • the environment image and the sound of the current environment determine the current scene of the electronic device.
  • Step S103 Obtain user preference data of each application program.
  • the electronic device is preset with user preference data corresponding to each application.
  • the user preference data reflects the user’s usage habits of the application, for example, reflects the distribution of the application’s frequency of use over time, or/and, reflects the application’s The distribution of frequency of use on the scene. Therefore, the user preference data is used to indicate the probability of the application being invoked in the corresponding environment, which can be expressed as the user preference.
  • the application can be invoked by the user or other applications. The higher the user preference, the greater the possibility of indicating that the application is invoked, the lower the user preference, the less likely the indicating application is invoked, and the user preference can characterize the user’s preference. The degree of preference of the application.
  • the user preference of the application in the current environment is determined according to the active duration of the application in the historical operation of the environment. For example, suppose the current environment data includes time data and the current time point is 9: 10. When the time period is 9:00-10:00, the user preference of the application is determined according to the active duration of the time period of 9:00-10:00 in the historical operation, for example, according to the application’s activity in the last week The active duration of the time period from 9:00 to 10:00 is determined, or according to the active duration of the application from 9:00 to 10:00 in the previous month, etc.
  • Step S105 According to the current environment data and the user preference data, determine the application program that needs to be preloaded among the multiple application programs.
  • the electronic device predicts the application program that the user is most likely to use in the next based on the user preference data determined in step S103. For example, according to the usage frequency and usage time of each application, generally speaking, after the electronic device has finished running the application, the usage time or exit time is recorded in the background file, and each application can be obtained by calling the relevant data through the program. usage time.
  • the above-mentioned applications that need to be pre-loaded are the applications that the electronic device predicts that the user is most likely to use next. In a specific implementation, these applications that need to be pre-loaded can be one or more applications with a frequency of high to low.
  • the application programs that need to be preloaded are comprehensively determined by combining the frequency of use and the time of use, which is not limited in the embodiment of the present application.
  • the electronic device can also estimate the application that the user will use next based on the use time of each application and the current time. For example, the user often uses a game from 7 to 9 in the evening. Software, use a certain video software after nine o'clock, based on this, you can also predict the application that the user may use in a certain period of time.
  • Step S107 Load the startup data of the application program that needs to be preloaded into the memory of the electronic device.
  • the electronic device Based on the application program that needs to be preloaded determined in step S105, the electronic device obtains the startup data of the application program that needs to be preloaded through the network, and loads the startup data into the memory. For example, when the network performance of the electronic device is higher than the preset performance, the startup data of at least one application that needs to be preloaded is obtained from the network side.
  • the electronic device sends a startup data acquisition request to the server corresponding to each application program that needs to be preloaded, and receives startup data returned by the server corresponding to each application program that needs to be preloaded.
  • the pre-loaded application can be flexibly determined according to the current environment of the electronic device and user preference data, even if the application is not executed in the foreground, but is used frequently In a higher environment, it is pre-started in the background, so when a user opens a pre-loaded application, it is not necessary to reload the startup data, so that the startup speed of the application can be significantly increased.
  • this embodiment of the present application also provides another application management method.
  • the electronic device is preset with user preference data corresponding to each application, and the user preference data reflects the user’s preference for the application.
  • the usage habits of the program for example, reflect the distribution of the frequency of use of the application over time, or/and, reflect the distribution of the frequency of use of the application in the scene; the electronic device can obtain the current environmental data of the current environment, and according to Current environmental data and user preference data, determine the applications that need to be protected when reclaiming memory and the applications that need to be pre-loaded among multiple applications, and perform the memory recovery operation, and load the startup data of the applications that need to be pre-loaded to The memory of the electronic device.
  • the application management method provided by the embodiments of the present application can flexibly determine the pre-loaded application and the protected application according to the current environment of the electronic device and user preference data, and ensure the protected application when reclaiming the memory.
  • the memory occupied by the application program is not recycled, which ensures that the electronic device has a large free memory while preventing the application program from being stuck; further, by pre-starting the application program that needs to be pre-loaded, the user is opening the pre-loaded application program It is not necessary to reload the startup data, so that the startup speed of the application program can be significantly increased, and therefore, the operating speed of the electronic device is generally improved.
  • the aforementioned another application management method is applied to the scenario shown in FIG. 3.
  • the electronic device 100 is running application A in the foreground, and applications B, C, D, and E are running in the background.
  • the memory utilization rate of the electronic device 100 is relatively high, which may be Will affect the fluency of its system operation.
  • the electronic device 100 can determine that in the current environment, the protected applications are application A and application B according to the current environment data and user preference data, and determine the application F is more likely to be called, then the electronic device 100 performs a memory recovery operation to protect the memory occupied by application A and application B, and recover the memory occupied by other applications, and the electronic device 100 stores the application
  • the startup data of F is loaded into the memory, that is, the electronic device 100 starts the application B and the application F in the background at this time.
  • the electronic device 100 can run the application A in the foreground, or it does not need to run any application in the foreground, and is not limited to this embodiment. description.
  • FIG. 4 another application management method provided by the embodiment of the present application, according to the environment in which the electronic device is located and user preference data, determines the applications that need to be protected and the applications that need to be preloaded when reclaiming the memory, and executes A memory recycling operation is performed, and the startup data of the application program to be preloaded is loaded into the memory of the electronic device. Therefore, when the user opens the pre-loaded application, it is not necessary to reload the startup data, so that the startup speed of the application can be significantly increased.
  • the steps of the application management method in the embodiments of the present application can be executed in a computer system such as a set of computer-executable instructions, and although the logical sequence is shown in the specification, in some cases, Perform the steps shown or described in a different order than here.
  • the application management method may include steps S201 to S211.
  • Step S201 Determine user preference data corresponding to each application program according to the historical running data of each application program.
  • step S201 may include step S2011 to step S2015:
  • Step S2011 Obtain historical operation data of each application program when the electronic device is running.
  • the historical operation data includes active duration and runtime environmental data.
  • the environmental data may include at least one of time data and scene data.
  • the environmental data includes time data
  • the current time point of the electronic device can be obtained, and the time period to which the time point belongs can be determined, and the time period can be used as the current environmental data of the environment where the electronic device is currently located.
  • the time period can be divided into one day in advance.
  • the time period may include a time period corresponding to the morning, a time period corresponding to noon, or a time period corresponding to the evening, and the duration of each time period may be 8 hours.
  • the time period can be determined according to the user's physiological work and rest. The time period during which a certain physiological work and rest behavior occurs can be taken as the time period.
  • the lunch time period can be taken as a time period
  • the dinner time period can be taken as a time period.
  • the sleeping time period as a time period, etc., by this way of determining the time period, the timeliness of the user preference data can be improved. Therefore, the electronic device can have multiple time periods determined according to the rules.
  • the current scene of the electronic device can be acquired, and the current scene can be used as the current environment data of the environment in which the electronic device is currently located.
  • the environment image and the sound of the current environment determine the current scene of the electronic device.
  • Specific scenes can include: public transportation scenes (such as subway, bus, high-speed rail, airplane, etc. scenes), leisure scenes (such as bedroom, living room, garden, etc. scenes), work scenes (such as library, study, office, etc. scenes) Therefore, the electronic device can be built with multiple scenes determined according to the rules.
  • the time period and the scene together define the use environment of the electronic device. For example, if the electronic device is in a bedroom scene in the night time period, it is considered that the bedroom scene in the night time period jointly defines the sleeping environment of the electronic device, so that the subsequent user preference data corresponding to the sleeping environment can be used to determine what needs to be preloaded. Apps and protected apps.
  • the active duration reflects the degree of activity of the application in the environment in the historical operation.
  • the active duration can be understood as the duration of the application running in the foreground.
  • the electronic device can record the active duration: when the application starts to run in the foreground, the electronic device can record the current time point as the start time point of the active duration.
  • the electronic device can record the current time point as the end time point of the active duration, calculate the time difference between the end time point and the start time point, and obtain the active duration of the application running in the foreground this time. For example, when the application starts to run in the foreground at 9:00 and ends at 9:10, the active duration of the recording is 10 minutes.
  • the specific method of counting the active time includes: whenever the electronic device starts to enter any time period, that is, when the current time point is the starting point of the time period, accumulate the active time length of each application from zero, and when leaving the time period, That is, when the current time point is the end point of the time period, the accumulated active duration of each application in the time period is ended, the accumulated active time length of each application in the time period is stored, and the next statistical process is started. Accumulate from scratch, and so on. Among them, for the process of accumulating active duration in each time period, each application can be active one or more times in each time period.
  • the application When the application is active for the first time in each time period, it can start from zero Record the active duration of the application until the application is suspended, and when the application is active for the second time to the Nth time, this time can be increased on the basis of the active duration of the application in the recorded time period Active active duration.
  • the active duration of application A at this time is 5 minutes
  • the electronic device can acquire the time period and the current date to which the current point of time belongs as the recording date, and acquire the application identifier and current scene of the application , Record the corresponding relationship between the active duration, time period, recording date, current scene, and application identifier, so that the active duration can be obtained subsequently according to the corresponding relationship.
  • the electronic device may record "00:00-08:00 (time period), bedroom (scene) December 7th (recording date), APP1 (application program identifier), 50 minutes (active duration)".
  • this step 201 may be executed by the activity management service (Activity Manager Service, AMS) of the electronic device.
  • AMS is the core service of the Android operating system.
  • the program code of AMS can be improved, and program code that counts the active duration of each application running in the foreground can be added to the program code of AMS so that AMS can load and When running the program code, the function of counting the active time can be realized.
  • the electronic device generates operating data of the application program according to the active duration and the current use environment. Each time the application runs, the corresponding running data is generated and saved. Therefore, the historical operating data of the application can be continuously updated during the continuous use of the user, which can facilitate the application management method provided by the embodiment of the present application to obtain the user preference data of the application in a dynamic self-learning manner, even if the user’s The method is still applicable if the behavior changes.
  • Step S2013 When the storage period of the historical operation data of the application program exceeds the predetermined period of time, analyze the historical operation data.
  • the historical data of the application can be obtained.
  • the historical data is stored for a long time (for example, greater than or equal to one week), it can be considered that the user has formed a relatively stable operating habit. Analyze historical operating data to facilitate the acquisition of the user’s operating habits of the application.
  • Step S2014 Determine the user preference data of each application program according to the historical operation data.
  • the user preference data reflects the user's usage habits of the application, for example, reflects the distribution of the frequency of use of the application over time, or/and reflects the distribution of the frequency of use of the application on the scene. Therefore, the user preference data is used to indicate the probability of the application being invoked in the corresponding environment, which can be expressed as the user preference.
  • the application can be invoked by the user or other applications. The higher the user preference, the greater the possibility of indicating that the application is invoked, the lower the user preference, the less likely the indicating application is invoked, and the user preference can characterize the user’s preference.
  • the degree of preference of the application For any application, the user preference of the application in the current environment is determined according to the active duration of the application in the environment in the historical operation.
  • the active duration of a certain application in the current environment as the user preference data of the application (that is, the preference in the environment), or /
  • the ratio between the active duration of the application and the total active duration is used as user preference data, where the total active duration refers to the sum of the active durations of multiple applications corresponding to the environment in the historical operation, thus
  • the accuracy of user preference data statistics can be improved, so that the accuracy of subsequent applications that need to be preloaded based on user preference data can be guaranteed.
  • the historical environment data of the environment in which the electronic device is located during the historical operation of each application, and each The active time of the application in the historical environment data is determined, and the user preference data of each application in the corresponding historical environment can be determined, which can more accurately count the user's personal operating habits, so as to facilitate the subsequent pre-loading of the application according to the user's personal operating habits .
  • step S201 may include: when one of the multiple applications is started and is running When the foreground is running, use it as the foreground application; obtain the environmental data of the environment in which the electronic device is located when the foreground application is running; obtain the active duration of the foreground application corresponding to the environmental data; and determine whether the foreground application is in the corresponding User preference data for historical environments.
  • Step S203 Acquire current environment data of the environment where the electronic device is currently located.
  • the environmental data may include at least one of time data and scene data.
  • For the execution steps of obtaining the current environment data please refer to the data and obtaining means described above.
  • step S203 may include: acquiring the current time point of the electronic device when the electronic device is running; and using the time period to which the current time point belongs as the current environment data of the environment where the electronic device is currently located.
  • the current environment data includes scene data
  • the current scene of the electronic device can be obtained, and the current scene can be used as the current environment data of the environment in which the electronic device is currently located.
  • the environment image and the sound of the current environment determine the current scene of the electronic device.
  • the electronic device may also be equipped with a voice collection device, which is used to collect voice information in the surrounding environment and send the collected voice information to the electronic device.
  • the electronic device can perform feature extraction on the collected voice information, and input the extracted feature information into a pre-trained scene recognition model to obtain a recognition result, where the recognition result may include that the voice information was collected in a certain predetermined scene Probability. Then, the electronic device can compare the probability with the probability threshold to determine whether the probability is greater than the probability threshold. In response to the electronic device determining that the probability is greater than the probability threshold, the electronic device may determine that the current usage scenario of the navigation application is the predetermined scenario.
  • specific predetermined scenes can include: public transportation scenes (such as subway, bus, high-speed rail, airplane, etc. scenes), leisure scenes (such as bedroom, living room, garden, etc. scenes), work scenes (such as library, study, office, etc.) Waiting for the scene).
  • the electronic device can determine the scene in which it is located through the collection of environmental voice and feature recognition.
  • the location information of the electronic device and the environmental voice information, or the location information of the electronic device and the environmental image information may be combined to determine the scene where the electronic device is located.
  • the electronic device is also equipped with a locator and an image acquisition device.
  • the locator is used to locate the electronic device to reduce the scope of subsequent scene determination, thereby improving the accuracy of scene determination.
  • the image collection device can be used to collect image information in the surrounding environment and send the collected image information to the electronic device.
  • the electronic device can perform feature extraction on the collected image information, and input the extracted feature information into a pre-trained scene recognition model to obtain a recognition result, where the recognition result may include that the image information was collected in a certain predetermined scene Probability.
  • the electronic device can compare the probability with the probability threshold to determine whether the probability is greater than the probability threshold.
  • the electronic device may determine that the current usage scenario of the navigation application is the predetermined scenario. Based on this, the electronic device can determine the scene in which it is located by collecting and identifying features of the environment, combined with positioning information.
  • step S203 may include: when the electronic device is running, acquiring the current location information of the electronic device, acquiring the environment image of the environment where the electronic device is currently located through the camera of the electronic device; determining the scene data of the electronic device according to the location information and the environment image ; And according to the scene data, determine the current environment data.
  • Step S205 Obtain user preference data of each application.
  • the electronic device may obtain user preference data corresponding to the current environment data for each application program according to the current environment data. Further, if the current environment changes, for example, the current time period has changed (for example, from the time period of 8:00 to 10:00 to the time period of 10:00 to 12:00), another example is the current time period. If the scene of the application changes (for example, from a leisure scene to a work scene), the user preference data of the application program is obtained again according to the changed current environment data, so that the method of this application can be based on the actual operating state of the electronic device. Changes and user habits are implemented to adapt to different application environments.
  • Step S207 According to the current environment data and the user preference data, determine the application program that needs to be preloaded among the multiple application programs.
  • the electronic device predicts which application the user is most likely to use in the next based on the user's preference data.
  • the above-mentioned applications that need to be pre-loaded are the applications that the electronic device predicts that the user is most likely to use next.
  • these applications that need to be pre-loaded can be one or more applications with a frequency of high to low. It can also be one or more applications whose use time is closest to the current time, that is, the last used application, or one or more applications whose use scene is closest to the current scene.
  • you can The first application programs are comprehensively determined by combining the frequency of use and the time of use, and there is no restriction on this solution.
  • Electronic devices can also estimate the next application that the user will use based on the usage time of each application and the current time. For example, users often use a certain game software from 7 to 9 in the evening, and use a certain game software after 9 o’clock in the evening. Video software can also predict the pre-loaded applications that users may use in a certain period of time.
  • Step S209 Load the startup data of the application program that needs to be preloaded into the memory of the electronic device.
  • step S209 before or after loading the startup data of the application program, the memory of the electronic device may also be recycled to ensure that the electronic device has more free memory, thereby ensuring smoother system operation.
  • step S209 may include: determining applications that do not need to be loaded among multiple applications according to the applications that need to be loaded, and reclaiming the memory occupied by the applications that do not need to be loaded; determining the number of applications that need to be preloaded Boot data; and load the boot data to the memory of the electronic device. Identify the applications that do not need to be loaded among multiple applications; and reclaim the memory occupied by the applications that do not need to be loaded.
  • the application that does not need to be loaded among multiple applications can be determined according to the user preference of the application. For example, an application whose corresponding application preference in the current environment is less than the first preference threshold is determined to be unnecessary. Loaded application.
  • the electronic device can load the startup data of the application program that needs to be preloaded into the memory of the electronic device according to the current environment data (for example, time data, location information, scene information, etc.).
  • the current environment data for example, time data, location information, scene information, etc.
  • the electronic device determines the startup data of the application to be preloaded according to the startup time data and the advance time.
  • the advance time represents the difference between the time point when the startup data is loaded and the startup time data of the application that needs to be preloaded, and it can be any value between 1-10 minutes, such as 5 minutes;
  • the startup data of the application program that needs to be preloaded is loaded into the memory of the electronic device.
  • user preference data shows that a news application is launched more frequently at the time of 19:00, and the start time data of the news application is 19:00, and the advance time is five minutes, then the news application is determined
  • the loading time of the program is 18:55. If the electronic device obtains that the current time is 18:30, and the current time has not arrived, the startup data of the news application will not be loaded, and the startup data of the news application will be loaded until 18:55; if the current time has expired Enter between 18:55 and 19:00, then directly load the startup data of the news application.
  • the electronic device determines the need according to the start location and the distance threshold in the historical operation.
  • the loading geofence of the startup data of the preloaded application wherein, the distance threshold represents the distance between the startup location data and the boundary of the loading geofence, and it can be any value between 1 and 1 km, such as 200 meters;
  • user preference data shows that a certain online car-hailing application is launched more frequently at the exit of a certain subway station, then the starting location data of the online car-hailing application is the exit of the subway station, and the distance threshold is 100 meters, then It is determined that the loaded geofence of the ride-hailing application is a geofence defined by a radius of 100 meters from the exit of the subway station.
  • the electronic device obtains that the current location does not fall into the loading geofence, it does not load the startup data of the ride-hailing application, and waits until the previous location falls into the loading geofence to load the startup data of the ride-hailing application; if it is currently If the location has fallen into the loading geofence, the startup data of the online car-hailing application will be loaded directly.
  • Step S211 Determine a control scheme for multiple application programs according to the free memory of the electronic device.
  • the free memory is determined according to the preset cycle, and the control plan for multiple applications is determined according to the free memory, so as to reclaim the memory according to the preset rules to ensure that the electronic device has sufficient remaining memory to run the application .
  • step S211 may include: when determining the control scheme for multiple applications according to the free memory, when it is detected that the free memory is less than the memory threshold, determining the application running in the background; Determine the application program to be recycled in the application program; and reclaim the memory occupied by the application program to be recycled.
  • the application program to be recycled can be determined according to the user preference of the application program. For example, the application program whose corresponding application preference degree in the current environment is less than the first preference threshold is determined as the application program to be recycled application. In this embodiment, this step can be performed through a direct memory recovery mechanism.
  • the electronic device determines the user preference of each application running in the background, and then determines the application to be recycled, and the application to be recycled Provided to the process requesting the memory, the process requesting the memory transfers the data in the memory of the application to be reclaimed to a preset storage space, so as to reclaim the memory occupied by the application.
  • step S211 may include: when it is detected that the free memory is less than the memory threshold, determining the protected application among multiple applications according to user preference data; Memory is released, and the system resources of the electronic device are preferentially allocated to protected applications.
  • the application to be protected among multiple applications can be determined according to the user preference of the application. For example, an application whose corresponding application preference in the current environment is greater than the second preference threshold is determined to be protected application.
  • the protected application program does not conflict with the above-mentioned application program that needs to be preloaded and the application program running in the foreground, and the application programs contained in the three may overlap.
  • the electronic device after releasing the memory, grants the protected application the privilege of using system resources, and after selecting the protected application information from the application list, the system resource is allocated to the protected application first, thereby It can ensure the fast startup and smooth running of the application programs commonly used by the user in the current environment, and improve the user's experience of using the electronic device.
  • the priority allocation of system resources for the application program may specifically include at least one of the following operations: 1) Priority allocation of the CUP resources of the electronic device to the protected application program, so as to ensure the running speed and stability of the protected application program 2) Prioritize the allocation of continuous free memory to protected applications, reduce the memory recycling and memory swapping when the protected applications apply for memory, improve the efficiency of the application’s use of memory, and ensure the application 3) Keep the pre-loaded items of the application in the memory all the time, including when releasing the memory, the memory resources occupied by the application are not completely released immediately, but the pre-loaded items of the application are saved In the cache, in this way, when the application applies for memory resources next time, it can directly obtain the load data from the cache; 4) Prioritize input/output (IO) resources to the application to reduce the IO waiting time of the application. Reduce the slowness, jams, and pauses in the application.
  • IO input/output
  • the pre-loaded application and the protected application can be flexibly determined according to the current environment of the electronic device and user preference data, and the protected application can be ensured when reclaiming the memory.
  • the memory occupied by the application program is not recycled, which ensures that the electronic device has a large free memory while preventing the application program from being stuck; further, by pre-starting the application program that needs to be pre-loaded, the user is opening the pre-loaded application program It is not necessary to reload the startup data, so that the startup speed of the application program can be significantly increased, and therefore, the operating speed of the electronic device is generally improved.
  • the application management method of the present application may further include: obtaining current environmental data of the environment in which the electronic device is currently located according to a preset period; determining the data change amount of the current environmental data; When the amount is greater than the change threshold, according to the changed current environment data and user preference data, the application program to be preloaded is re-determined, and the re-determined application program to be pre-loaded is loaded. For example, if the current environment data includes location data, when the position change of the electronic device is greater than the change threshold, the application program that needs to be preloaded is determined according to the changed location again, and the newly determined application program that needs to be preloaded is loaded.
  • FIG. 5 shows a structural block diagram of the application management apparatus 200.
  • the application management apparatus 200 runs in the electronic device 100 as shown in FIG. 1 and is used to execute the above-mentioned application management method.
  • the application management apparatus 200 is stored in the memory of the electronic device 100 and is configured to be executed by one or more processors of the electronic device 100.
  • the application management apparatus 200 includes an environment data acquisition module 210, a preference data acquisition module 220, a preload determination module 230, and a loading module 240.
  • each of the above-mentioned modules may be a program module running in a computer-readable storage medium, and the purpose and work of each of the above-mentioned modules are as follows:
  • the environmental data obtaining module 210 is used to obtain current environmental data of the environment where the electronic device is currently located; the preference data obtaining module 220 is used to obtain user preference data of each application program, and the user preference data is used to indicate that the application program is called in the corresponding environment
  • the preload determination module 230 is used to determine the application program that needs to be preloaded among multiple applications according to the current environment data and user preference data; the loading module 240 is used to set the startup data of the application program that needs to be preloaded Loaded into the memory of the electronic device.
  • the application management apparatus 200 further includes a user preference data establishment module 250.
  • the user preference data establishment module 250 is used to determine the user preference data corresponding to each application program according to the historical running data of each application program.
  • the user preference data establishment module 250 is used to obtain historical operating data of each application when the electronic device is running.
  • the historical operating data includes active duration and runtime environmental data; the historical operating data of the application is saved for the duration When the predetermined time period is exceeded, the historical operating data is analyzed; and the user preference data of each application is determined according to the historical operating data.
  • the user preference data establishment module 250 is used to determine each application according to historical environmental data of the environment in which the electronic device is located when each application is historically running, and the active duration of each application in the historical environmental data. User preference data in the corresponding historical environment.
  • the user preference data establishment module 250 is used to use one of the multiple applications as the foreground application when it is started and running in the foreground; to obtain environmental data of the environment in which the electronic device is located when the foreground application is running; Acquire the active duration of the foreground application corresponding to the environmental data; and determine the user preference data of the foreground application in the corresponding historical environment according to the active duration.
  • the user preference data establishing module 250 is used to use the active duration of the foreground application as user preference data; or, to combine the active duration with the active duration
  • the ratio between the sums is used as user preference data, where the sum of active duration refers to the sum of the active durations of multiple applications corresponding to the current environment in the historical operation.
  • the environmental data acquisition module 210 is further configured to acquire the current point in time of the electronic device when the electronic device is running, and use the current point in time as the current environmental data of the environment in which the electronic device is currently located.
  • the loading module 240 is also used to determine the loading time point of the startup data of the application program to be preloaded according to the startup time data and the advance time; wherein the advance time represents the time point of loading the startup data and the application program that needs to be preloaded The difference between the startup time data of the device; and is used to load the application startup data that needs to be preloaded into the memory of the electronic device at the loading time point.
  • the environmental data acquisition module 210 is also used to acquire the current location information of the electronic device when the electronic device is running.
  • the camera of the electronic device obtains the environment image of the environment where the electronic device is currently located, and determines the scene data of the electronic device according to the location information and the environment image; and is used to determine the current environment data according to the scene data.
  • the loading module 240 is further configured to determine the loading geofence of the startup data of the application to be preloaded according to the start location data of the electronic device and the distance threshold, where the distance threshold represents the boundary between the start location data and the loading geofence. When the electronic device enters the geofence, the application startup data that needs to be preloaded is loaded into the memory of the electronic device.
  • the environmental data obtaining module 210 is also configured to obtain current environmental data of the environment where the electronic device is currently located according to a preset period, and determine the data change amount of the current environmental data.
  • the preload determination module 230 is also configured to re-determine the application program to be preloaded according to the changed current environment data and user preference data when the amount of data change is greater than the change threshold.
  • the loading module 240 includes a recycling program determining unit 241, a recycling unit 243, a startup data obtaining unit 245, and a loading unit 247.
  • the recycling program determining unit 241 is used for determining the application programs that do not need to be loaded among multiple applications according to the application programs that need to be loaded; the recycling unit 243 is used for recycling the memory occupied by the application programs that do not need to be loaded; and starting the data acquisition unit 245 is used to determine the startup data of the application program to be preloaded; the loading unit 247 is used to load the startup data into the memory of the electronic device.
  • the application management apparatus 200 further includes a memory management module 250.
  • the memory management module 250 is further configured to determine the free memory of the electronic device according to a preset period, and determine the control of multiple applications according to the free memory. Program.
  • the memory management module 250 when determining a control scheme for multiple applications, is configured to determine the application running in the background when it is detected that the free memory is less than the memory threshold; according to user preference data , Determine the application program to be recycled among multiple applications; and reclaim the memory occupied by the application program to be recycled.
  • the memory management module 250 when determining the control scheme for multiple application programs, is configured to determine that the free memory is less than the memory threshold according to user preference data in multiple application programs.
  • Protected applications release the memory other than the memory occupied by the protected applications; and prioritize the allocation of the system resources of the electronic device to the protected applications.
  • the coupling or direct coupling or communication connection between the displayed or discussed modules may be through some interfaces, and the indirect coupling or communication connection between the devices or modules may be electrical, Mechanical or other forms.
  • each functional module in each embodiment of the present application may be integrated into one processing module, or each module may exist alone physically, or two or more modules may be integrated into one module.
  • the above-mentioned integrated modules can be implemented in the form of hardware or software function modules.
  • the electronic device 100 can be used as a smart phone terminal.
  • the electronic device 100 usually also includes one or more (only one is shown in FIG. 6) the following components: a processor 102, The memory 104, the shooting module 108, the audio circuit 110, the input module 118, the power module 122, and one or more application programs, of which one or more application programs may be stored in the memory 104 and configured to be composed of one or more
  • the processor 102 executes, and one or more programs are configured to execute the method described in the foregoing method embodiment.
  • the photographing module 108 may include the above-mentioned main control chip 40.
  • the structure shown in FIG. 6 is only for illustration, and does not limit the structure of the electronic device 100.
  • the electronic device 100 may also include more or fewer components than those shown in FIG. 6 or have a different configuration from that shown in FIG. 6.
  • the processor 102 may include one or more processing cores.
  • the processor 102 uses various interfaces and lines to connect various parts of the entire electronic device 100, and executes by running or executing instructions, programs, code sets, or instruction sets stored in the memory 104, and calling data stored in the memory 104.
  • the processor 102 may use at least one of digital signal processing (Digital Signal Processing, DSP), Field-Programmable Gate Array (Field-Programmable Gate Array, FPGA), and Programmable Logic Array (Programmable Logic Array, PLA).
  • DSP Digital Signal Processing
  • FPGA Field-Programmable Gate Array
  • PLA Programmable Logic Array
  • the processor 102 may be integrated with one or a combination of a central processing unit (CPU), a graphics processing unit (GPU), a modem, and the like.
  • the CPU mainly processes the operating system, user interface, and application programs;
  • the GPU is used for rendering and drawing of display content;
  • the modem is used for processing wireless communication. It can be understood that the above-mentioned modem may not be integrated into the processor 102, but may be implemented by a communication chip alone.
  • the memory 104 may include random access memory (RAM) or read-only memory (Read-Only Memory).
  • the memory 104 may be used to store instructions, programs, codes, code sets or instruction sets.
  • the memory 104 may include a storage program area and a storage data area, where the storage program area may store instructions for implementing the operating system and instructions for implementing at least one function (such as touch function, sound playback function, image playback function, etc.) , Instructions used to implement the following various method embodiments, etc.
  • the data storage area can also store data (such as phone book, audio and video data, chat record data) created by the electronic device 100 during use.
  • the photographing module 108 is used to perform photographing tasks, for example, for taking photos, videos, or making video phone calls.
  • the audio circuit 110, the speaker 101, the sound jack 103, and the microphone 105 jointly provide an audio interface between the user and the electronic device 100. Specifically, the audio circuit 110 receives sound data from the processor 102, converts the sound data into electrical signals, and transmits the electrical signals to the speaker 101.
  • the speaker 101 converts electrical signals into sound waves that can be heard by human ears.
  • the audio circuit 110 also receives electrical signals from the microphone 105, converts the electrical signals into sound data, and transmits the sound data to the processor 102 for further processing.
  • the input module 118 may include a touch screen 109 provided on the touch screen 30, and the touch screen 109 may collect user touch operations on or near it (for example, the user uses a finger, a stylus, or any other suitable object or accessory on the touch screen 109). Operation on or near the touch screen 109), and drive the corresponding connection device according to a preset program.
  • the input module 118 may also include other input devices, such as a button 107 or a microphone 105.
  • the keys 107 may include, for example, character keys for inputting characters and control keys for triggering control functions. Examples of control buttons include a "back to main screen" button, a power-on/off button, and so on.
  • the microphone 105 can be used to receive voice commands from the user.
  • the touch screen 30 is used to display information input by the user, information provided to the user, and various graphical user interfaces of the electronic device 100. These graphical user interfaces can be composed of graphics, text, icons, numbers, videos, and any combination thereof.
  • the touch screen 109 may be disposed on the touch screen 30 so as to form an integral body with the touch screen 30.
  • the power supply module 122 is used to provide power supply to the processor 102 and other components.
  • the power module 122 may include a power management device, one or more power sources (such as batteries or alternating current), a charging circuit, a power failure detection circuit, an inverter, a power status indicator, and any other electronic components or touch screen 30 Components related to the generation, management and distribution of electricity.
  • the aforementioned electronic device 100 is not limited to a smart phone terminal, and should refer to a computer device that can be used on the move. Specifically, the electronic device 100 refers to a mobile computer device equipped with a smart operating device.
  • the electronic device 100 includes, but is not limited to, a smart phone, a smart watch, a notebook, a tablet computer, a POS machine, and even a vehicle-mounted computer, and so on.
  • FIG. 7 shows a structural block diagram of a computer-readable storage medium provided by an embodiment of the present application.
  • the computer-readable storage medium 800 stores program codes, and the program codes can be invoked by a processor to execute the methods described in the foregoing method embodiments.
  • the computer-readable storage medium 800 may be an electronic memory such as flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), EPROM, hard disk, or ROM.
  • the computer-readable storage medium 800 includes a non-transitory computer-readable storage medium (non-transitory computer-readable storage medium).
  • the computer-readable storage medium 800 has storage space for the program code 810 for executing any method steps in the above-mentioned methods. These program codes can be read from or written into one or more computer program products.
  • the program code 810 may be compressed in a suitable form, for example.
  • a "computer-readable storage medium” can be any device that can contain, store, communicate, propagate, or transmit a program for use by an instruction execution device, device, or device or in combination with these instruction execution devices, devices, or devices. .
  • computer-readable storage media include the following: electrical connections (electronic equipment) with one or more wiring, portable computer disk cases (magnetic devices), random access memory (RAM) , Read-only memory (ROM), erasable and editable read-only memory (EPROM or flash memory), fiber optic devices, and portable compact disk read-only memory (CDROM)
  • the computer-readable storage medium can even be paper or other suitable media on which the program can be printed, because it can be done, for example, by optically scanning the paper or other media, and then editing, interpreting, or other suitable methods when necessary. Processing is performed to obtain the program electronically and then store it in the computer memory.
  • each part of this application can be implemented by hardware, software, firmware, or a combination thereof.
  • multiple steps or methods can be implemented by software or firmware stored in a memory and executed by a suitable instruction execution device.
  • a suitable instruction execution device For example, if it is implemented by hardware, as in another embodiment, it can be implemented by any one or a combination of the following technologies known in the art: Discrete logic circuits, application-specific integrated circuits with suitable combinational logic gates, programmable gate arrays (PGA), field programmable gate arrays (FPGA), etc.
  • a person of ordinary skill in the art can understand that all or part of the steps carried in the method of the foregoing embodiments can be implemented by a program instructing relevant hardware to complete.
  • the program can be stored in a computer-readable storage medium, and the program can be executed when the program is executed. , Including one of the steps of the method embodiment or a combination thereof.
  • each functional unit in each embodiment of the present application may be integrated into one processing module, or each unit may exist alone physically, or two or more units may be integrated into one module.
  • the above-mentioned 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.
  • the aforementioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.

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)

Abstract

La présente invention concerne un procédé et un appareil de gestion de programmes d'application, un dispositif électronique et un support de stockage. Le procédé est appliqué à un dispositif électronique, et le dispositif électronique est configuré avec de multiples programmes d'application. Le procédé comprend : l'obtention de données d'environnement courantes de l'environnement dans lequel un dispositif électronique est couramment situé ; l'obtention de données de préférence d'utilisateur de chaque programme d'application, les données de préférence d'utilisateur étant utilisées pour indiquer la grandeur de la possibilité qu'un programme d'application soit appelé dans un environnement correspondant ; selon les données d'environnement courantes et les données de préférence d'utilisateur, la détermination parmi de multiples programmes d'application d'un programme d'application qui requiert un préchargement ; et le chargement dans une mémoire du dispositif électronique des données de démarrage du programme d'application qui requiert un préchargement. Dans le procédé selon la présente invention, un programme d'application préchargé peut être déterminé de manière flexible selon l'environnement dans lequel un dispositif électronique est couramment situé et selon des données de préférence d'utilisateur de sorte que le programme d'application préchargé démarre à l'avance en arrière-plan. Par conséquent, lorsqu'un utilisateur ouvre le programme d'application préchargé, des données de démarrage ne doivent pas être chargées de nouveau et la vitesse de démarrage est relativement grande.
PCT/CN2019/112319 2019-10-21 2019-10-21 Procédé et appareil de gestion de programmes d'application, dispositif électronique et support de stockage WO2021077261A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2019/112319 WO2021077261A1 (fr) 2019-10-21 2019-10-21 Procédé et appareil de gestion de programmes d'application, dispositif électronique et support de stockage
CN201980098911.3A CN114174987A (zh) 2019-10-21 2019-10-21 应用程序管理方法及装置、电子设备以及存储介质

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/112319 WO2021077261A1 (fr) 2019-10-21 2019-10-21 Procédé et appareil de gestion de programmes d'application, dispositif électronique et support de stockage

Publications (1)

Publication Number Publication Date
WO2021077261A1 true WO2021077261A1 (fr) 2021-04-29

Family

ID=75619305

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/112319 WO2021077261A1 (fr) 2019-10-21 2019-10-21 Procédé et appareil de gestion de programmes d'application, dispositif électronique et support de stockage

Country Status (2)

Country Link
CN (1) CN114174987A (fr)
WO (1) WO2021077261A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113568745A (zh) * 2021-07-23 2021-10-29 Oppo广东移动通信有限公司 硬件资源控制方法、装置、存储介质以及终端
CN114356171A (zh) * 2022-01-12 2022-04-15 维沃移动通信有限公司 应用管理方法、装置
CN116048648A (zh) * 2022-07-28 2023-05-02 荣耀终端有限公司 应用预加载方法、应用的启动方法及电子设备

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114661377B (zh) * 2022-03-31 2024-08-27 四川酷赛科技有限公司 一种基于位置信息的软件预加载方法及其预加载系统
CN115016884A (zh) * 2022-07-21 2022-09-06 维沃移动通信有限公司 应用程序控制方法、装置、设备及介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106843961A (zh) * 2017-01-19 2017-06-13 上海斐讯数据通信技术有限公司 一种手机应用程序预加载和清理的系统及其使用方法
CN109947495A (zh) * 2017-12-20 2019-06-28 广东欧珀移动通信有限公司 应用程序预加载方法、装置、存储介质及移动终端
WO2019171237A1 (fr) * 2018-03-05 2019-09-12 Tensera Networks Ltd. Préchargement d'application en présence d'actions de l'utilisateur

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2538327A1 (fr) * 2011-06-16 2012-12-26 Samsung Electronics Co., Ltd. Arrêt adaptatif et politique de prélancement pour améliorer le temps de lancement d'application
CN108958828B (zh) * 2018-05-21 2022-01-28 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及终端

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106843961A (zh) * 2017-01-19 2017-06-13 上海斐讯数据通信技术有限公司 一种手机应用程序预加载和清理的系统及其使用方法
CN109947495A (zh) * 2017-12-20 2019-06-28 广东欧珀移动通信有限公司 应用程序预加载方法、装置、存储介质及移动终端
WO2019171237A1 (fr) * 2018-03-05 2019-09-12 Tensera Networks Ltd. Préchargement d'application en présence d'actions de l'utilisateur

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113568745A (zh) * 2021-07-23 2021-10-29 Oppo广东移动通信有限公司 硬件资源控制方法、装置、存储介质以及终端
CN114356171A (zh) * 2022-01-12 2022-04-15 维沃移动通信有限公司 应用管理方法、装置
CN116048648A (zh) * 2022-07-28 2023-05-02 荣耀终端有限公司 应用预加载方法、应用的启动方法及电子设备
CN116048648B (zh) * 2022-07-28 2024-04-05 荣耀终端有限公司 应用预加载方法、应用的启动方法及电子设备

Also Published As

Publication number Publication date
CN114174987A (zh) 2022-03-11

Similar Documents

Publication Publication Date Title
WO2021077261A1 (fr) Procédé et appareil de gestion de programmes d'application, dispositif électronique et support de stockage
US11442747B2 (en) Method for establishing applications-to-be preloaded prediction model based on preorder usage sequence of foreground application, storage medium, and terminal
EP3502880B1 (fr) Procédé de préchargement d'application, support d'informations et dispositif terminal
EP3502878B1 (fr) Procédé de préchargement d'application et dispositif terminal
US20210389973A1 (en) Electronic device and method for operating the same
CN107209781B (zh) 使用自然语言的上下文搜索
EP3502879B1 (fr) Procédé de préchargement d'application, support d'informations et dispositif terminal
WO2019072200A1 (fr) Procédé de gestion de ressources et dispositif terminal
CN107835311B (zh) 应用管理方法、装置、存储介质及电子设备
US20190188595A1 (en) Method for Preloading Application, Storage Medium, and Terminal Device
CN111158910A (zh) 内存管理方法、装置、存储介质及电子设备
CN107545404B (zh) 账单提醒方法及装置
US20180367325A1 (en) Method and system for sorting chatroom list based on conversational activeness and contextual information
WO2019024641A1 (fr) Procédé et appareil de synchronisation de données, support de stockage, et appareil électronique
CN108701026A (zh) 用于在存储器约束下管理进程的方法和装置
CN110086941B (zh) 语音播放方法、装置及终端设备
CN109634762B (zh) 一种数据回收方法、装置、电子设备及存储介质
CN111475299A (zh) 内存分配方法、装置、存储介质及电子设备
CN111381953B (zh) 进程管理方法、装置、存储介质及电子设备
CN108038050B (zh) 性能调整方法、装置、存储介质及电子设备
CN107277906B (zh) 模式选择方法、装置、终端及计算机可读存储介质
CN116700816B (zh) 一种资源管理方法及电子设备
CN111008079A (zh) 进程管理方法、装置、存储介质及电子设备
CN116074445A (zh) 一种外呼时间预估的方法、装置、电子设备及介质
CN113368494A (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: 19949628

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

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 19949628

Country of ref document: EP

Kind code of ref document: A1

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 13.10.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19949628

Country of ref document: EP

Kind code of ref document: A1