WO2019223578A1 - Procédé et appareil de préchargement de programme d'application, et support de stockage et terminal - Google Patents

Procédé et appareil de préchargement de programme d'application, et support de stockage et terminal Download PDF

Info

Publication number
WO2019223578A1
WO2019223578A1 PCT/CN2019/086954 CN2019086954W WO2019223578A1 WO 2019223578 A1 WO2019223578 A1 WO 2019223578A1 CN 2019086954 W CN2019086954 W CN 2019086954W WO 2019223578 A1 WO2019223578 A1 WO 2019223578A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
preloaded
current
preset
target
Prior art date
Application number
PCT/CN2019/086954
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 WO2019223578A1 publication Critical patent/WO2019223578A1/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/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading

Definitions

  • the embodiments of the present application relate to the technical field of application preloading, for example, to a method, a device, a storage medium, and a terminal for preloading an application.
  • terminals such as smart phones, tablet computers, laptops, and smart home appliances have become essential electronic devices in people's daily lives.
  • terminal devices With the continuous intelligentization of terminal devices, most terminal devices are loaded with operating systems, enabling terminal devices to 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 terminal for preloading an application program, which can optimize a preloading solution for the application program in the terminal.
  • an embodiment of the present application provides an application preloading method, including: determining that an application to be preloaded is detected when an application preloading event is triggered; and for each of the applications to be preloaded, The pre-loaded application program determines a target application program that has a preset association relationship with the current to-be-pre-loaded application program; while pre-loading the currently-to-be-pre-loaded application program, or at the current to-be-pre-loaded application program After pre-loading, pre-load the target application.
  • an embodiment of the present application provides an application preloading device, including: an application to be preloaded determination module configured to determine an application to be preloaded when an application preloading event is triggered is detected; a target application determination module Is configured to determine, for each of the applications to be preloaded, a target application that has a preset association relationship with the current application to be preloaded; an application preloading module is configured to While pre-loading the currently-to-be-pre-loaded application, or after pre-loading the currently-to-be-pre-loaded application, pre-load the target application.
  • an embodiment of the present application provides a computer-readable storage medium on which a computer program is stored.
  • the program is executed by a processor, the method for preloading an application according to the first aspect of the embodiment of the present application is implemented.
  • an embodiment of the present application provides a 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 implementation is implemented as in the embodiment of the present application.
  • FIG. 1 is a schematic flowchart of an application preloading process 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 a 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 terminal according to an embodiment of the present application.
  • FIG. 9 is a schematic structural diagram of another 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 terminal. As shown in FIG. 1, the method includes steps 101 to 103.
  • step 101 when it is detected that an application preloading event is triggered, an application program to be preloaded is determined.
  • the terminal in the embodiments of the present application may include terminal devices such as a mobile phone, a tablet computer, a notebook computer, and smart home appliances.
  • the 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 a user's action meets a preset condition (such as picking up a terminal, entering a screen to unlock an operation, or inputting a terminal to unlock an operation, etc.); or when a change to a foreground application is detected, Trigger an application preload event; or you can trigger an application preload event immediately (or after a preset time period has elapsed) after the prediction process of the preloaded application ends; or you can trigger at regular intervals.
  • 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 application to be preloaded can be understood as an application that the user may soon open, which may be a fixed application that is set in advance, or an application that is predicted in a certain manner.
  • the applications to be preloaded may include one or more.
  • a prediction model may be used to make predictions on the application to be preloaded.
  • 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 preset initial model can be trained by using the training samples, and finally a prediction model for predicting the application to be preloaded can be obtained.
  • the elements included in the training sample may include a time series or sequence sequence in which the application is opened; may include the time, place, and frequency of the application being opened; and may include a running state of the terminal, such as a switch of a mobile data network Status, the connection status of the wireless hotspot, the identity information of the connected wireless hotspot, the currently running application, the previous foreground application, the length of time the current application stays in the background, the time when the current application was last switched to the background,
  • the plugging and unplugging status, charging status, battery power information, and screen display duration of the headphone jack can also include data collected by sensors integrated in the terminal, such as motion sensors, light sensors, temperature sensors, and humidity sensors.
  • an appropriate sample element can be selected according to the selected machine learning model, and the selected machine learning model can be determined according to the selected sample element. It can also be combined with the requirements of prediction accuracy and preset speed.
  • the selection of models and sample elements is not limited in the embodiments of the present application.
  • determining the application to be preloaded may include determining the application to be preloaded according to the previous output result of the prediction model, or may include performing prediction by using the prediction model to determine the current output result of the prediction model as the to be preloaded. application.
  • the prediction model may output the startup probability of each candidate application set in the candidate application set, and determine the candidate application with a higher startup probability as the standby application. Preload the application.
  • the determining an application to be preloaded includes: predicting a startup probability of a candidate application; and determining a preset number of candidate applications with a high startup probability as the application to be preloaded.
  • the candidate applications may include all applications installed in the terminal, and may also include some applications. Some applications may not include system applications or applications that are rarely used by users. This embodiment of the present application does not limit the manner and quantity of candidate application programs.
  • the candidate applications can be determined according to the number of times and / or the duration of use of each application within a preset period before the current time.
  • the preset period is, for example, one month.
  • the corresponding application is determined as a candidate application, or each application is sorted according to the number of times and / or the duration of use, and the top-ranked application is determined as a candidate application.
  • the prediction model described above may be used to determine the startup probability of each candidate application. For example, according to the training samples during prediction model training, current samples are collected, and the current samples are input into the prediction model to obtain the startup probability of each candidate application.
  • the startup probability can be sorted from high to low, and the candidate N applications (N is a preset value) are determined as the applications to be loaded. This setting can preload multiple applications, and these multiple applications are determined according to the startup probability, which can improve the accuracy of the prediction.
  • step 102 for each of the applications to be preloaded, a target application that has a preset association relationship with the current application to be preloaded is determined.
  • a target application that has a preset association relationship with the pre-loaded application is determined.
  • the application to be preloaded includes five applications, which are application A, application B, application C, application D, and application E, respectively, and these five applications (application A , Application B, application C, application D, and application E) the target application with a preset association relationship. It should be noted that, among the one or more applications to be preloaded, not necessarily each of the applications to be preloaded has a target application in a preset association relationship with it.
  • a preset association relationship between applications can be understood as an association between applications that meets a certain condition.
  • the preset association relationship may include an association start relationship.
  • the online shopping applications and online payment applications can be regarded as associated startup applications, that is, the online payment applications can be regarded as related to online shopping applications.
  • the application is an application with a preset association relationship.
  • users often share interesting, important or interesting news news through social applications to other users, and then they can share news reading applications and social
  • An application is regarded as an association startup application, that is, a social application can be regarded as an application that has a preset association relationship with a news reading application.
  • the preset association relationship may further include a relationship started in a fixed sequence. For example, users often open application B after using application A, then they can consider application A and application B as applications in a fixed sequential startup relationship, that is, application B is presented as application A. Application for preset associations.
  • a target application that has a preset association relationship with the current application to be preloaded may be determined based on the preset association application list, and a preset association relationship with the current application to be preloaded may be determined according to the associated application prediction model.
  • the target application can also be determined according to the user's selection of the target application that has a preset association relationship with the current to-be-loaded application. It should be noted that the embodiment of the present application does not limit the manner of determining the target application that has a preset association relationship with the current to-be-loaded application.
  • the target application that has a preset association relationship with the current application to be preloaded also belongs to the application to be preloaded, that is, the application to be preloaded includes a group of applications with a preset association relationship. program.
  • the target application that has a preset association relationship with the current application to be preloaded may also be an application program other than the application to be preloaded. This embodiment of the present application does not limit this.
  • step 103 while pre-loading the current to-be-pre-loaded application program, or after pre-loading the current to-be-pre-loaded application program, pre-load the target application program.
  • the current to-be-preloaded application program and the target application program are preloaded at the same time.
  • the current application to be preloaded is application A
  • the target application that has a preset association relationship with application A is application B
  • preload operation is performed on both application A and application B, that is, It is said that the preloading process of application A and application B can be performed in parallel.
  • the target application is preloaded after the current application to be preloaded is preloaded.
  • the target application can be preloaded after the preset duration of the current pre-loaded application is preloaded; after the pre-loading of the startup resources corresponding to the current to-be-loaded application is completely preloaded, the target application can be preloaded.
  • the target application is preloaded; it is also possible to preload the target application after preloading some of the startup resources corresponding to the current to-be-loaded application.
  • Part of the startup resources can be understood as the current to-be-loaded application startup Part of all the startup resources needed at the time. This embodiment of the present application does not limit this.
  • the specific process of preloading and the resources loaded are not limited, and the preloading of the target application is taken as an example for description.
  • a corresponding hardware resource can be allocated to a target application, and related data required for startup can be loaded based on the allocated hardware resource.
  • it may include application process startup, application service startup, memory allocation, file content reading, network data acquisition, and interface rendering.
  • pre-loaded resources can be determined based on the specific type of target application. For example, if the target application is a social software, you can preload the startup screen, contact list, and recent message records in the target application; if the target application is a game, you can preload the target application. Game background related data.
  • an application to be preloaded is determined, and for each of the applications to be preloaded in the application to be preloaded, the current application The target application whose pre-loaded application has a preset association relationship, while pre-loading the current to-be-pre-loaded application, or after pre-loading the current to-be-pre-loaded application, pre-load the target application .
  • determining a target application that has a preset association relationship with the current application to be preloaded includes: obtaining a list of preset association applications; wherein the list of preset association applications includes multiple groups of preset associations A combination of related application programs; and searching for a target application program that has a preset association relationship with a current to-be-loaded application program from the preset associated application list. This setting can simply and quickly determine a target application that has a preset association relationship with the current application to be preloaded.
  • the plurality of groups of application combinations in the preset association application included in the preset association application may be obtained by summing up a user's habits or rules of using the application.
  • the method for obtaining the preset associated application list includes: obtaining an application usage sequence and a number of occurrences corresponding to the application usage sequence within a preset time period; wherein the application usage sequence Including two applications launched in association; when the number of occurrences is greater than a preset number threshold, using the application sequence as an application combination in a preset association relationship, and generating an application based on the application combination
  • the preset associated application list is described. This setting can determine the preset associated application list that is more in line with the user's own according to the user's use of the application, thereby making the target application that is determined to have a preset association with the current to-be-loaded application more targeted. To better meet user needs.
  • the application uses the sequence, and the number of occurrences corresponding to the sequence used by the application is counted.
  • the number of occurrences corresponding to the application usage sequence is greater than the preset number of times threshold, it indicates that the user is habitually using the application usage sequence.
  • the application usage sequence may be used as an application combination in a preset association relationship, or That is, the application uses a strong association relationship between two applications in the sequence, and generates a preset associated application list based on the application combination. It can be understood that the preset association application list includes multiple groups of application combinations in a preset association relationship.
  • application A initiates a call request for application B, and application A associates and starts application B
  • the application usage sequence can be expressed as: ( Application A ⁇ Application B, 5), where 5 in (Application A ⁇ Application B, 5) indicates that Application A has been associated with starting Application B 5 times.
  • the application running in the foreground is switched from application C to application D, that is, after the user has used application C, the application D has appeared 10 times in a preset period of time.
  • the application sequence is expressed as: (application C ⁇ application D, 10).
  • an application sequence (application A ⁇ application B, 5) and (application C ⁇ application D, 10) may be used as an application combination in a preset association relationship.
  • the number in the application sequence indicates the number of occurrences of the application sequence within a preset time period. The more occurrences, that is, the larger the number, indicates that the two applications in the application sequence have a preset association relationship. The stronger the intensity.
  • the multiple applications may be used as target applications or associated.
  • the application with the highest intensity is used as the target application, and a preset number of applications with higher correlation strength may also be used as the target application, which is not limited in this embodiment of the present application.
  • the determined applications to be preloaded include: Taobao, QQ, Weibo, and WeChat.
  • the applications that have a preset association relationship with Taobao include Alipay and WeChat.
  • Alipay and WeChat can be used as the target application with a preset association with Taobao at the same time, or Alipay with a higher correlation strength can be used as the target application with a preset association with Taobao.
  • QQ, Weibo and WeChat in the application to be preloaded there is no target application that has a preset association relationship with it.
  • determining a target application that is in a preset association relationship with the current application to be preloaded includes: obtaining current usage scenario information; and determining that the application is to be preloaded with the current application to be preloaded according to the current usage scenario information. Set the target application for the relationship. This setting can reasonably determine the target application that has a preset association relationship with the current application to be preloaded according to the current usage scenario information.
  • the usage scene information includes at least one of the following: time information, date category, mobile data network switch status, wireless hotspot connection status, identity information of the connected wireless hotspot, previous foreground application, plug of the headphone jack Unplug status, charging status, battery power information, screen display duration, terminal motion status, location information, Bluetooth connection status, and last screen off time.
  • the user has different usage habits for different application application sequences, that is, the target application that is determined to have a preset association relationship with the current application to be preloaded is different. Therefore, The target application that has a preset association relationship with the current application to be preloaded can be determined according to the current usage scenario information.
  • the current application to be preloaded is Cool Dog Music. From the list of preset related applications, it can be determined that the applications that have a preset association relationship with Cool Dog Music include NetEase Cloud Music and iQiyi Video.
  • the target application corresponding to the current to-be-loaded application based on the current usage scenario information. For example, if the terminal is in motion at this time, you can use Netease Cloud Music as the target application with a preset association relationship with Kugou Music; if the terminal is in a static state at this time, you can use iQiyi Video as Kugou The target application for which the music is in a preset association relationship.
  • determining a target application that is in a preset association relationship with an application to be pre-loaded according to the current use scene information includes: inputting the current use scene information and the current application to be pre-loaded, and inputting In the pre-trained associated application prediction model, a target application that has a preset association relationship with the current to-be-preloaded application is determined according to an output result of the associated application prediction model; wherein the associated application prediction model is based on In the preset historical time period, the usage rules of different applications under different historical usage scene information are trained.
  • This setting can easily and quickly determine the target application that has a preset association relationship with the current to-be-loaded application under the current use scenario based on the pre-trained related application prediction model, and the target application obtained is more in line with user needs .
  • the associated application prediction model can be understood as that after inputting the current usage scenario information and the current application to be preloaded, it can be quickly determined that the current usage scenario information is preset with the current application to be preloaded.
  • the associated application prediction model may be a statistical model or a machine learning model, or a mixture of the two.
  • the algorithm used can also include RNN, LSTM network, threshold loop unit, simple loop unit, autoencoder, decision tree, random forest, feature mean classification, classification regression tree, hidden Markov, KNN algorithm, logistic regression model,
  • the Bayesian model, Gaussian model, KL divergence, etc. are not limited in the embodiments of the present application.
  • the application sequence under different historical usage scenario information is used as a training sample set, and the training The sample set is trained to generate a correlation application prediction model. That is, the usage rules of different application programs under different historical usage scene information are learned in a preset historical time period to generate a related application prediction model.
  • the obtained current usage scenario information and the current application to be preloaded are input into a related application prediction model, and the related application prediction model analyzes the current usage scenario information, and outputs a target that has a preset association relationship with the current to be preloaded application. application.
  • This setting can pre-load the applications in the preset association relationship according to the association relationship among the applications to be preloaded in order to improve the startup speed of the applications in the preset association relationship.
  • determining a target application that has a preset association relationship with the current application to be preloaded includes: according to the application to be preloaded The corresponding startup probability is from high to low. For each to-be-pre-loaded application in the to-be-pre-loaded applications, it is determined from the to-be-loaded application that there is a preset association with the current to-be-loaded application.
  • the target application of the relationship; pre-loading the target application after pre-loading the current to-be-loaded application includes: pre-loading the current to-be-pre-loaded application, and presetting After the duration, pre-load the target application. This setting can further improve the startup speed of applications that have a preset association relationship while saving memory space.
  • the current to-be-pre-loaded application and the current to-be-pre-loaded application are pre-loaded.
  • the order of the startup probability corresponding to the application to be preloaded from high to low is: Taobao, WeChat, QQ, Gaode Map, Alipay, and Today's Headline. According to the above ranking, it is determined whether there is a target application in the foregoing to-be-loaded application program that has a preset association relationship with the current to-be-loaded application program.
  • pre-loading the current to-be-loaded application program includes: pre-loading an application interface corresponding to the current to-be-loaded application program based on a pre-created pre-loading active window stack, wherein the pre-loading The boundary coordinates corresponding to the loading active window stack are outside the coordinate range of the display screen; or, pre-loading the target application includes: pre-loading the target application corresponding to the target application based on a pre-created pre-load active window stack An application interface, wherein the boundary coordinates corresponding to the preloaded active window stack are outside the coordinate range of the display screen.
  • the following description takes the preloading of the target application as an example.
  • 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.
  • 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 task stack
  • Stack active window stack
  • a Task corresponds to an application.
  • a Task is used to store Activities.
  • a Task can store one or more Activities, and these Activities follow the "first in, first out, last in, first out" principle.
  • Stack is also used to manage Tasks. Generally, a Stack manages the Tasks that each Activity needs to display on a screen.
  • a Stack can manage one or more Tasks.
  • Stack also follows the basic management principles of the Stack.
  • 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 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 can have its own size, which can include the upper, lower, left, and right coordinates in a coordinate system with the upper left corner of the 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 target application program 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 the user. It is not visible, so it will not affect the display content of the foreground application on the display screen.
  • Home Stack represents the stack displayed by desktop applications
  • App Stack represents the stack displayed by third-party applications
  • the contained content can be displayed on a display screen, which is collectively referred to as an application active window stack in the embodiments of the present application.
  • a preloaded active window stack is added to indicate 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, and are 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 preloading outside the display screen.
  • the creation timing of the preloaded stack is not limited.
  • the preloaded stack is set to the resident state by default before the terminal leaves the factory, that is, the preloaded stack always exists; the terminal can also be successfully opened when the terminal is powered on or the terminal is unlocked successfully. Create later; it can also be created after the application preload event is triggered (before the target application is determined) and so on.
  • pre-loading an application interface corresponding to the target application based on a pre-created pre-loaded active window stack includes: determining whether a pre-created pre-loaded active window stack exists; if not, according to the pre-built Set a rule to create a preloaded active window stack; preload an application interface corresponding to the target application based on the created preloaded active window stack.
  • This setting can determine whether the pre-loaded stack exists after determining the target application to be pre-loaded. If it exists, it does not need to be created, and if it does not exist, it is created to save system resources.
  • the target application contains multiple, that is, when multiple applications need to be preloaded continuously in a short period of time, before the first target application starts to load, the preloading Stack has been created, then the first Before the two target applications start to load, the pre-loaded stack exists, so you don't need to make the above judgment.
  • the specific process of the application interface corresponding to the preload target application based on the preloaded stack is not limited.
  • the application interface may be drawn and displayed based on the size of the preloaded stack.
  • pre-loading an application interface corresponding to the target application based on a pre-created pre-loaded active window stack includes: creating a target process corresponding to the target application; in a pre-created pre-loaded active window A task stack corresponding to the target application is created in the stack; an active window corresponding to the target application is started in the task stack based on the target process; and a target application corresponding to the target application is drawn and displayed based on the started active window.
  • Application interface This setting can draw and display the application interface of the target application based on the preloaded active window stack outside the screen coordinate range, without interfering with the operation and display of the foreground application, ensuring system stability, and effectively improving the startup of the target application. Speed.
  • the initialization process of the target process can also be included.
  • pre-loading of other resources may also be involved, such as application service startup, memory allocation, file content reading, and network data acquisition.
  • the embodiments of this application do not limit the pre-loading process of other resources.
  • the method further includes: sending a fake focus notification to the target application, and maintaining a continuous drawing and display update of an application interface corresponding to the target application within a preset time period based on the fake focus notification.
  • This setting can complete the drawing and display of the application interface when the target application obtains focus and is visible to the system, improving the completion of 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.
  • the system 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 application side can forge the focus by separating the system side and the application side from inputting focus information.
  • the pre-loaded application forges the focus notification so that the pre-loaded application has the focus information, but the system-side focus information is still correct. In this way, the pre-loaded application can draw normally and achieve full 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.
  • the length of the preset time period includes a playing time of starting an advertisement or starting an animation in the target application.
  • 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 startup advertisement or startup animation can be played out of the screen before the target application is started.
  • the target application When the target application is started, the main page of the application or other user-operable interface can be directly entered, so that The operational time of the target application is further advanced, reducing waiting time.
  • the method further includes: when receiving a running instruction of the target application, loading the pre-load An application interface corresponding to the target application included in the active window stack is migrated to the display screen for display.
  • This setting can directly migrate the already drawn application interface to the display screen for display when the target application really needs to be started, which can achieve fast switching of the application interface and improve startup speed.
  • 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; 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.
  • This setting can ensure the stability of the interface migration process, and ensure that there are no screens, black screens, or slow migration speeds during the recovery process.
  • 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 The application program is displayed in a horizontal screen mode (such as some online games) by default.
  • some applications may switch between the horizontal and vertical screen display as the user holds the 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.
  • the display screen is in the vertical screen mode
  • the origin of the terminal system coordinates is the left vertex (0,0) of the display screen 201
  • the width direction of the display screen 201 is the X axis
  • the height direction is the Y axis.
  • 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.
  • the display screen is in landscape mode
  • the origin of the 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 loading Stack202 are (H, 0, 2H, H), where 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 area.
  • 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 applicant set the size of the preloaded stack to (H, 0, 2H, H).
  • FIG. 4 is a schematic diagram of an application interface migration provided by an embodiment of the present application.
  • an application corresponding to the target application included in the active window stack is preloaded.
  • the interface 401 is migrated 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 to thereby apply the interface. Able to display 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 steps 501 to 507.
  • step 501 the application usage sequence and the number of occurrences corresponding to the application usage sequence within a preset time period are obtained.
  • the application usage sequence includes two applications that are launched in association.
  • the preset time period can be set to the duration of one month.
  • step 502 when the number of occurrences is greater than the preset number of times threshold, the application uses the sequence as an application combination in a preset association relationship, and generates a preset associated application list based on the application combination.
  • the application uses a sequence: Taobao ⁇ Alipay
  • the number of occurrences is 10 in a month, which is greater than the preset number threshold 3
  • the application Taobao ⁇ Alipay can use the sequence as an application with a preset association relationship.
  • the combination that is, the generated preset associated application list includes the application combination Taobao ⁇ Alipay.
  • the sequence of application use: Jingdong Mall ⁇ Suning Tesco in a month, the number of occurrences is 6 times, greater than the preset number threshold 3, you can use the sequence of Jingdong Mall ⁇ Suning Tesco as a presentation
  • the application combination of the preset association relationship, that is, the generated preset association application list includes the application combination of Jingdong Mall ⁇ Suning Tesco.
  • step 503 when it is detected that the application preloading event is triggered, the application program to be preloaded is determined.
  • step 504 the preset associated application list is obtained.
  • the preset association application list includes multiple groups of application combinations that are in a preset association relationship.
  • step 505 for each application to be preloaded in the application to be preloaded, a target application in a preset association relationship with the current application to be preloaded is searched from the preset associated application list.
  • the current application to be preloaded is Taobao.
  • the target application that has a preset association relationship with Taobao can be determined as a payment package.
  • step 506 the target application is pre-loaded while pre-loading the current to-be-pre-loaded application or after pre-loading the current to-be-pre-loaded application.
  • Taobao and Alipay are preloaded at the same time, or Taobao is preloaded first, and Alipay is preloaded after a preset period of time.
  • step 507 when receiving the running instruction of the application to be loaded or the target application, the to-be-loaded application or the target application is started based on the pre-loaded resource.
  • the user clicks the desktop icon corresponding to Taobao, he receives a Taobao running instruction, and starts Taobao based on the pre-loaded resources, which can effectively improve the startup speed of Taobao. If the user needs to call Alipay in the process of using Taobao, he can start Alipay directly based on the pre-loaded resources, or it can increase the startup speed of Alipay.
  • a target in a preset association relationship with the current application to be preloaded is searched from the preset associated application list.
  • Application pre-load the target application while or after pre-loading the current application to be pre-loaded, to easily and quickly determine the target application that has a preset association relationship with the current application to be pre-loaded , Can better reflect the user's needs, and improve the startup speed of applications with preset associations.
  • FIG. 6 is a schematic flowchart of another application preloading method according to an embodiment of the present application. The method includes steps 601 to 607.
  • step 601 when it is detected that the application preloading event is triggered, a preset prediction model is used to predict the application program to be preloaded and the startup probability corresponding to the application program to be preloaded.
  • the application to be preloaded and the corresponding startup probability are: application B (30%), application J (22%), application D (6%), application F (2%), application Program A (10%), Application H (16%).
  • step 602 the application programs to be preloaded are sorted in the order of the startup probability corresponding to the applications to be preloaded from high to low.
  • the results of sorting the to-be-preloaded applications in order of the startup probability corresponding to the to-be-loaded applications are: application B, application J, application H, Application A, Application D, Application F.
  • step 603 the current usage scene information is acquired.
  • the current usage scenario information includes at least one of the following: time information, date category, mobile data network switch status, wireless hotspot connection status, identity information of the connected wireless hotspot, previous foreground application, and earphone jack Insertion and removal status, charging status, battery power information, screen display duration, terminal motion status, location information, Bluetooth connection status, and last screen off time.
  • step 604 for each to-be-pre-loaded application in the to-be-pre-loaded application, the current usage scene information and the current Preload the application and enter it into a pre-trained associated application prediction model.
  • the related application prediction model is trained according to usage rules of different application programs under different historical usage scene information in a preset historical time period.
  • step 605 a target application that has a preset association relationship with the current to-be-loaded application is determined according to an output result of the associated application prediction model.
  • the target application that has a preset association relationship with the current application to be preloaded may also belong to one of the applications to be preloaded, or may not belong to one of the applications to be preloaded, that is, the application to be preloaded. Applications outside the program.
  • the application J and the application D both belong to the application to be pre-loaded predicted by a preset prediction model.
  • the application program H belongs to a pre-loaded application program predicted by a preset prediction model, and the application program E does not belong to a preset prediction The application to be preloaded as predicted by the model.
  • step 606 an application interface corresponding to the current to-be-preloaded application program is preloaded based on a pre-created preloaded active window stack, and after a preset duration, the target is preloaded based on a pre-created preloaded active window stack.
  • Application interface corresponding to the application is preloaded based on a pre-created preloaded active window stack, and after a preset duration, the target is preloaded based on a pre-created preloaded active window stack.
  • the boundary coordinates corresponding to the preloaded active window stack are located outside the coordinate range of the display screen.
  • step 607 upon receiving the running instruction of the application to be loaded or the target application, the application interface corresponding to the application to be loaded or the target application included in the preloaded active window stack is migrated to the display screen for display.
  • the user after the user clicks the desktop icon corresponding to the application J, the user receives a running instruction of the application J, and migrates the application interface corresponding to the application J included in the preloaded active window stack to a display screen for display.
  • the user clicks the desktop icon corresponding to the application D the user receives a running instruction of the application D, and migrates the application interface corresponding to the application D included in the preloaded active window stack to the display screen for display.
  • the application preloading method provided by the embodiment of the present application in order of the startup probability corresponding to the application to be preloaded, from high to low, for each application to be preloaded in the application to be preloaded, the current usage scene information is And the current application to be preloaded, input to the pre-trained related application prediction model, and according to the output result of the related application prediction model, determine the target application that has a preset association relationship with the current to-be-loaded application, and Load the application for pre-loading, and pre-load the target application after a preset duration.
  • the target application that has a preset association relationship with the current to-be-loaded application under the current usage scenario can be simply and quickly determined, and the obtained target application is more relevant. It meets the needs of users and can further improve the startup speed of applications with preset association relationships.
  • FIG. 7 is a schematic structural 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 terminal.
  • An application program to be started may be implemented by executing an application preloading method. Do a preload.
  • the device includes an application determination module 701 to be preloaded, a target application determination module 702, and an application preloading module 703.
  • the application to be preloaded determination module 701 is configured to determine an application to be preloaded when it is detected that an application preloading event is triggered.
  • the target application determining module 702 is configured to determine, for each of the applications to be preloaded, a target application that is in a preset association relationship with the current application to be preloaded.
  • the application preloading module 703 is configured to preload the target application program while preloading the application program to be currently preloaded or after preloading the application program to be currently preloaded.
  • the application preloading device when detecting that an application preloading event is triggered, determines an application to be preloaded, and determines, for each application to be preloaded in the application to be preloaded, the current preloaded application.
  • the target application whose pre-loaded application has a preset association relationship, while pre-loading the current to-be-pre-loaded application, or after pre-loading the current to-be-pre-loaded application, pre-load the target application .
  • pre-loading applications that have a preset association relationship at the same time or pre-loading sequentially according to the association relationship can improve the hit rate of pre-loading applications that are actually started by the user, and further improve the The startup speed of the application with the preset relationship.
  • the target application determination module is configured to: obtain a preset associated application list; wherein the preset associated application list includes multiple groups of application combinations in a preset association relationship; Let the target application list be found in the associated application list with a preset association relationship with the current to-be-loaded application.
  • the method for obtaining the preset associated application list includes: obtaining an application usage sequence and a number of occurrences corresponding to the application usage sequence within a preset time period; wherein the application usage sequence Including two applications launched in association; when the number of occurrences is greater than a preset number threshold, using the application sequence as an application combination in a preset association relationship, and generating an application based on the application combination
  • the preset associated application list is described.
  • the target application determination module includes: a scene information acquisition unit configured to acquire current usage scenario information; a target application determination unit configured to determine an application to be currently preloaded based on the current usage scenario information
  • the program is a target application with a preset association relationship.
  • the target application determining unit is configured to: input the current usage scene information and the current application to be preloaded into a pre-trained related application prediction model, and predict based on the related application prediction model.
  • the output result determines a target application that has a preset association relationship with the current to-be-preloaded application program; wherein the associated application prediction model is based on the information of different application programs under different historical usage scenarios within a preset historical time period. Obtained using regular training.
  • the use scene information includes at least one of the following: time information, date category, mobile data network switch status, wireless hotspot connection status, identity information of the connected wireless hotspot, previous foreground application, headset The jack's plugging and unplugging status, charging status, battery power information, screen display time, terminal's motion status, location information, Bluetooth connection status, and last screen off time.
  • the target application determining module is configured to: in the order of the startup probability corresponding to the application to be preloaded from high to low, for each application to be preloaded in the application to be preloaded To determine, from the applications to be preloaded, a target application that has a preset association relationship with the current application to be preloaded;
  • the application preloading module is configured to preload the current application to be preloaded, and preload the target application after a preset duration.
  • pre-loading the current to-be-loaded application program includes pre-loading an application interface corresponding to the current to-be-loaded application program based on a pre-created pre-loading active window stack, wherein the The boundary coordinates corresponding to the loading active window stack are outside the coordinate range of the display screen; or the preloading the target application includes: preloading the target application corresponding to the target application based on a pre-created preloading active window stack.
  • An application interface wherein the boundary coordinates corresponding to the preloaded active window stack are outside the coordinate range of the display screen.
  • An embodiment of the present application further provides a storage medium containing computer-executable instructions.
  • the method is configured to perform an application preloading method.
  • the method includes: detecting an application preloading event. When triggered, determine the application to be preloaded; for each of the applications to be preloaded, determine a target application that has a preset association relationship with the current application to be preloaded; in While pre-loading the current to-be-loaded application program, or after pre-loading the current to-be-loaded application program, pre-load the target application program.
  • Storage medium any of various types of memory devices or storage devices.
  • the term "storage medium” is intended to include: installation media, such as Compact Read-Only Memory (CD-ROM), floppy disks, or magnetic tape devices; computer system memory or random access memory, such as dynamic random access memory ( Dynamic Random Access Memory (DRAM), Double Data Rate Random Access Memory (DDRRAM), Static Random Access Memory (SRAM), Extended Data Output Random Access (Extended Data Output Output) Random Access Memory (EDORAM), Rambus 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.
  • 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 for execution.
  • the term "storage medium" may include two or more storage media that may reside in different locations (e.g., 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 terminal according to an embodiment of the present application.
  • the terminal 800 may include: a memory 801, a processor 802, and a computer program stored in the memory and executable by the processor. When the processor 802 executes the computer program, the application program preloading according to the embodiment of the present application is implemented. method.
  • the terminal provided in the embodiment of the present application simultaneously preloads the applications in a preset association relationship or sequentially preloads according to the association relationship, which can improve the hit rate of preloading the applications that are actually started by the user, and further improve Speed of launching applications in preset associations.
  • FIG. 9 is a schematic structural diagram of another terminal according to an embodiment of the present application.
  • the terminal may include: a housing (not shown in the figure), a memory 901, a central processing unit (CPU) 902 (also referred to as processing). (Hereinafter referred to as CPU), 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 terminal according to an embodiment of the present application.
  • the terminal may include: a housing (not shown in the figure), a memory 901, a central processing unit (CPU) 902 (also referred to as processing). (Hereinafter referred to as CPU), 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 disposed on the circuit board; and the power supply circuit is configured to supply power to various circuits or devices of the terminal;
  • the memory 901 is configured to store executable program code; the CPU 902 runs a computer program corresponding to the executable program code by reading the executable program code stored in the memory 901 to implement the following steps: In the case where it is detected that the application preload event is triggered, determine the application to be preloaded; for each of the applications to be preloaded, determine to have a preset association relationship with the current application to be preloaded The target application program; while pre-loading the current to-be-loaded application program, or after pre-loading the current to-be-loaded application program, pre-loading the target application program.
  • the 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, and other
  • RF radio frequency
  • the input / control device 910, the touch screen 912, other input / control devices 910, and the external port 904, these components communicate through one or more communication buses or signal lines 907.
  • the illustrated terminal 900 is only an example of the terminal, and the terminal 900 may have more or fewer components than those shown in the figure, may combine two or more components, or may have Different component configurations.
  • the various components shown in the figures can 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 terminal uses a mobile phone as an example.
  • Memory 901 which can be accessed by CPU902, 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.
  • 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 configured to control 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 a user terminal and a user, and displays a 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 mainly 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 configured to perform 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.
  • the audio circuit 906 is mainly 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, the storage medium, and the terminal provided in the foregoing embodiments can execute the application preloading method provided by any embodiment of the present application, and have corresponding function modules 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)

