CN114090121A - Application program control method and device, storage medium and electronic equipment - Google Patents

Application program control method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN114090121A
CN114090121A CN202111360529.0A CN202111360529A CN114090121A CN 114090121 A CN114090121 A CN 114090121A CN 202111360529 A CN202111360529 A CN 202111360529A CN 114090121 A CN114090121 A CN 114090121A
Authority
CN
China
Prior art keywords
name information
application program
class name
application
package name
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202111360529.0A
Other languages
Chinese (zh)
Inventor
吴启军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Wingtech Information Technology Co Ltd
Original Assignee
Xian Wingtech Information Technology Co Ltd
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 Xian Wingtech Information Technology Co Ltd filed Critical Xian Wingtech Information Technology Co Ltd
Priority to CN202111360529.0A priority Critical patent/CN114090121A/en
Publication of CN114090121A publication Critical patent/CN114090121A/en
Pending legal-status Critical Current

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/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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

Abstract

The invention provides an application program control method and device, a storage medium and electronic equipment, wherein the method comprises the following steps: detecting that the application program fails to start, and acquiring package name information and current class name information corresponding to the application program; determining update class name information corresponding to the application program according to the package name information; and controlling the restart of the application program according to the package name information and the updated class name information. According to the method and the device, the detection for starting the application program is added, the package name information and the current class name information corresponding to the application program are obtained after the application program is determined to be failed to start, the updated class name information corresponding to the application program is determined according to the package name information, the package name information corresponds to the updated class name information, the application program is controlled to restart based on the package name information and the updated class name information, the problem that the application program cannot be normally started due to the change of the class name information is solved, the starting strategy of the application program is optimized, and the user experience is improved.

Description

