WO2019223510A1 - Procédé et appareil de réglage de préchargement de programme d'application, support de données et terminal mobile - Google Patents

Procédé et appareil de réglage de préchargement de programme d'application, support de données et terminal mobile Download PDF

Info

Publication number
WO2019223510A1
WO2019223510A1 PCT/CN2019/085463 CN2019085463W WO2019223510A1 WO 2019223510 A1 WO2019223510 A1 WO 2019223510A1 CN 2019085463 W CN2019085463 W CN 2019085463W WO 2019223510 A1 WO2019223510 A1 WO 2019223510A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
preloaded
startup
probability
preloading
Prior art date
Application number
PCT/CN2019/085463
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 Oppo广东移动通信有限公司
Publication of WO2019223510A1 publication Critical patent/WO2019223510A1/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
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Definitions

  • the embodiments of the present application relate to the technical field of application program loading, for example, to a method, a device, a storage medium, and a mobile terminal for preloading an application program.
  • mobile terminals such as smart phones, tablet computers, notebook computers, and smart home appliances have become essential electronic devices in people's daily lives.
  • mobile terminal devices With the continuous intelligentization of mobile terminal devices, most mobile terminal devices are loaded with operating systems, so that mobile terminal devices can install a variety of applications to meet different needs of users.
  • the embodiments of the present application provide a method, a device, a storage medium, and a mobile terminal for preloading an application program, which can optimize a preloading solution for the application program.
  • an embodiment of the present application provides a method for preloading an application program, including:
  • the launch probability includes a probability that the application is about to be opened
  • an application preloading device including:
  • the startup probability prediction module is configured to predict a startup probability of a candidate application when an application preload event is triggered, where the startup probability includes a probability that the application is about to be opened;
  • An application determining module configured to determine an application to be preloaded included in the candidate application according to the startup probability
  • a preloading policy determining module configured to determine a preloading policy corresponding to the application to be preloaded according to the startup probability
  • the preloading module is configured to perform a preloading operation on the preloaded application program according to the preloading policy.
  • a computer-readable storage medium in an embodiment of the present application.
  • the storage medium stores a computer program, and when the computer program is executed by a processor, the application program according to the embodiment of the present application is preloaded. method.
  • an embodiment of the present application provides a mobile terminal, including a memory, a processor, and a computer program stored in the memory and executable by the processor.
  • the processor executes the computer program, the processor implements the present invention.
  • FIG. 1 is a schematic flowchart of an application preloading method according to an embodiment of the present application
  • FIG. 2 is a schematic diagram of a relative position relationship between a preloaded active window stack and a display screen display area according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of a relative position relationship between another preloaded active window stack and a display screen display area according to an embodiment of the present application
  • FIG. 4 is a schematic diagram of application interface migration provided by an embodiment of the present application.
  • FIG. 5 is a schematic flowchart of another application preloading method according to an embodiment of the present application.
  • FIG. 6 is a schematic flowchart of another application preloading method according to an embodiment of the present application.
  • FIG. 7 is a structural block diagram of an application preloading device according to an embodiment of the present application.
  • FIG. 8 is a schematic structural diagram of a mobile terminal according to an embodiment of the present application.
  • FIG. 9 is a schematic structural diagram of another mobile terminal according to an embodiment of the present application.
  • FIG. 1 is a schematic flowchart of an application preloading method according to an embodiment of the present application.
  • the method may be executed by an application preloading device, where the device may be implemented by software and / or hardware, and may generally be integrated in a mobile terminal.
  • the method includes:
  • Step 110 When it is detected that an application preloading event is triggered, predicting a startup probability of the candidate application program.
  • the startup probability includes a probability that an application program is about to be opened.
  • the mobile terminal in the embodiment of the present application may include a mobile terminal device such as a mobile phone, a tablet computer, a notebook computer, and a smart home appliance.
  • the mobile terminal is loaded with an operating system.
  • the triggering condition of the application preload event can be set according to the actual situation, which is not specifically limited in the embodiment of the present application.
  • an application preload event can be triggered when it is detected that the user's action meets a preset condition (such as picking up a mobile terminal, entering a screen unlock operation, or entering a mobile terminal unlock operation, etc.); or it can detect a change in the foreground application , The application preload event is triggered; or the application preload event may be triggered immediately (or after a preset period of time has elapsed) after the prediction process of the preloaded application ends; or it may be triggered at regular intervals and so on.
  • the system can detect that the application preload event has been triggered by reading a flag bit or receiving a trigger instruction, and the specific detection method is not limited in this embodiment of the present application.
  • the candidate application programs may include all application programs installed in the mobile terminal, and may also include some application programs. Some applications may include applications that are frequently used by users, and may also include third-party applications, that is, some applications may not include applications that are rarely used by users, or may not include system applications. This embodiment of the present application does not limit the manner and quantity of candidate application programs.
  • the candidate application can be determined according to the number of times and / or the use time of one or more applications in a preset period before the current time.
  • the preset period is, for example, 1 month, when the number of uses and / or When the usage time exceeds the corresponding threshold, the corresponding application is determined as a candidate application, or multiple applications are sorted according to the number of uses and / or the length of use, and the top-ranked application is determined as a candidate application .
  • the startup probability includes a probability that an application program is about to be opened.
  • the application to be opened can be understood as the application to be started next after the current application ends, and the startup probability can be used to characterize the possibility of an application becoming the next to be started.
  • a prediction model may be used to predict the launch probability of the candidate application.
  • the prediction model can be a machine learning model, and the algorithms used can include Recurrent Neural Networks (RNN), Long Short-Term Memory (LSTM) networks, threshold recurrent units, simple recurrent units, automatic encoding , Decision tree, random forest, feature mean classification, classification regression tree, hidden Markov, K-NearestNeighbor (KNN) algorithm, logistic regression model, Bayesian model, Gaussian model, and KL divergence (Kullback – Leibler divergence) and so on.
  • RNN Recurrent Neural Networks
  • LSTM Long Short-Term Memory
  • KNN K-NearestNeighbor
  • logistic regression model Bayesian model
  • Gaussian model Gaussian model
  • KL divergence Kullback – Leibler divergence
  • training samples can be collected, the training samples can be used to train the preset initial model, and finally a prediction model for the startup probability of the candidate application can be obtained.
  • the elements included in the training sample may include a time series or an order sequence in which the application is opened; may include the time, place, and frequency of the application being opened; and may include the running status of the mobile terminal, such as the mobile data network Switch status, wireless hotspot connection status, identity information of the connected wireless hotspot, currently running application, previous foreground application, the length of time the current application stays in the background, and the time when the current application was last switched to the background , Plugging and unplugging status, charging status, battery power information, and screen display duration of the headphone jack; it can also include data collected by sensors integrated in the mobile terminal, such as motion sensors, light sensors, temperature sensors, and humidity sensors, etc. .
  • the appropriate sample elements can be selected according to the selected machine learning model, and the selected machine learning model can be determined according to the selected sample elements.
  • the model can also be combined with the needs for prediction accuracy and prediction speed.
  • the selection of sample elements are not limited in the embodiments of the present application.
  • Step 120 Determine, according to the startup probability, an application to be preloaded included in the candidate application and a preloading strategy corresponding to the application to be preloaded.
  • the applications to be preloaded may be understood as applications that the user may be about to open, and the applications to be preloaded may include one or more.
  • a candidate application with a startup probability greater than a preset probability threshold may be determined as an application to be preloaded; a preset number of candidate applications with a higher startup probability may be determined as the application to be preloaded.
  • the preset probability threshold or preset value can be set freely. For example, the preset probability threshold can be 0.2 and the preset value can be 4.
  • corresponding preloading policies may be set for different applications to be preloaded according to the size of the startup probability.
  • its corresponding preloading strategy can also be set according to its corresponding startup probability.
  • the pre-loaded resources may include resources related to at least one of an application process startup, application process initialization, application service startup, memory allocation, file content reading, network data acquisition, and interface rendering.
  • application process startup and initialization are usually the first operations performed when an application is started.
  • multiple preloading strategies may include application process startup and initialization.
  • Other preloading strategies may also include subsequent at least One item, such as also including application service startup, application service startup and memory allocation, application service startup, memory allocation and file content reading, application service startup, memory allocation, file content reading and network data acquisition, or application service startup, Memory allocation, file content reading, network data acquisition and interface rendering.
  • interface rendering interface drawing, or interface drawing and display
  • more levels can be divided, such as the number of interfaces to be rendered or the form of interface rendering, and so on.
  • the interface in the interface rendering may include a startup interface of an application, a startup animation, or an interface corresponding to one or more functions inside the application, and the like.
  • the pre-loaded resources may also include resources that may be involved in the running process of the application, such as network video data, audio data, and application patch installation packages.
  • resources that may be involved in the running process of the application, such as network video data, audio data, and application patch installation packages.
  • some applications such as some game applications
  • the application patch installation package can be downloaded or even installed in the pre-loading stage. In this way, when the user actually starts this kind of application, he / she does not need to wait for the patch installation process and can directly use the application.
  • interval division may be performed between the preset probability threshold and 1, and the number of divided intervals is implemented in this application. Examples are not limited.
  • the preset probability threshold can be recorded as f, then the startup probability of the application to be preloaded will appear between f to 1, and f to 1 will be divided into intervals in advance. Take three probability intervals as an example, such as the first probability interval Is (f, m), the second probability interval is (m, n), and the third probability interval is (n, 1).
  • a corresponding preloading strategy can be set in advance for each probability interval, such as the first probability interval
  • the second probability interval corresponds to the second preloading strategy
  • the third probability interval corresponds to the third preloading strategy.
  • a preset number of candidate applications with a higher startup probability are determined as the applications to be preloaded, and then the preset value can be determined, and the startup probability between at least one application to be preloaded can be determined. Size relationship to determine the corresponding preload strategy. Assuming that the preset value is recorded as N, then there are N applications to be preloaded, and N can be divided based on the number of intervals. The applications to be preloaded can be started from high to low according to the startup probability (of course, it can also be low to High, this application is not limited).
  • the sequence numbers 1 to M are the first quantity interval
  • the sequence numbers M + 1 to L are the second quantity interval
  • the sequence numbers L + 1 to N are the third quantity interval.
  • a corresponding preloading strategy can be set in advance for each quantity interval, for example, the first quantity interval corresponds to the first preloading strategy, the second quantity interval corresponds to the second preloading strategy, and the third quantity interval corresponds to the third preloading strategy.
  • the preloading strategy corresponding to the quantity interval For the current application to be preloaded, to determine in which quantity interval the sequence number of the corresponding startup probability falls, then determine the preloading strategy corresponding to the quantity interval as the current preloading strategy corresponding to the application to be preloaded.
  • the high probability of startup indicates that the user is more likely to choose the application.
  • the application to be preloaded with a higher probability of startup can be preferentially preloaded, or more preload resources can be set Type, or set a greater number of preload resources, or ensure a higher degree of completion of the preload operation, or set a longer time for the preload operation, and so on.
  • Step 130 Perform a corresponding preloading operation on the application to be preloaded according to the preloading policy.
  • the multiple applications to be preloaded may be determined one by one as The current application to be preloaded and the first preload operation is performed in sequence, or more than 2 applications to be preloaded may be determined as the current to be preloaded application and the first preload operation is performed simultaneously, that is, multiple The first preload operation of the application may be performed in parallel.
  • the preloading strategy includes the order of performing the preloading operation, the preloading operation is performed in the order specified in the preloading strategy.
  • the application preloading method provided in the embodiment of the present application predicts a startup probability of a candidate application when an application preloading event is triggered, determines an application to be preloaded and a corresponding preloading strategy according to the startup probability, and follows the preloading The policy treats the preloaded application accordingly.
  • a suitable preloading strategy can be selected according to the predicted startup probability of an application that needs to be preloaded, system resources can be reasonably used for preloading, and the preloading function can be improved.
  • determining the to-be-loaded application included in the candidate application and the pre-loading strategy corresponding to the to-be-loaded application according to the startup probability includes: changing the startup probability from high to Low-rank or low-to-high ranking, and sequentially obtain a preset number of starting probabilities from a high starting probability, and determine a candidate application corresponding to the preset number of starting probabilities as a pending application included in the candidate application.
  • Pre-loading the application program determining the pre-loading resource corresponding to the application to be pre-loaded according to the startup probability of the application to be pre-loaded, where the higher the startup probability is, the more pre-loading resources corresponding to the application to be pre-loaded.
  • the advantage of this setting is that it can control the number of pre-loaded applications, which can prevent the number of pre-loads from being too small and cause a low prediction hit rate. It can also prevent the number of applications from burdening the overall system performance and wasting system resources.
  • the higher the probability of startup the higher the probability that the application to be preloaded is actually started by the user, more resources can be preloaded, and the speed at which it is actually started is effectively improved, while the application to be preloaded with a lower startup probability, can be Pre-loading fewer resources can save system resources, and at the same time, it can increase the startup speed when it is actually started.
  • determining the preloaded resource corresponding to the application to be preloaded according to the startup probability of the application to be preloaded includes: dividing the application to be preloaded according to the startup probability of the application to be preloaded. It is divided into a first type of application and a second type of application, wherein the startup probability corresponding to the first type of application is greater than the startup probability corresponding to the second type of application.
  • Determine the preloaded resources corresponding to the first type of application including application process startup, application process initialization, application service startup, memory allocation, file content reading, network data acquisition, and interface rendering; determine the preloaded resources corresponding to the second type of application Including application process startup, application process initialization, application service startup, memory allocation, and file content reading.
  • the advantage of this setting is that it can more reasonably determine the preload resources corresponding to the applications to be preloaded with different startup probabilities. For network data acquisition and interface rendering, it may require more system resources during the preload process and consume time. It is longer, so for applications with relatively low startup probability, this part of preloading can be omitted, which can save resources such as terminal storage space, and preload more applications, and improve the prediction hit rate.
  • the method when performing a preload operation for the interface rendering, includes: preloading an application interface corresponding to the application to be preloaded based on a pre-created preloading active window stack, wherein the preloading activity
  • the boundary coordinates corresponding to the window stack are outside the coordinate range of the display screen.
  • the active window may be understood as an independent interface that directly provides users with interaction and operation, and different terms may be used to name the interface in different operating systems.
  • the following description is made by taking an Android operating system as an example.
  • the active window is called Activity.
  • Activity is a component responsible for interacting with the user. It provides a screen (which can be understood as a screen interface instead of a physical display screen) for the user to interactively complete a certain task.
  • an Activity is usually a separate screen, which can display some controls or listen to and handle user events.
  • Task stack Task stack
  • Stack activity window stack
  • Task corresponds to an application. Task is set to store Activity. One Task can store one or more Activities, and these Activities follow the principle of "first in, first out, last in, first out”.
  • the Stack is set to manage Tasks.
  • a Stack manages the Tasks belonging to one or more Activities that need to be displayed on a screen.
  • a Stack can manage one or more Tasks.
  • the Stack also follows the basics of the Stack. Management principles.
  • the screens described here are not necessarily complete and independent display screens. Taking “two screens" as an example, these two screens may be just two areas in a complete display screen that independently display their respective display contents. Of course, if the mobile terminal has two or more independent display screens, the "two screens" may also be two independent display screens.
  • multi-window mode is supported, which can include split-screen mode, picture-in-picture mode, and FreeForm.
  • the stack where the application is located may have its own size, which may include the upper, lower, left, and right coordinates in a coordinate system with the upper left corner of the mobile terminal screen as the origin.
  • (a, b, c, d) generally describes a rectangular boundary, which can be expressed by the coordinates of the upper left corner and the lower right corner of the rectangle, that is, the upper left corner of the rectangle is (a, b), right The lower corner coordinate is (c, d), and such a rectangular area corresponds to the size of the Stack.
  • the layout of the application in the stack is based on the size of the stack, which means that the application interface corresponding to the activity is displayed within the boundary of the size.
  • pre-loading the application interface of the application to be pre-loaded outside the display screen can be implemented based on the multi-window mechanism of the operating system, and the size corresponding to the application program is set outside the display screen through the multi-window mechanism to achieve For the purpose of being invisible to the user, so that the display content of the foreground application is not displayed on the display screen.
  • Stack represents the stack displayed by desktop applications
  • App Stack represents the third-party application display
  • a preloaded active window stack (preloaded stack) is added, which is set to represent the stack displayed by the preloaded application, and the boundary coordinates of the preloaded stack are set outside the coordinate range of the display screen, to be preloaded
  • the application can be displayed on that Stack.
  • a new Stack dedicated to displaying preloaded applications can be created.
  • a new stack is created because the newly created preloaded stack can have its own size and visibility, thereby achieving the purpose of preloading outside the display screen.
  • the timing for creating the preloaded stack is not limited.
  • the preloaded stack is set to be resident by default before the mobile terminal leaves the factory, that is, the preloaded stack always exists; it can also be used when the mobile terminal is powered on or moved. It is created after the terminal is successfully unlocked; it can also be created after the application preload event is triggered (before the application to be preloaded is determined) and so on.
  • pre-loading an application interface corresponding to the application to be pre-loaded based on a pre-created pre-loaded active window stack includes: determining whether a pre-created pre-loaded active window stack exists; if not, then A preloaded active window stack is created according to a preset rule; an application interface corresponding to the application to be preloaded is preloaded based on the created preloaded active window stack.
  • the specific process of preloading the application interface corresponding to the application to be preloaded based on the preloaded stack is not limited, for example, the application interface may be drawn and displayed based on the size of the preloaded stack.
  • a task stack corresponding to the application to be preloaded is created in a pre-created preloaded active window stack, and the standby process is started in the task stack based on the target process.
  • the active window corresponding to the pre-loaded application draws and displays the application interface corresponding to the application to be pre-loaded based on the activated active window.
  • the method further includes: sending a fake focus notification to the application to be preloaded, and maintaining a continuous drawing of an application interface corresponding to the application to be preloaded for a preset period of time based on the fake focus notification. And display updates.
  • the advantage of this setting is that it can complete the drawing and display of the application interface when the application to be preloaded has the focus and is visible to the system, improving the completion of the preloading without affecting the focus of the foreground application.
  • the focus in the embodiments of the present application is also referred to as input focus, and the fake focus and the focus corresponding to the foreground application are independent of each other.
  • the focus is unique. For example, input operations such as touch only take effect on the focus.
  • the system and the application are consistent. Once the system changes the input focus information, it will Send information to the application that the input focus information has changed, this way to ensure that the system and application side input focus information is consistent.
  • the purpose of falsifying the focus on the application side is achieved by separating the system side and the application side from inputting focus information.
  • the focus notification for the preloaded application is forged, so that the preloaded application has focus information, but the focus information on the system side is still correct. Such processing can enable the preloaded application to draw normally and achieve the purpose of all loading.
  • the focus exists on the system side and the application side. It can be considered as the server and the client.
  • the system side records the application that has the focus, and the application side saves a flag to indicate whether it has focus.
  • the timing of falsifying the input focus may be that when the Android window system adds a new window and the focus needs to be updated, a fake focus notification is generated and sent.
  • the method of falsifying the focus may be a method of calling the client side of the window to change the focus of the window, so that the window acquires focus.
  • a fake focus notification can be sent based on the Binder mechanism.
  • the Binder mechanism is the most commonly used method for inter-process communication of the Android system, and adopts a c / s architecture, that is, a client / service architecture.
  • the preset time period may be designed according to actual conditions, for example, it may be within a fixed time range after starting preloading, or it may be a period from starting preloading to completing preloading, etc., which may be specifically included in the preloading strategy in.
  • the length of the preset time period includes a playing duration of starting an advertisement or starting an animation in the application to be preloaded.
  • some advertisements or animations are usually played.
  • the duration of advertisements or animations usually ranges from 3 seconds to more than ten seconds.
  • the user may not be able to perform any operation, only Can wait for the playback to finish, wasting valuable time of the user.
  • the advantage of this embodiment of the present application is that it can play the startup advertisement or startup animation off the screen before the application to be preloaded is launched.
  • the application to be preloaded When the application to be preloaded is launched, it can directly enter the main page of the application or other User-operable interface, which further advances the operable time point of the application to be preloaded, reducing waiting time.
  • the display mode of the display screen usually includes vertical screen display and horizontal screen display.
  • Many applications use vertical screen display by default, and Some applications display in the horizontal screen mode by default (such as some online games).
  • some applications also switch between the horizontal and vertical screen display as the user holds the mobile terminal.
  • a boundary coordinate corresponding to the preloaded active window stack is (H, 0, 2H, H)
  • a coordinate system corresponding to the boundary coordinate is a system coordinate
  • an origin of the system coordinate is In the upper left corner of the display screen
  • H is the length of the long side of the display area of the display screen.
  • FIG. 2 is a schematic diagram of a relative position relationship between a preloaded active window stack and a display screen display area according to an embodiment of the present application. As shown in FIG.
  • FIG. 3 is a schematic diagram of a relative position relationship between another preloaded active window stack and a display screen display area according to an embodiment of the present application. As shown in FIG.
  • the display screen is in a landscape mode at this time
  • the origin of the mobile terminal system coordinates is the left vertex (0,0) of the display screen 301
  • the height direction of the display screen 301 is the X axis
  • the width direction is the Y axis.
  • the boundary coordinates corresponding to the preloaded Stack 202 are (H, 0, 2H, H), and H is the screen height, that is, the area within the solid rectangle on the left is the main screen display area, and the area within the rectangle on the right dashed line is the preload display. region.
  • the horizontal axis of the upper left corner is H, which is to prevent the display screen (also called the home screen) from being displayed on the pre-loaded application interface when the screen is horizontal, because the home screen has a horizontal screen mode in addition to the vertical screen mode.
  • the horizontal coordinate of the upper left corner of the rectangular area corresponding to the preloaded stack is set to the screen height.
  • the vertical coordinate of the upper left corner is 0, so that the preloaded application can correctly calculate the height of the status bar.
  • the Android application will customize the top status bar. If the corresponding vertical coordinate is not equal to 0, the height of the status bar may be wrong.
  • the size of the preloaded stack is set to (H, 0, 2H, H).
  • determining the to-be-loaded application included in the candidate application and the pre-loading strategy corresponding to the to-be-loaded application according to the startup probability includes: determining according to the startup probability
  • the application to be preloaded included in the candidate application program obtains current behavior state information of the user, and determines a preloading strategy corresponding to the application to be preloaded according to the current behavior state information and the startup probability.
  • the advantage of this setting is that the preloading strategy corresponding to the application to be preloaded can be determined more reasonably.
  • the behavior state information may include posture information of the user, information of one or more operations performed by the user on the mobile terminal, physiological state information of the user, and the like.
  • the user's behavior status information can be collected through the mobile terminal's own integrated sensors, etc., or it can be collected with other devices (such as wearable devices such as bracelets, watches, headphones, glasses, helmets and belts)
  • the user's behavior status information is sent to the mobile terminal.
  • the current behavior of the user may affect how the user uses the application. For example, for sports applications such as Keep, the application provides training videos, fitness articles, training plans, and diet recommendations.
  • the latest fitness articles and other related content may be preloaded without preloading the training video; when the user is currently relaxed based on the physiological state information At this time, it is predicted that the user may exercise immediately, so the training video recorded by the current user in the training plan may be preloaded. Then when the user starts the application, there is no need to wait for the video loading process and directly watch the video to start training.
  • content such as recommended songs from the server is generally displayed in the interface, such as popular song rankings or new song rankings.
  • obtaining the current behavior status information of the user may include: determining whether the application to be preloaded includes a preset application program, and if yes, obtaining the current behavior status information of the user. If not, the preloading strategy corresponding to the application to be preloaded can be directly determined according to the startup probability.
  • the advantage of this setting is that for some applications, the user's different behavior status information may not affect the way the application is used, so there is no need to set the preload policy of the application based on the behavior status, and it is not necessary to obtain User's current behavior status information saves mobile terminal power consumption.
  • the preset application may be pushed by the server to the mobile terminal, or may be determined according to the user's usage habits of historical collection, which is not limited in the embodiment of the present application.
  • the method further includes: upon receiving a running instruction of the target application that has performed the preloading operation, based on the preloaded The resource launches the target application.
  • the target application included in the preloading active window stack is The corresponding application interface is migrated to the display screen for display.
  • the migrating an application interface corresponding to the target application included in the preloaded active window stack to the display screen for display includes: The task stack corresponding to the target application is migrated to the top of the application active window stack, and the size information, configuration information, and visibility of the task stack are updated to implement the application interface corresponding to the target application on the display screen. display.
  • FIG. 4 is a schematic diagram of an application interface migration provided by an embodiment of the present application.
  • the target application program included in the active window stack is correspondingly loaded.
  • the application interface 401 is transferred to the display screen 201 for display.
  • the task to which the preloaded application interface belongs is migrated to the top of the application activity window Stack, and the size information, configuration information, and visibility of the task are updated, thereby The application interface can be displayed normally on the display screen.
  • FIG. 5 is a schematic flowchart of another application preloading method according to an embodiment of the present application. The method includes the following steps:
  • Step 501 When it is detected that an application preload event is triggered, a preset prediction model is used to predict a startup probability of a candidate application.
  • Step 502 Determine a preset number of candidate applications with a higher startup probability as the applications to be preloaded.
  • Step 503 Divide the application to be preloaded into a first-type application and a second-type application according to a startup probability.
  • the startup probability corresponding to the first type of application is greater than the startup probability corresponding to the second type of application.
  • the predicted applications to be preloaded include WeChat (startup probability 0.31), QQ (startup probability 0.23), Alipay (startup probability 0.21), and Baidu map (startup probability 0.2).
  • Two applications (ie WeChat and QQ) with higher launch probability are determined as the first type of applications; two applications with lower launch probability (ie, Alipay and Baidu Map) are determined as the second type of applications.
  • Step 504 Determine a first preloading strategy corresponding to the first type of application program and a second preloading strategy corresponding to the second type of application program, respectively.
  • determining the preloaded resources corresponding to the first type of application includes application process startup, application process initialization, application service startup, memory allocation, file content reading, network data acquisition, and interface rendering; determining the second type of application corresponding
  • the pre-loaded resources include application process startup, application process initialization, application service startup, memory allocation, and file content reading.
  • Step 505 Pre-load the first-type application according to the first pre-loading strategy in order from the highest starting probability, and pre-load the second-type application according to the second pre-loading strategy.
  • a preloading operation of interface rendering is involved.
  • an application interface corresponding to the first type of application program is drawn and displayed based on a pre-created preloaded active window stack.
  • the boundary coordinates corresponding to the preloaded active window stack are outside the coordinate range of the display screen.
  • the application interface may include a startup interface, a startup animation, or a predicted target interface that a user is about to open.
  • Step 506 When receiving a running instruction of the target application that has been preloaded, start the target application based on the preloaded resource.
  • a prediction model is used to predict several applications with a high probability that a user may use, and then determined according to the startup probability of these applications.
  • Corresponding preloading strategy preloading operation according to the preloading strategy corresponding to each application, can make more reasonable use of system resources, and when the application is actually started by the user, start the application based on the preloaded resources, Can effectively improve the startup speed of the application.
  • FIG. 6 is a schematic flowchart of another application preloading method according to an embodiment of the present application. The method includes:
  • Step 601 When a foreground application program change is detected, a preset prediction model is used to predict a startup probability of the candidate application program.
  • the triggering condition of the application preload event may be detecting a change in the foreground application program.
  • Step 602 Determine a candidate application whose startup probability is greater than a preset probability threshold as an application to be preloaded.
  • Step 603 Determine whether the application to be preloaded contains a preset application, and if yes, perform step 604; otherwise, perform step 606.
  • Step 604 Acquire the current behavior status information of the user.
  • Step 605 For a preset application included in the application to be preloaded, determine a corresponding preliminary preloading strategy according to the probability interval to which the corresponding startup probability belongs, and then modify the preliminary preloading strategy according to the current behavior state information; Load the remaining application programs other than the preset application program, determine the corresponding preloading strategy according to the probability interval to which the remaining application startup probability belongs, and execute step 607.
  • Step 606 For each application to be preloaded, determine a target probability interval to which the starting probability of the current application to be preloaded belongs, and determine the preloading strategy corresponding to the target probability interval as the preloading strategy corresponding to the current application to be preloaded. Go to step 607.
  • Step 607 Perform the preloading operation according to the preloading strategy corresponding to each application to be preloaded in order from the startup probability from high to low.
  • Step 608 When receiving a running instruction of the target application that has been preloaded, start the target application based on the preloaded resource.
  • the preloading strategy corresponding to the current application to be preloaded may be determined and the corresponding preloading operation may be performed in the order of the startup probability from high to low. For example, for the application to be preloaded with the highest startup probability, determine whether it belongs to a preset application. If so, determine the corresponding preloading strategy according to the startup probability and the current behavior state information, otherwise determine the corresponding preloading strategy based on the startup probability. , And then preload the preloaded application according to the determined preloading strategy. Then, for the application to be preloaded with the second highest startup probability, perform the similar operation described above. By analogy, the pre-loading strategy and pre-loading of the application to be pre-loaded are determined in order.
  • the advantage of this setting is that it saves time to determine the preloading strategy. If the user has chosen to open an application with a higher probability of launching within a short time after the preloading event is triggered, the preloading operation of the application can be guaranteed Has a high degree of completion to ensure the effect of preloading.
  • a prediction model is used to predict several applications with a high probability that the user may use, and the startup probability and the user's current behavior are combined
  • the state information determines the preloading strategy corresponding to each application, which can more reasonably determine the personalized preloading method of the application, thereby better utilizing system resources, and based on the preloaded application when the application is actually started by the user. Starting the application with resources can effectively improve the startup speed of the application.
  • FIG. 7 is a structural block diagram of an application preloading device according to an embodiment of the present application.
  • the device may be implemented by software and / or hardware, and is generally integrated in a mobile terminal.
  • the application program may be performed by executing an application preloading method. Preloading. As shown in Figure 7, the device includes:
  • the startup probability prediction module 701 is configured to predict a startup probability of a candidate application when an application preload event is detected to be triggered, where the startup probability includes a probability that the application is about to be opened;
  • An application determining module 702 configured to determine an application to be preloaded included in the candidate application according to the startup probability
  • the preloading module 704 is configured to perform a preloading operation on the preloaded application program according to the preloading policy.
  • the application preloading device provided in the embodiment of the present application predicts a startup probability of a candidate application when an application preloading event is triggered, determines an application to be preloaded and a corresponding preloading strategy according to the startup probability, and follows the preloading The policy treats the preloaded application accordingly.
  • a suitable preloading strategy can be selected according to the predicted startup probability of an application that needs to be preloaded, system resources can be reasonably used for preloading, and the preloading function can be improved.
  • the application determining module 702 is configured to:
  • the startup probabilities are arranged from high to low or from low to high, and a preset number of startup probabilities are sequentially obtained from a high startup probability, and a candidate application corresponding to the preset number of startup probabilities is determined as the candidate.
  • the application to be preloaded contained in the application.
  • the preloading policy determining module 703 is configured to:
  • the pre-loaded resources corresponding to the application to be pre-loaded are determined according to the startup probability of the application to be pre-loaded, where the higher the startup probability is, the more pre-loaded resources corresponding to the application to be pre-loaded.
  • the preloaded resources include resources related to at least one of an application process startup, application process initialization, application service startup, memory allocation, file content reading, network data acquisition, and interface rendering.
  • the preloading policy determining module 703 is configured to divide the to-be-loaded application into a first-type application and a second-type application according to a startup probability of the application to be pre-loaded;
  • the startup probability corresponding to the first type of application program is greater than the startup probability corresponding to the second type of application program;
  • preloaded resources corresponding to the first type of application include application process startup, application process initialization, application service startup, memory allocation, file content reading, network data acquisition, and interface rendering;
  • Determining the preloaded resources corresponding to the second type of application includes application process startup, application process initialization, application service startup, memory allocation, and file content reading.
  • the preload module 704 when performing a preload operation on the interface rendering, is configured to:
  • the application interface corresponding to the application to be preloaded is preloaded based on a pre-created preloaded active window stack, wherein the boundary coordinates corresponding to the preloaded active window stack are outside the coordinate range of the display screen.
  • the application determining module 702 is configured to determine, according to the startup probability, an application to be preloaded included in the candidate application;
  • the preloading policy determination module 703 is set to:
  • the device further includes:
  • the startup module is configured to, after performing a corresponding preload operation on the preloaded application program according to the preloading policy, and upon receiving a running instruction of the target application program that has performed the preload operation, start based on the preloaded resource.
  • the target application is configured to, after performing a corresponding preload operation on the preloaded application program according to the preloading policy, and upon receiving a running instruction of the target application program that has performed the preload operation, start based on the preloaded resource.
  • the application determining module 702 is configured to:
  • a candidate application whose startup probability is greater than a preset probability threshold is determined as the application to be preloaded.
  • the preloading policy determining module 703 is configured to:
  • Determining whether the application to be preloaded includes a preset application
  • the preset application is included in the application to be preloaded, obtaining current behavior status information of the user;
  • the preset application program is pushed by the server, or determined according to the user's usage habits collected in history.
  • the preloading policy determining module 703 is configured to:
  • the startup module is further configured to:
  • the interface rendering is performed during the preloading operation
  • the target included in the preloading active window stack is The application interface corresponding to the application is migrated to the display screen for display.
  • the startup module is configured to: migrate a task stack corresponding to the target application included in the preloaded active window stack to the top of an application active window stack, and update the size of the task stack Information, configuration information, and visibility to enable an application interface corresponding to the target application to be displayed on the display screen.
  • An embodiment of the present application further provides a storage medium including computer-executable instructions, where the computer-executable instructions are used to execute an application program preloading method when executed by a computer processor, the method includes:
  • the launch probability includes a probability that the application is about to be opened
  • Storage medium any one or more types of memory devices or storage devices.
  • storage media is intended to include: installation media such as Compact Disc Read-Only Memory (CD-ROM), floppy disks or magnetic tape devices; computer system memory or random access memory, such as dynamic random access memory Access Memory (Dynamic Random Access Memory, DRAM), Double Rate Random Access Memory (DDR Random Access Memory, DDR RAM), Static Random Access Memory (Static Random Access Memory, SRAM), and extended data output random storage Access Memory (Extended Data, Random-Access Memory, EDO, RAM), Rambus Random-Access Memory (Random-Access Memory, RAM), etc .; Non-volatile memory, such as flash memory, magnetic media (such as hard disk or Optical storage); registers or other similar types of memory elements, etc.
  • installation media such as Compact Disc Read-Only Memory (CD-ROM), floppy disks or magnetic tape devices
  • computer system memory or random access memory such as dynamic random access memory Access Memory (Dynamic Random Access Memory, DRAM), Double Rate Random Access Memory
  • the storage medium may further include other types of memory or a combination thereof.
  • the storage medium may be located in a first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network such as the Internet.
  • the second computer system may provide program instructions to the first computer system, and the first computer system is configured to execute the program instructions.
  • the term "storage medium" may include two or more storage media that may reside in different locations, such as in different computer systems connected through a network.
  • the storage medium may store program instructions (for example, embodied as a computer program) executable by one or more processors.
  • a storage medium including computer-executable instructions provided in the embodiments of the present application is not limited to the application preloading operation described above, and may also execute the application provided by any embodiment of the present application Related operations in the preload method.
  • FIG. 8 is a schematic structural diagram of a mobile terminal according to an embodiment of the present application.
  • the mobile terminal 800 may include: a memory 801, a processor 802, and a computer program stored on the memory 801 and executable by the processor 802. When the processor 802 executes the computer program, the application according to the embodiment of the present application is implemented. Program preloading method.
  • the mobile terminal provided in the embodiment of the present application can select a suitable preloading strategy according to the predicted startup probability of the application to be preloaded, reasonably utilize system resources for preloading, and improve the preloading function.
  • FIG. 9 is a schematic structural diagram of another mobile terminal according to an embodiment of the present application.
  • the mobile terminal may include a housing (not shown), a memory 901, a central processing unit (CPU) 902 (and (Referred to as a processor), a circuit board (not shown in the figure), and a power supply circuit (not shown in the figure).
  • CPU central processing unit
  • FIG. 9 is a schematic structural diagram of another mobile terminal according to an embodiment of the present application.
  • the mobile terminal may include a housing (not shown), a memory 901, a central processing unit (CPU) 902 (and (Referred to as a processor), a circuit board (not shown in the figure), and a power supply circuit (not shown in the figure).
  • CPU central processing unit
  • the circuit board is disposed in a space surrounded by the housing; the CPU 902 and the memory 901 are provided on the circuit board; and the power supply circuit is provided as a plurality of circuits of the mobile terminal or The device supplies power; the memory 901 is configured to store executable program code; the CPU 902 reads the executable program code stored in the memory 901 to run a computer program corresponding to the executable program code to implement The following steps:
  • the launch probability includes a probability that the application is about to be opened
  • the mobile terminal further includes: a peripheral interface 903, a radio frequency (RF) circuit 905, an audio circuit 906, a speaker 911, a power management chip 908, an input / output (I / O) subsystem 909, Other input / control devices 910, touch screen 912, other input / control devices 910, and external ports 904, these components communicate through one or more communication buses or signal lines 907.
  • RF radio frequency
  • the illustrated mobile terminal 900 is only an example of a mobile terminal, and the mobile terminal 900 may have more or fewer components than those shown in the figure, and may combine two or more components. Or it can have different component configurations.
  • the one or more components shown in the figures may be implemented in hardware, software, or a combination of hardware and software including one or more signal processing and / or application specific integrated circuits.
  • the mobile terminal uses a mobile phone as an example.
  • Memory 901 which can be accessed by CPU 902, peripheral interface 903, etc.
  • the memory 901 can include high-speed random access memory, and can also include non-volatile memory, such as one or more disk storage devices, flash memory Devices, or other volatile solid-state storage devices.
  • Peripheral interface 903 which can connect the input and output peripherals of the device to the CPU 902 and the memory 901.
  • the I / O subsystem 909 which can connect input / output peripherals on the device, such as touch screen 912 and other input / control devices 910, to peripheral interface 903.
  • the I / O subsystem 909 may include a display controller 9091 and one or more input controllers 9092 for controlling other input / control devices 910. Among them, one or more input controllers 9092 receive electrical signals from or send electrical signals to other input / control devices 910.
  • Other input / control devices 910 may include physical buttons (press buttons, rocker buttons, etc.) ), Dial, slide switch, joystick, click wheel. It is worth noting that the input controller 9092 may be connected to any of the following: a keyboard, an infrared port, a universal serial bus (Universal Serial Bus, USB) interface, and a pointing device such as a mouse.
  • USB Universal Serial Bus
  • a touch screen 912 which is an input interface and an output interface between the user's mobile terminal and the user, and displays visual output to the user.
  • the visual output may include graphics, text, icons, videos, and the like.
  • the display controller 9091 in the I / O subsystem 909 receives an electric signal from the touch screen 912 or sends an electric signal to the touch screen 912.
  • the touch screen 912 detects a contact on the touch screen, and the display controller 9091 converts the detected contact into interaction with a user interface object displayed on the touch screen 912, that is, realizes human-computer interaction.
  • the user interface object displayed on the touch screen 912 may be running Icons for games, icons connected to the appropriate network, etc. It is worth noting that the device may also include a light mouse, which is a touch-sensitive surface that does not display visual output, or an extension of the touch-sensitive surface formed by a touch screen.
  • the RF circuit 905 is configured to establish communication between a mobile phone and a wireless network (that is, a network side), and realize data reception and transmission of the mobile phone and the wireless network. For example, send and receive text messages, e-mail, and so on.
  • the RF circuit 905 receives and sends RF signals.
  • the RF signals are also referred to as electromagnetic signals.
  • the RF circuit 905 converts electrical signals into electromagnetic signals or converts electromagnetic signals into electrical signals, and communicates with the communication network through the electromagnetic signals. As well as other devices.
  • RF circuit 905 may include known circuits for performing these functions, including, but not limited to, antenna systems, RF transceivers, one or more amplifiers, tuners, one or more oscillators, digital signal processors, codecs (COder-DECoder, CODEC) chipset, Subscriber Identity Module (SIM), and so on.
  • antenna systems including, but not limited to, antenna systems, RF transceivers, one or more amplifiers, tuners, one or more oscillators, digital signal processors, codecs (COder-DECoder, CODEC) chipset, Subscriber Identity Module (SIM), and so on.
  • CODEC codecs
  • SIM Subscriber Identity Module
  • the audio circuit 906 is configured to receive audio data from the peripheral interface 903, convert the audio data into an electrical signal, and send the electrical signal to the speaker 911.
  • the speaker 911 is configured to restore a voice signal received by the mobile phone from the wireless network through the RF circuit 905 to a sound and play the sound to a user.
  • the power management chip 908 is configured to provide power and power management for the hardware connected to the CPU 902, the I / O subsystem, and peripheral interfaces.
  • the application preloading device, storage medium, and mobile terminal provided in the foregoing embodiments can execute the application preloading method provided in any embodiment of the present application, and have corresponding function modules and effects for executing the method.
  • application preloading method provided in any embodiment of the present application.

Landscapes

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

Abstract

L'invention concerne un procédé de préchargement de programme d'application, comprenant : la prédiction de probabilités de démarrage de programmes d'application candidats lorsqu'il est détecté qu'un événement de préchargement d'application est déclenché, les probabilités de démarrage comprenant des probabilités que les programmes d'application doivent être ouverts ; la détermination, en fonction des probabilités de démarrage, d'un programme d'application à précharger inclus dans les programmes d'application candidats et une politique de préchargement correspondant au programme d'application à précharger ; et l'exécution, selon la politique de préchargement, d'une opération de préchargement correspondante sur le programme d'application à précharger. L'invention concerne également un appareil de préchargement de programme d'application, un support de données et un terminal mobile.
PCT/CN2019/085463 2018-05-21 2019-05-05 Procédé et appareil de réglage de préchargement de programme d'application, support de données et terminal mobile WO2019223510A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810490618.9 2018-05-21
CN201810490618.9A CN108681475B (zh) 2018-05-21 2018-05-21 应用程序预加载方法、装置、存储介质及移动终端

Publications (1)

Publication Number Publication Date
WO2019223510A1 true WO2019223510A1 (fr) 2019-11-28

Family

ID=63807343

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/085463 WO2019223510A1 (fr) 2018-05-21 2019-05-05 Procédé et appareil de réglage de préchargement de programme d'application, support de données et terminal mobile

Country Status (2)

Country Link
CN (1) CN108681475B (fr)
WO (1) WO2019223510A1 (fr)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124632A (zh) * 2019-12-06 2020-05-08 西安易朴通讯技术有限公司 移动终端的优化方法、装置、终端设备及存储介质
CN111767837A (zh) * 2020-06-28 2020-10-13 中国计量大学 一种槽罐车装卸料时阀门操作规范性的视觉评估方法
CN111966603A (zh) * 2020-09-04 2020-11-20 网易(杭州)网络有限公司 内存泄露的检测方法及装置、可读存储介质及电子设备
CN112416402A (zh) * 2020-11-23 2021-02-26 百度在线网络技术(北京)有限公司 小程序更新方法、装置、电子设备和存储介质
CN112685104A (zh) * 2021-01-07 2021-04-20 北京字节跳动网络技术有限公司 应用程序启动控制方法、装置、电子设备和存储介质
CN114780167A (zh) * 2022-03-28 2022-07-22 上海幻电信息科技有限公司 基于ReactNative的预加载方法及系统
CN115002216A (zh) * 2022-04-27 2022-09-02 北京奇艺世纪科技有限公司 一种下载方法、装置、终端设备以及可读存储介质
CN115705241A (zh) * 2021-08-10 2023-02-17 荣耀终端有限公司 应用的调度方法及电子设备

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11922187B2 (en) 2018-03-05 2024-03-05 Tensera Networks Ltd. Robust application preloading with accurate user experience
WO2019171237A1 (fr) * 2018-03-05 2019-09-12 Tensera Networks Ltd. Préchargement d'application en présence d'actions de l'utilisateur
CN108681475B (zh) * 2018-05-21 2021-11-26 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及移动终端
CN109739639A (zh) * 2018-12-07 2019-05-10 珠海格力电器股份有限公司 一种示教器内存使用管理方法、装置、终端及存储介质
CN109743456B (zh) * 2018-12-29 2021-03-12 Oppo广东移动通信有限公司 数据传输方法及相关装置
CN110035126A (zh) * 2019-04-17 2019-07-19 珠海金山网络游戏科技有限公司 一种文件处理方法、装置、计算设备及存储介质
CN110231963B (zh) * 2019-06-12 2022-11-15 Oppo广东移动通信有限公司 应用控制方法及相关装置
WO2021019415A1 (fr) 2019-07-30 2021-02-04 Tensera Networks Ltd. Pré-rendu d'interfaces utilisateurs d'application dans des dispositifs d'utilisateur
CN110996134B (zh) * 2019-12-23 2022-09-09 腾讯科技(深圳)有限公司 视频播放方法、装置及存储介质
CN115396704B (zh) * 2020-03-31 2024-05-28 海信视像科技股份有限公司 一种显示设备及开机信号源显示适配方法
CN114201226A (zh) * 2020-08-26 2022-03-18 北京小米移动软件有限公司 应用的启动方法及装置、电子设备及存储介质
CN112162796A (zh) * 2020-10-10 2021-01-01 Oppo广东移动通信有限公司 应用启动的方法、装置、终端设备以及存储介质
CN115061740B (zh) * 2021-11-19 2023-05-26 荣耀终端有限公司 应用程序处理方法及装置
KR20240062273A (ko) * 2022-10-28 2024-05-09 삼성전자주식회사 Iot 디바이스 제어 장치 및 제어 방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130120294A1 (en) * 2011-11-16 2013-05-16 Samsung Electronics Co. Ltd. Apparatus with touch screen for preloading multiple applications and method of controlling the same
CN103369508A (zh) * 2013-06-25 2013-10-23 华为技术有限公司 数据加载方法和终端设备
CN106528210A (zh) * 2016-10-20 2017-03-22 广东欧珀移动通信有限公司 一种应用程序的运行方法及装置
CN107783801A (zh) * 2017-11-06 2018-03-09 广东欧珀移动通信有限公司 应用程序预测模型建立、预加载方法、装置、介质及终端
CN108681475A (zh) * 2018-05-21 2018-10-19 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及移动终端

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120324481A1 (en) * 2011-06-16 2012-12-20 Samsung Electronics Co. Ltd. Adaptive termination and pre-launching policy for improving application startup time
US9508040B2 (en) * 2013-06-12 2016-11-29 Microsoft Technology Licensing, Llc Predictive pre-launch for applications
CN103376974A (zh) * 2013-06-28 2013-10-30 广州市动景计算机科技有限公司 一种窗口切换方法及装置
CN106547582A (zh) * 2015-09-22 2017-03-29 阿里巴巴集团控股有限公司 一种预处理方法及装置
CN108647055B (zh) * 2018-05-10 2021-05-04 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及终端

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130120294A1 (en) * 2011-11-16 2013-05-16 Samsung Electronics Co. Ltd. Apparatus with touch screen for preloading multiple applications and method of controlling the same
CN103369508A (zh) * 2013-06-25 2013-10-23 华为技术有限公司 数据加载方法和终端设备
CN106528210A (zh) * 2016-10-20 2017-03-22 广东欧珀移动通信有限公司 一种应用程序的运行方法及装置
CN107783801A (zh) * 2017-11-06 2018-03-09 广东欧珀移动通信有限公司 应用程序预测模型建立、预加载方法、装置、介质及终端
CN108681475A (zh) * 2018-05-21 2018-10-19 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及移动终端

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124632B (zh) * 2019-12-06 2024-02-13 西安易朴通讯技术有限公司 移动终端的优化方法、装置、终端设备及存储介质
CN111124632A (zh) * 2019-12-06 2020-05-08 西安易朴通讯技术有限公司 移动终端的优化方法、装置、终端设备及存储介质
CN111767837B (zh) * 2020-06-28 2023-12-05 中国计量大学 一种槽罐车装卸料时阀门操作规范性的视觉评估方法
CN111767837A (zh) * 2020-06-28 2020-10-13 中国计量大学 一种槽罐车装卸料时阀门操作规范性的视觉评估方法
CN111966603A (zh) * 2020-09-04 2020-11-20 网易(杭州)网络有限公司 内存泄露的检测方法及装置、可读存储介质及电子设备
CN111966603B (zh) * 2020-09-04 2024-01-19 网易(杭州)网络有限公司 内存泄露的检测方法及装置、可读存储介质及电子设备
CN112416402A (zh) * 2020-11-23 2021-02-26 百度在线网络技术(北京)有限公司 小程序更新方法、装置、电子设备和存储介质
CN112685104A (zh) * 2021-01-07 2021-04-20 北京字节跳动网络技术有限公司 应用程序启动控制方法、装置、电子设备和存储介质
CN115705241B (zh) * 2021-08-10 2023-12-15 荣耀终端有限公司 应用的调度方法及电子设备
CN115705241A (zh) * 2021-08-10 2023-02-17 荣耀终端有限公司 应用的调度方法及电子设备
CN114780167A (zh) * 2022-03-28 2022-07-22 上海幻电信息科技有限公司 基于ReactNative的预加载方法及系统
CN115002216A (zh) * 2022-04-27 2022-09-02 北京奇艺世纪科技有限公司 一种下载方法、装置、终端设备以及可读存储介质
CN115002216B (zh) * 2022-04-27 2024-02-23 北京奇艺世纪科技有限公司 一种下载方法、装置、终端设备以及可读存储介质

Also Published As

Publication number Publication date
CN108681475A (zh) 2018-10-19
CN108681475B (zh) 2021-11-26

Similar Documents

Publication Publication Date Title
WO2019223510A1 (fr) Procédé et appareil de réglage de préchargement de programme d'application, support de données et terminal mobile
WO2019223578A1 (fr) Procédé et appareil de préchargement de programme d'application, et support de stockage et terminal
CN108647055B (zh) 应用程序预加载方法、装置、存储介质及终端
CN108614722B (zh) 应用程序预加载方法、装置、存储介质及终端
CN108762843B (zh) 应用程序的预加载方法、装置、存储介质及智能终端
EP3575961B1 (fr) Procédé et appareil de mise à jour de modèle de prédiction d'application, support d'informations et terminal
EP3567477B1 (fr) Procédé de préchargement d'application, support d'informations et terminal
US11604660B2 (en) Method for launching application, storage medium, and terminal
CN108628645B (zh) 应用程序预加载方法、装置、存储介质及终端
WO2019233241A1 (fr) Procédé et appareil de démarrage de programme d'application, et support de stockage et terminal
US11099861B2 (en) Method for preloading application, storage medium, and terminal
EP3726378A1 (fr) Procédé et appareil de précharge de programme d'application, support d'informations et terminal
CN108762831B (zh) 应用程序预加载方法、装置、存储介质及终端
CN108595224B (zh) 应用程序提示方法、装置、存储介质及终端
WO2019228134A1 (fr) Procédé et dispositif de préchargement de programmes d'application, support de stockage, et terminal
CN108776599B (zh) 预加载应用的管理方法、装置、存储介质及智能终端
WO2019223511A1 (fr) Procédé et appareil de préchargement de programme d'application, support d'informations et terminal
WO2019223540A1 (fr) Procédé et appareil de préchargement de programme d'application, support de stockage, et terminal
CN108958828B (zh) 应用程序预加载方法、装置、存储介质及终端
WO2019218886A1 (fr) Procédé de gestion de préchargement d'application, dispositif, support de stockage et terminal intelligent
CN108647056B (zh) 应用程序预加载方法、装置、存储介质及终端
CN108762836B (zh) 预加载应用的管理方法、装置、存储介质及智能终端
WO2019214476A1 (fr) Procédé et dispositif de réglage de direction d'écran, support d'informations et terminal
WO2019228149A1 (fr) Procédé et appareil de collecte d'un échantillon de prédiction, support de stockage et terminal intelligent
CN108664286B (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: 19808019

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

Country of ref document: EP

Kind code of ref document: A1