Abstract

L'invention concerne un procédé et un appareil de préchargement de programme d'application, ainsi qu'un support de stockage et un terminal. Le procédé consiste à : lorsqu'il est détecté qu'un événement de préchargement d'application est déclenché, déterminer les programmes d'application à précharger (101) ; pour chacun des programmes d'application à précharger, déterminer un programme d'application cible ayant une relation d'association prédéfinie avec un programme d'application actuel à précharger (102) ; et précharger le programme d'application cible pendant que le programme d'application actuel à précharger est préchargé, ou après que le programme d'application actuel a été préchargé (103).
PCT/CN2019/086954 2018-05-21 2019-05-15 Procédé et appareil de préchargement de programme d'application, et support de stockage et terminal WO2019223578A1 (fr)

Applications Claiming Priority (2)

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

Publications (1)

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

Family

ID=63012233

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/086954 WO2019223578A1 (fr) 2018-05-21 2019-05-15 Procédé et appareil de préchargement de programme d'application, et support de stockage et terminal

Country Status (2)

Country Link
CN (1) CN108363593B (fr)
WO (1) WO2019223578A1 (fr)

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109960539A (zh) 2017-12-21 2019-07-02 广东欧珀移动通信有限公司 应用程序预加载方法、装置、存储介质及移动终端
CN108363593B (zh) * 2018-05-21 2020-01-21 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及终端
CN109189737B (zh) * 2018-08-18 2021-11-26 北京合思信息技术有限公司 根据时间分段在移动互联网内进行文件预取的方法及系统
CN109271352B (zh) * 2018-08-18 2021-10-22 上海豹云网络信息服务有限公司 在移动互联网内根据状态信息进行文件预取的方法及系统
CN109298906A (zh) * 2018-08-23 2019-02-01 Oppo广东移动通信有限公司 窗口呼出方法、窗口呼出装置及移动终端
CN109298907B (zh) * 2018-08-23 2021-03-26 Oppo广东移动通信有限公司 应用程序显示方法、应用程序显示装置及终端
CN109298910B (zh) * 2018-09-14 2022-03-11 Oppo广东移动通信有限公司 一种窗口呼出的方法、移动终端及计算机可读存储介质
CN109358927B (zh) * 2018-09-21 2020-05-01 Oppo广东移动通信有限公司 应用程序显示的方法、装置及终端设备
CN109271254A (zh) * 2018-09-25 2019-01-25 连尚(新昌)网络科技有限公司 应用间进程调起的方法、电子设备及介质
CN109358916A (zh) * 2018-11-20 2019-02-19 锐捷网络股份有限公司 嵌入式系统的启动方法及装置
KR20200100958A (ko) * 2019-02-19 2020-08-27 삼성전자주식회사 어플리케이션을 프리페치하는 전자 장치 및 방법
CN111694626B (zh) * 2019-03-15 2024-07-12 Oppo广东移动通信有限公司 应用跳转方法、装置、终端及存储介质
CN110069226B (zh) * 2019-04-01 2022-05-17 海信视像科技股份有限公司 一种显示设备内应用的移动显示方法及显示设备
CN110231963B (zh) * 2019-06-12 2022-11-15 Oppo广东移动通信有限公司 应用控制方法及相关装置
CN110471711A (zh) * 2019-07-31 2019-11-19 维沃移动通信有限公司 应用程序预加载方法及终端设备
CN112905255A (zh) * 2019-11-19 2021-06-04 阿里巴巴集团控股有限公司 信息处理方法、装置及电子设备
CN111007976B (zh) * 2019-11-26 2021-01-26 维沃移动通信有限公司 应用控制方法及终端设备
CN111599148A (zh) * 2020-03-06 2020-08-28 维沃移动通信有限公司 一种电子设备的连接方法及电子设备
CN111427629B (zh) * 2020-03-30 2023-03-17 北京梧桐车联科技有限责任公司 应用启动方法、装置、车机设备及存储介质
CN113747060B (zh) * 2021-08-12 2022-10-21 荣耀终端有限公司 图像处理的方法、设备、存储介质
CN113672303A (zh) * 2021-08-20 2021-11-19 Oppo广东移动通信有限公司 一种应用程序启动方法、电子设备、存储介质
CN115016855B (zh) * 2021-11-17 2023-05-09 荣耀终端有限公司 应用预加载的方法、设备和存储介质
CN116627534B (zh) * 2021-11-19 2024-04-05 荣耀终端有限公司 应用程序处理方法及装置
CN115080143A (zh) * 2022-06-14 2022-09-20 北京字跳网络技术有限公司 页面资源预加载方法、装置、设备及存储介质

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105700942A (zh) * 2015-12-30 2016-06-22 广东欧珀移动通信有限公司 应用进程关联启动方法及关联启动装置
CN106528210A (zh) * 2016-10-20 2017-03-22 广东欧珀移动通信有限公司 一种应用程序的运行方法及装置
CN106603872A (zh) * 2017-01-23 2017-04-26 努比亚技术有限公司 一种根据关联策略启动应用的方法、装置和移动终端
CN106843961A (zh) * 2017-01-19 2017-06-13 上海斐讯数据通信技术有限公司 一种手机应用程序预加载和清理的系统及其使用方法
CN107168727A (zh) * 2017-03-31 2017-09-15 咪咕数字传媒有限公司 一种应用程序进程启动方法及装置
CN107295044A (zh) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 一种进行应用程序管理的方法及设备
CN107291744A (zh) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 确定及运用应用程序之间的关系关联的方法及装置
CN107783801A (zh) * 2017-11-06 2018-03-09 广东欧珀移动通信有限公司 应用程序预测模型建立、预加载方法、装置、介质及终端
CN108363593A (zh) * 2018-05-21 2018-08-03 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及终端

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103106000B (zh) * 2013-01-23 2015-11-25 东莞宇龙通信科技有限公司 多焦点窗口的实现方法及通信终端
CN103376974A (zh) * 2013-06-28 2013-10-30 广州市动景计算机科技有限公司 一种窗口切换方法及装置
CN105657522B (zh) * 2016-01-05 2019-06-28 深圳市金立通信设备有限公司 一种视频播放的方法以及终端
CN106406966B (zh) * 2016-10-31 2020-04-07 维沃移动通信有限公司 一种应用程序的预加载方法及移动终端
CN107734616B (zh) * 2017-10-31 2021-01-15 Oppo广东移动通信有限公司 应用程序关闭方法、装置、存储介质和电子设备

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105700942A (zh) * 2015-12-30 2016-06-22 广东欧珀移动通信有限公司 应用进程关联启动方法及关联启动装置
CN107295044A (zh) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 一种进行应用程序管理的方法及设备
CN107291744A (zh) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 确定及运用应用程序之间的关系关联的方法及装置
CN106528210A (zh) * 2016-10-20 2017-03-22 广东欧珀移动通信有限公司 一种应用程序的运行方法及装置
CN106843961A (zh) * 2017-01-19 2017-06-13 上海斐讯数据通信技术有限公司 一种手机应用程序预加载和清理的系统及其使用方法
CN106603872A (zh) * 2017-01-23 2017-04-26 努比亚技术有限公司 一种根据关联策略启动应用的方法、装置和移动终端
CN107168727A (zh) * 2017-03-31 2017-09-15 咪咕数字传媒有限公司 一种应用程序进程启动方法及装置
CN107783801A (zh) * 2017-11-06 2018-03-09 广东欧珀移动通信有限公司 应用程序预测模型建立、预加载方法、装置、介质及终端
CN108363593A (zh) * 2018-05-21 2018-08-03 Oppo广东移动通信有限公司 应用程序预加载方法、装置、存储介质及终端

Also Published As

Publication number Publication date
CN108363593B (zh) 2020-01-21
CN108363593A (zh) 2018-08-03

Similar Documents

Publication Publication Date Title
WO2019223578A1 (fr) Procédé et appareil de préchargement de programme d'application, et support de stockage et terminal
WO2019223510A1 (fr) Procédé et appareil de réglage de préchargement de programme d'application, support de données et terminal mobile
US11086663B2 (en) Preloading application using active window stack
EP3575962B1 (fr) Procédé et dispositif de préchargement d'application, support d'enregistrement et terminal intelligent
US11604660B2 (en) Method for launching application, storage medium, and terminal
US11397590B2 (en) Method for preloading application, storage medium, and terminal
WO2019233241A1 (fr) Procédé et appareil de démarrage de programme d'application, et support de stockage et terminal
US11467855B2 (en) Application preloading method and device, storage medium and terminal
CN108647055B (zh) 应用程序预加载方法、装置、存储介质及终端
EP3575961B1 (fr) Procédé et appareil de mise à jour de modèle de prédiction d'application, support d'informations et terminal
CN108647052B (zh) 应用程序预加载方法、装置、存储介质及终端
US11099861B2 (en) Method for preloading application, storage medium, and terminal
CN108762831B (zh) 应用程序预加载方法、装置、存储介质及终端
WO2019223511A1 (fr) Procédé et appareil de préchargement de programme d'application, support d'informations et terminal
CN108595224B (zh) 应用程序提示方法、装置、存储介质及终端
CN108958828B (zh) 应用程序预加载方法、装置、存储介质及终端
WO2019218886A1 (fr) Procédé de gestion de préchargement d'application, dispositif, support de stockage et terminal intelligent
WO2019228134A1 (fr) Procédé et dispositif de préchargement de programmes d'application, support de stockage, et terminal
WO2019214477A1 (fr) Procédé et dispositif de traitement de préchargement de programme d'application, support de stockage et terminal
WO2019228149A1 (fr) Procédé et appareil de collecte d'un échantillon de prédiction, support de stockage et terminal intelligent

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

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

Country of ref document: EP

Kind code of ref document: A1