Application program control method and device, storage medium and electronic equipment
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an application control method and apparatus, a storage medium, and an electronic device.
Background
With the rapid development of mobile internet and electronic technology, the processing capacity of mobile terminal equipment is stronger and stronger, which brings great convenience to the life of people.
Before the mobile terminal device leaves a factory, a terminal manufacturer sets some common and distinctive applications on an interface of a desktop Launcher (Launcher) so as to be convenient for a user to use, for a customized mobile terminal device, such as a model customized by an operator, the operator may require to set the applications customized by the operator in advance on the interface, and in addition, the user may generally place some common applications at a position where a desktop is more conspicuous according to personal preferences.
However, sometimes version update or other system configuration upgrade occurs to an application program on a desktop launcher, which causes a class name of the application program to change, so that a user cannot open the application program and think that a problem occurs in the system, and thus a user logout behavior occurs, which causes poor user experience.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art.
Therefore, a first object of the present invention is to provide an application program control method, which adds a detection for starting an application program, obtains package name information and current class name information corresponding to the application program after determining that the application program fails to start, determines update class name information corresponding to the application program according to the package name information, so that the package name information corresponds to the update class name information, and controls the application program to restart based on the package name information and the updated class name information, thereby avoiding a problem that the application program cannot be normally started due to an abnormal change in the class name information, optimizing a start policy of the application program, and further improving user experience.
Therefore, a second object of the present invention is to provide an application control device.
To this end, a third object of the invention is to propose a computer-readable storage medium.
To this end, a fourth object of the invention is to propose an electronic device.
In order to achieve the above object, an embodiment of a first aspect of the present invention proposes an application control method, including: detecting that an application program fails to start, and acquiring package name information and current class name information corresponding to the application program; determining update class name information corresponding to the application program according to the package name information; and controlling the restart of the application program according to the package name information and the updated class name information.
According to the application program control method, by adding detection on the starting of the application program, after the application program is determined to be failed to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, the package name information corresponds to the updated class name information, the application program is controlled to restart based on the package name information and the updated class name information, the problem that the application program cannot be normally started due to the fact that the class name information changes is solved, the starting strategy of the application program is optimized, and user experience is improved.
In some embodiments, the determining, according to the package name information, update class information corresponding to the application program includes: acquiring a list information set consisting of package name information and class name information corresponding to all application programs on a desktop manager; and determining the updated class name information according to the package name information and the list information set.
In some embodiments, determining the updated class name information from the set of package name information and the list information comprises: and inquiring class name information corresponding to the package name information in the list information set according to the package name information to serve as the updated class name information.
In some embodiments, before controlling the application program to start according to the package name information and the update class name information, the method further includes: and replacing the current class name information with the updated class name information.
In some embodiments, after controlling the application program to start according to the package name information and the update class name information, the method further includes: and storing the updated class name information into a database of the desktop manager so as to update the database.
In some embodiments, the detecting of the application start failure comprises: and detecting the abnormity that the current class name does not exist and the application program cannot be started when the application program is started.
In some embodiments, before detecting the application failure, further comprising: determining that the application update is complete.
In order to achieve the above object, an embodiment of a second aspect of the present invention provides an application control apparatus, including: the detection module is used for detecting the starting failure of the application program and acquiring the package name information and the current class name information corresponding to the application program; the determining module is used for determining the update class name information corresponding to the application program according to the package name information; and the control module is used for controlling the restart of the application program according to the package name information and the updated class name information.
According to the application program control device provided by the embodiment of the invention, by adding detection on the starting of the application program, after the application program is determined to be failed to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, so that the package name information corresponds to the updated class name information, the application program is controlled to restart based on the package name information and the updated class name information, the problem that the application program cannot be normally started due to the abnormal change of the class name information is avoided, the starting strategy of the application program is optimized, and the user experience is further improved.
In order to achieve the above object, a non-transitory computer-readable storage medium is provided in an embodiment of a third aspect of the present invention, and the computer-readable storage medium stores an application control program thereon, and the application control program, when executed by a processor, implements the application control method according to the above embodiment.
In order to achieve the above object, a fourth aspect of the present invention provides an electronic device, including: the application control device of the above embodiment; alternatively, a processor, a memory and an application control program stored on the memory and executable on the processor, the application control program when executed by the processor implementing the application control method as described in the above embodiments.
According to the electronic equipment provided by the embodiment of the invention, by adding the detection for starting the application program, after the application program is determined to fail to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, so that the package name information corresponds to the updated class name information, and the application program is controlled to restart based on the package name information and the updated class name information, so that the problem that the application program cannot be normally started due to the abnormal change of the class name information is avoided, the starting strategy of the application program is optimized, and the user experience is further improved.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow diagram of an application control method according to one embodiment of the invention;
FIG. 2 is a block diagram of an application control device according to one embodiment of the present invention;
FIG. 3 is a block diagram of an electronic device according to one embodiment of the invention.
Detailed Description
Embodiments of the present invention will be described in detail below, the embodiments described with reference to the drawings being illustrative, and the embodiments of the present invention will be described in detail below.
In the related art, a manufacturer of a mobile terminal device specifies a location of the mobile terminal device on a desktop in an xml configuration file by a package name and a class name of an application program, and when the mobile terminal device is powered on, the xml configuration file is loaded into a database of the desktop, and when a user holds the mobile terminal device, for example, holds a mobile phone, the user may add or delete the application program on the desktop in a dragging manner, or change a layout of the application on the desktop in a dragging manner, so that the database on the desktop of a Launcher is updated accordingly, wherein when the application program is updated, the terminal manufacturer may update the application program through an Over-the-Air Technology (Over-the-Air Technology), or the user updates the application program through a software store.
When a user clicks the application program corresponding to the application program, the Launcher desktop acquires the packet name information and the class name information corresponding to the application program through the query data path, and starts the application program through the packet name information and the class name information, however, when the application program is updated, the database on the corresponding Launcher desktop is not updated, at this time, the class name information is changed, and the user clicks the application program, and the Launcher desktop acquires the original packet name information and the class name information through database query, so that the application program cannot be started normally. Therefore, according to the application program control method provided by the embodiment of the invention, when the change of the class name is detected and the application program cannot be started, the updated class name information corresponding to the application program is determined according to the package name information, and the application program is controlled to be restarted according to the package name information and the updated class name information, so that the application program can be smoothly opened, and the problem that the application program cannot be normally started due to the change of the class name information is avoided.
The application control method according to the embodiment of the present invention is described below with reference to fig. 1, and as shown in fig. 1, the application control method of the embodiment of the present invention includes at least steps S1 through S3.
Step S1, detecting that the application program fails to start, and acquiring package name information and current class name information corresponding to the application program.
The package name information is the only mark of the application program, different application programs can be identified through the package name information, and if the same package name information exists, installation coverage can be prompted when the application program is installed. The class name information is the name of an application main window program, in other words, the main window is an interface for man-machine interaction, and the main window program is also the first main window program interface after the application program is opened.
For example, when a user clicks an application on a desktop, the application is started by querying package name information and class name information corresponding to the application, and when it is detected that the class name information changes, a situation that the application fails to start occurs, and at this time, the package name information and current class name information corresponding to the application are obtained.
Step S2, the update class name information corresponding to the application program is determined according to the package name information.
In an embodiment, the updated class name information is target class name information corresponding to package name information in the application program, and when it is detected that the application program is failed to start, the application program cannot be started successfully through the current class name information and the package name information.
Generally, the package name information of the application is not changed, and after the update class name information corresponding to the package name information is determined based on the package name information, it is convenient to control the start of the application based on the package name information and the update type information.
And step S3, controlling the application program to restart according to the package name information and the updated class name information.
In the embodiment, after the package name information and the updated class name information are determined, because the package name information and the updated class name information are corresponding, when a user clicks an application program on a desktop, because the package name information and the updated class name information are also corresponding to the application program, an action of restarting the application program is initiated again based on the package name information and the updated class name information to control the application program to restart, so that the application program can be smoothly opened, and the problem that the application program cannot be normally started due to the fact that the class name information changes is avoided.
According to the application program control method, by adding detection on the starting of the application program, after the application program is determined to be failed to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, the package name information corresponds to the updated class name information, the application program is controlled to restart based on the package name information and the updated class name information, the problem that the application program cannot be normally started due to the fact that the class name information changes is solved, the starting strategy of the application program is optimized, and user experience is improved.
In some embodiments, determining the update class information corresponding to the application according to the package name information includes: acquiring a list information set consisting of package name information and class name information corresponding to all application programs on a desktop manager; and determining updated class name information according to the package name information and the list information set.
In an embodiment, the list information set includes package name information and class name information corresponding to all applications on the desktop manager, and the applications in the list information set can be displayed on the desktop manager. And after the update class name information is determined, the application program can be successfully started according to the package name information and the updated class name information.
In some embodiments, before controlling the application to start according to the package name information and the update class name information, the method further includes: the current class name information is replaced with the updated class name information. It can be understood that the current class name information is changed, and the class name information corresponding to the package name information is not existed in the query from the database, so that the updated class name information is used to replace the current class name information, so that the package name information corresponds to the updated class name information, and the application program is restarted.
In some embodiments, after the controlling the application program to start according to the package name information and the updated class name information, the method further includes: and storing the updated class name information into a database of the desktop manager so as to update the database.
In the embodiment, after the updated class name information is determined, the updated class name information is stored in the database of the desktop manager to replace the old class name information in the database, so that when the application program is restarted, the package name information and the updated class name information are directly inquired from the database, the opening time of the application program is saved, the correctness of the updated class name information is guaranteed, and the user experience is improved.
In some embodiments, detecting an application launch failure comprises: and detecting the abnormity that the current class name does not exist and the application program cannot be started when the application program is started. It is understood that, when the application is updated, the current class name information may be changed, and therefore, if the application is opened according to the current class name information and the package name information, a situation that the class name does not exist may occur, resulting in a failed start of the application.
In some embodiments, before detecting the application failure, further comprising: it is determined that the application update is complete. Specifically, after the application program is determined to be updated, the application program is started, and the problem that the application program cannot be opened due to the fact that the application program is started in the updating process is solved.
According to the application program control method, by adding detection on the starting of the application program, after the application program is determined to be failed to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, the package name information corresponds to the updated class name information, the application program is controlled to restart based on the package name information and the updated class name information, the problem that the application program cannot be normally started due to the fact that the class name information changes is solved, the starting strategy of the application program is optimized, and user experience is improved.
An application control device of an embodiment of the present invention is described below.
As shown in fig. 2, the application control device 2 according to the embodiment of the present invention includes: the system comprises a detection module 20, a determination module 21 and a control module 22, wherein the detection module 20 is used for detecting that the application program fails to start and acquiring the package name information and the current class name information corresponding to the application program; the determining module 21 is configured to determine, according to the package name information, update class name information corresponding to the application program; the control module 22 is used for controlling the restart of the application program according to the package name information and the update class name information.
According to the application program control device 2 provided by the embodiment of the invention, by adding detection on the start of the application program, after the application program is determined to fail to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, so that the package name information corresponds to the updated class name information, the application program is controlled to restart based on the package name information and the updated class name information, the problem that the application program cannot be normally started due to the abnormal change of the class name information is avoided, the start strategy of the application program is optimized, and the user experience is further improved.
In some embodiments, the determining module 21 is specifically configured to obtain a list information set composed of package name information and class name information corresponding to all applications on the desktop manager; and determining updated class name information according to the package name information and the list information set.
In some embodiments, the determining module 21 is specifically configured to query, in the list information set, class name information corresponding to the package name information according to the package name information, as the updated class name information.
In some embodiments, the application control device 2 further comprises an update module (not shown in the figures) for replacing said current class name information with updated class name information.
In some embodiments, the control module 22 is further configured to store the updated class name information in a database of the desktop manager to update the database.
In some embodiments, detection module 20 is further configured to determine that the application update is complete.
According to the application program control device 2 provided by the embodiment of the invention, by adding detection on the start of the application program, after the application program is determined to fail to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, so that the package name information corresponds to the updated class name information, the application program is controlled to restart based on the package name information and the updated class name information, the problem that the application program cannot be normally started due to the abnormal change of the class name information is avoided, the start strategy of the application program is optimized, and the user experience is further improved.
In order to achieve the above object, a non-transitory computer-readable storage medium is provided in an embodiment of a third aspect of the present invention, and the computer-readable storage medium stores an application control program thereon, and the application control program, when executed by a processor, implements the application control method according to the above embodiment.
An electronic apparatus of an embodiment of the present invention is described below.
In a specific embodiment, the electronic device is, for example, but not limited to, a mobile terminal, such as an electronic device like a mobile phone, a tablet computer, or a smart wearable device.
In some embodiments, the electronic device comprises: the application control device of the above embodiment; alternatively, the processor, the memory, and the application control program stored on the memory and executable on the processor, the application control program when executed by the processor implementing the application control method as in the above embodiments.
Therefore, in some embodiments, when the electronic device is performing application control, a specific implementation manner of the electronic device is similar to that of the application control apparatus 2 described in any one of the above embodiments of the present invention, and reference may be specifically made to the foregoing description of the part based on the application control apparatus 2, and details are not repeated here for reducing redundancy.
In other embodiments, as shown in FIG. 3, the electronic device includes at least one processor (processor)1000, one processor 1000 being exemplified in FIG. 3; and a memory (memory)2000, and may further include a Communication Interface (Communication Interface)3000 and a bus 4000. The processor 1000, the memory 2000, and the communication interface 3000 may communicate with each other through a bus 4000. Communication interface 3000 may be used for information transfer. The processor 1000 may call logic instructions in the memory 2000 to perform the ISP-based image processing method of the above-described embodiment.
In addition, the logic instructions in the memory 2000 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products.
The memory 2000 is a computer readable storage medium, and can be used for storing software programs, computer executable programs, such as program instructions/modules corresponding to the methods in the embodiments of the present invention. The processor 1000 executes functional applications and data processing, i.e., implements the ISP-based image processing method in the above-described method embodiments, by executing software programs, instructions, and modules stored in the memory 2000.
The memory 2000 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal device, and the like. Further, the memory 2000 may include a high-speed random access memory, and may further include a nonvolatile memory.
The technical solution of the embodiment of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium and includes one or more instructions to enable a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiment of the present invention. And the aforementioned storage medium may be a non-transitory storage medium comprising: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes, and may also be a transient storage medium.
It should be noted that, when the electronic device according to the embodiment of the present invention controls an application, a specific implementation manner of the electronic device is similar to a specific implementation manner of the application control method according to the embodiment of the present invention, and please refer to the description of the method part specifically, and details are not described here again in order to reduce redundancy.
According to the electronic equipment provided by the embodiment of the invention, by adding the detection for starting the application program, after the application program is determined to fail to start, the package name information and the current class name information corresponding to the application program are obtained, the updated class name information corresponding to the application program is determined according to the package name information, so that the package name information corresponds to the updated class name information, and the application program is controlled to restart based on the package name information and the updated class name information, so that the problem that the application program cannot be normally started due to the abnormal change of the class name information is avoided, the starting strategy of the application program is optimized, and the user experience is further improved.
Although the terms "first," "second," etc. may be used herein to describe various elements as used in the present invention, these elements should not be limited by these terms. These terms are only used to distinguish one element from another. For example, a first element could be termed a second element, and, similarly, a second element could be termed a first element, unless the meaning of the description changes, so long as all occurrences of the "first element" are renamed consistently and all occurrences of the "second element" are renamed consistently. The first and second elements are both elements, but may not be the same element.
The words used in the specification are words of description rather than limitation, and are used in the specification and claims. As used in the description of the embodiments and the claims, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. Similarly, the term "and/or" as used in this disclosure is meant to encompass any and all possible combinations of one or more of the associated listed. Furthermore, the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The various aspects, implementations, or features of the described embodiments can be used alone or in any combination. Aspects of the described embodiments may be implemented by software, hardware, or a combination of software and hardware. The described embodiments may also be embodied by a computer-readable medium having computer-readable code stored thereon, the computer-readable code comprising instructions executable by at least one computing device. The computer readable medium can be associated with any data storage device that can store data which can be read by a computer system. Exemplary computer readable media can include read-only memory, random-access memory, CD-ROMs, HDDs, DVDs, magnetic tape, and optical data storage devices, among others. The computer readable medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.
The above description of the technology may refer to the accompanying drawings, which form a part hereof, and in which is shown by way of illustration embodiments in which the embodiments are described. These embodiments, while described in sufficient detail to enable those skilled in the art to practice them, are non-limiting; other embodiments may be utilized and changes may be made without departing from the scope of the described embodiments. For example, the order of operations described in a flowchart is non-limiting, and thus the order of two or more operations illustrated in and described in accordance with the flowchart may be altered in accordance with several embodiments. As another example, in several embodiments, one or more operations illustrated in and described with respect to the flowcharts are optional or may be eliminated. Additionally, certain steps or functions may be added to the disclosed embodiments, or two or more steps may be permuted in order. All such variations are considered to be encompassed by the disclosed embodiments and the claims.
Additionally, terminology is used in the foregoing description of the technology to provide a thorough understanding of the described embodiments. However, no unnecessary detail is required to implement the described embodiments. Accordingly, the foregoing description of the embodiments has been presented for purposes of illustration and description. The embodiments presented in the foregoing description and the examples disclosed in accordance with these embodiments are provided solely to add context and aid in the understanding of the described embodiments. The above description is not intended to be exhaustive or to limit the described embodiments to the precise form of the invention. Many modifications, alternative uses, and variations are possible in light of the above teaching. In some instances, well known process steps have not been described in detail in order to avoid unnecessarily obscuring the described embodiments.

Claims (10)

1. An application control method, comprising:
detecting that an application program fails to start, and acquiring package name information and current class name information corresponding to the application program;
determining update class name information corresponding to the application program according to the package name information;
and controlling the restart of the application program according to the package name information and the updated class name information.
2. The method for controlling an application according to claim 1, wherein the determining update class information corresponding to the application according to the package name information includes:
acquiring a list information set consisting of package name information and class name information corresponding to all application programs on a desktop manager;
and determining the updated class name information according to the package name information and the list information set.
3. The application control method according to claim 2, wherein determining the update class name information from the package name information and the list information set comprises:
and inquiring class name information corresponding to the package name information in the list information set according to the package name information to serve as the updated class name information.
4. The method according to any one of claims 1 to 3, wherein before controlling the application to start up based on the package name information and the update class name information, the method further comprises:
and replacing the current class name information with the updated class name information.
5. The method for controlling an application according to claim 1, wherein after controlling the application to be started based on the package name information and the update class name information, further comprising:
and storing the updated class name information into a database of the desktop manager so as to update the database.
6. The method for controlling an application program according to claim 1, wherein the detecting of the failure of the application program start comprises:
and detecting the abnormity that the current class name does not exist and the application program cannot be started when the application program is started.
7. The application control method of claim 1, further comprising, before detecting the application failure: determining that the application update is complete.
8. An application control apparatus, comprising:
the detection module is used for detecting the starting failure of the application program and acquiring the package name information and the current class name information corresponding to the application program;
the determining module is used for determining the update class name information corresponding to the application program according to the package name information;
and the control module is used for controlling the restart of the application program according to the package name information and the updated class name information.
9. A non-transitory computer-readable storage medium having an application control program stored thereon, the application control program when executed by a processor implementing the application control method of any one of claims 1-7.
10. An electronic device, comprising:
the application control device of claim 8; alternatively, the first and second electrodes may be,
a processor, a memory, and an application control program stored on the memory and executable on the processor, the application control program when executed by the processor implementing the application control method of any of claims 1-7.
CN202111360529.0A 2021-11-17 2021-11-17 Application program control method and device, storage medium and electronic equipment Pending CN114090121A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111360529.0A CN114090121A (en) 2021-11-17 2021-11-17 Application program control method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111360529.0A CN114090121A (en) 2021-11-17 2021-11-17 Application program control method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN114090121A true CN114090121A (en) 2022-02-25

Family

ID=80301243

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111360529.0A Pending CN114090121A (en) 2021-11-17 2021-11-17 Application program control method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN114090121A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6513158B1 (en) * 1999-11-15 2003-01-28 Espial Group Inc. Method and apparatus for running multiple java applications simultaneously
JP2011128827A (en) * 2009-12-17 2011-06-30 Dainippon Printing Co Ltd Application update management system and computer program
JP2012234370A (en) * 2011-04-29 2012-11-29 King Tsushin Kogyo Kk Application program starting method
US20160216975A1 (en) * 2015-01-26 2016-07-28 Ricoh Company, Ltd. Operation terminal and information processing system
CN106127029A (en) * 2016-06-22 2016-11-16 北京金山安全软件有限公司 Starting method and device of security application program and electronic equipment
JP2017049932A (en) * 2015-09-04 2017-03-09 富士通株式会社 Electronic apparatus and information browsing program
CN109286843A (en) * 2018-10-12 2019-01-29 四川长虹电器股份有限公司 The adaptive quickly starting method of smart television application program
CN109753325A (en) * 2017-11-03 2019-05-14 腾讯科技(深圳)有限公司 Desktop does not read update method, device, application and terminal
CN109783159A (en) * 2019-01-24 2019-05-21 武汉瓯越网视有限公司 Application starting method and apparatus based on configuration information
CN110989876A (en) * 2019-10-30 2020-04-10 深圳市普天宜通技术股份有限公司 Application program adaptation method, mobile terminal and storage medium
CN111506237A (en) * 2020-04-15 2020-08-07 青岛海信移动通信技术股份有限公司 Terminal and method for starting operation function in application

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6513158B1 (en) * 1999-11-15 2003-01-28 Espial Group Inc. Method and apparatus for running multiple java applications simultaneously
JP2011128827A (en) * 2009-12-17 2011-06-30 Dainippon Printing Co Ltd Application update management system and computer program
JP2012234370A (en) * 2011-04-29 2012-11-29 King Tsushin Kogyo Kk Application program starting method
US20160216975A1 (en) * 2015-01-26 2016-07-28 Ricoh Company, Ltd. Operation terminal and information processing system
JP2017049932A (en) * 2015-09-04 2017-03-09 富士通株式会社 Electronic apparatus and information browsing program
CN106127029A (en) * 2016-06-22 2016-11-16 北京金山安全软件有限公司 Starting method and device of security application program and electronic equipment
CN109753325A (en) * 2017-11-03 2019-05-14 腾讯科技(深圳)有限公司 Desktop does not read update method, device, application and terminal
CN109286843A (en) * 2018-10-12 2019-01-29 四川长虹电器股份有限公司 The adaptive quickly starting method of smart television application program
CN109783159A (en) * 2019-01-24 2019-05-21 武汉瓯越网视有限公司 Application starting method and apparatus based on configuration information
CN110989876A (en) * 2019-10-30 2020-04-10 深圳市普天宜通技术股份有限公司 Application program adaptation method, mobile terminal and storage medium
CN111506237A (en) * 2020-04-15 2020-08-07 青岛海信移动通信技术股份有限公司 Terminal and method for starting operation function in application

Similar Documents

Publication Publication Date Title
JP6390644B2 (en) Program update system, program update method, and computer program
US9146839B2 (en) Method for pre-testing software compatibility and system thereof
US8789035B2 (en) Method and apparatus for updating firmware
US20160132420A1 (en) Backup method, pre-testing method for environment updating and system thereof
CN108874459B (en) Rapid starting method and device based on virtualization technology
CN110825563A (en) System recovery method and device and electronic equipment
WO2006057861A1 (en) System and method for over-the-air update of wireless communication devices
CN111474860A (en) Processing method and device based on failure intelligent scene and storage medium
US10028130B2 (en) Methods for updating a cache memory of a telecommunications terminal
CN111433739A (en) Program upgrading method and embedded device
CN113032183A (en) System management method, device, computer equipment and storage medium
CN112214353A (en) Firmware recovery method and device, computer equipment and storage medium
CN114090121A (en) Application program control method and device, storage medium and electronic equipment
US10809930B2 (en) Configuring an embedded subscriber identity module
CN108595292A (en) A kind of optimization method of system, mobile terminal and computer storage media
CN110941484B (en) Application program calling method and device
CN113721959A (en) Information processing method and device and electronic equipment
CN106775881B (en) System upgrading method and device
CN112632032A (en) Data migration method and device, storage medium and terminal equipment
CN109428936B (en) APP upgrading method, device, system, electronic equipment and storage medium
CN112732292A (en) Method, system, equipment and readable storage medium for software upgrading
KR102142905B1 (en) Automatic Restoring Method of User File System in Communication Terminal
CN114064086B (en) Multi-stage processor system and upgrading method thereof
CN114528147B (en) Fingerprint deleting method and device in dual operating system
GB2471480A (en) Preventing boot crashes due to new files

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination