CN113360214A - Dynamic plugging method and system for application program functional module - Google Patents

Dynamic plugging method and system for application program functional module Download PDF

Info

Publication number
CN113360214A
CN113360214A CN202110740265.5A CN202110740265A CN113360214A CN 113360214 A CN113360214 A CN 113360214A CN 202110740265 A CN202110740265 A CN 202110740265A CN 113360214 A CN113360214 A CN 113360214A
Authority
CN
China
Prior art keywords
plug
program
function
target application
application program
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
CN202110740265.5A
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.)
Spreadtrum Communications Tianjin Co Ltd
Original Assignee
Spreadtrum Communications Tianjin 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 Spreadtrum Communications Tianjin Co Ltd filed Critical Spreadtrum Communications Tianjin Co Ltd
Priority to CN202110740265.5A priority Critical patent/CN113360214A/en
Publication of CN113360214A publication Critical patent/CN113360214A/en
Priority to PCT/CN2022/103103 priority patent/WO2023274388A1/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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/62Uninstallation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Landscapes

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

Abstract

The invention provides a dynamic plugging method and a dynamic plugging system for application program functional modules, wherein the method comprises the following steps: acquiring a data packet of a target application program; calling a plug-in management system program to analyze the data packet of the target application program according to preset function information; analyzing the target application program into a preset function module; receiving a function installation instruction of a target application program; and calling a plug-in management system program to install and/or uninstall the plug-in program of the functional module corresponding to the target application program according to the function installation instruction. According to the invention, the target application program can be analyzed by constructing a plug-in management system program, and the target application program is cut according to the preset function module to form an independent plug-in data packet, and then the user terminal can dynamically adjust the software function according to the requirement of the user terminal on the function module, so that the software function can be quickly and locally adjusted.

Description

Dynamic plugging method and system for application program functional module
Technical Field
The invention relates to the technical field of computers, in particular to a dynamic plugging method and a dynamic plugging system for an application program functional module.
Background
Generally, when a user wants to update part of functions of software, the user needs to download new versions of the software again to obtain the new functions, and after the versions are updated, if the user needs to return to the old versions, the user needs to uninstall the new versions, reinstall the old versions, and return to the old versions in a full disk mode, so that better user differentiation cannot be achieved, part of the new functions are reserved, and part of the functions not needed by the user are removed.
On the other hand, a large software program contains a large number of functions, which increases the size of the software, but not all users need all the functions contained in the software program, so that the consumption of download and equipment space is large, and the difficulty of differential development of new functions is increased.
However, the Android App Bundle scheme of Google is a distribution format, which includes all compiled codes and resources of an application, and in order to implement the cutting of an application package for different platforms, an application developer needs to distribute the application through the App Bundle format, and the generation and signature of an application APK package that can be installed on a specific platform are completed by Google Play.
However, the App Bundle scheme has several disadvantages:
a) the scheme needs an application developer to adjust the release format, and the APK release is changed into the Bundle format release, and the Bundle format and the APK format are different in that the Bundle cannot be directly installed on the equipment, the installation can be carried out only by regenerating the APK by using Google Play, and the equipment which does not support Google Play cannot be used.
b) After the application program is released in the Bundle format, the work of generating the APK and signature of the target device is done by Google Play, which may have potential safety hazard.
c) If the application program is released to a platform which does not support the App Bundle format, or the application program can not be installed by directly opening a network for downloading.
d) After App Bundle is released to Google Play, the Google Play performs related clipping according to the device configuration, and the clipping and adding of functions cannot be performed according to the requirements of the user according to the scheme of the invention.
Therefore, due to the above scenario and the problems in the prior art, user experience and development efficiency are severely reduced; therefore, it is desirable to provide a method capable of dynamically plugging and unplugging software functions to improve user experience, and simultaneously implement a scheme for improving development efficiency by function modular development, so as to solve the above problems in the prior art.
Disclosure of Invention
The invention provides a dynamic plugging method and a system of an application program functional module, which mainly increase the support of a software function dynamic plugging mechanism on an Android Framework layer and assist the realization of a software program plug-in function by applying an analysis function of a software package management service in Android on a software component list and an amphiphilic agent mechanism of a Java loader. The method specifically comprises the steps of analyzing a target application program by constructing a plug-in management system program, cutting the target application program according to a preset function module to form an independent plug-in data packet, and then enabling a user terminal to dynamically adjust the software function according to the requirement of the user terminal on the function module, so as to realize the rapid and local adjustment of the software function.
In a first aspect, the present invention provides a method for dynamically plugging and unplugging an application function module, including:
acquiring a data packet of a target application program;
calling a plug-in management system program to analyze the data packet of the target application program according to preset function information; analyzing the target application program into a preset function module;
receiving a function installation instruction of a target application program;
and calling a plug-in management system program to install and/or uninstall the plug-in program of the functional module corresponding to the target application program according to the function installation instruction.
Optionally, the plug-in corresponds to at least one target application;
preferably; the plurality of plug-ins correspond to a plurality of target applications.
Optionally, when a plurality of plug-ins correspond to a plurality of target application programs, the calling plug-in management system program analyzes the data packet of the target application program according to preset function information; analyzing the target application program into at least two preset function modules; and then constructing at least one corresponding plug-in function program package according to the preset function module.
Optionally, when the plug-in corresponds to at least one target application program, the calling plug-in management system program analyzes the data packet of the target application program according to preset function information; and analyzing the target application program into preset functional modules as follows:
and directly calling a plug-in function program package corresponding to the target application program in the plug-in program.
Optionally, the invoking of the plug-in management system program to perform plug-in installation and/or uninstallation of the functional module corresponding to the target application program according to the function installation instruction includes:
calling a plug-in management system program to check the plug-in authority according to the function installation instruction;
updating the corresponding relation between the target application program and the plug-in function program package;
and starting a software program, and using the customizable function to install and/or uninstall the plug-in program of the functional module corresponding to the target application program.
Optionally, the starting the software program, and the using the customizable function to install and/or uninstall the plug-in of the functional module corresponding to the target application includes:
starting a software program, and using a customizable function;
judging whether a plug-in function program package exists or not;
if so, operating the plug-in function of the functional module corresponding to the target application program;
if not, the preset function is operated.
Optionally, the target application and the plug-in are in the form of an Android package.
Optionally, the plug-in is configured to update the package name list of the host application of the plug-in by declaring the package name list of the host application of the plug-in the software component manifest;
preferably, the plug-in uses the same signature as the target application.
In a second aspect, the present invention provides a dynamic plugging system for application function modules, including:
the acquisition module is used for acquiring a data packet of a target application program;
the analysis module is used for calling a plug-in management system program to analyze the data packet of the target application program according to preset function information; analyzing the target application program into a preset function module;
the receiving module is used for receiving a function installation instruction of a target application program;
and the updating module is used for calling a plug-in management system program to install and/or uninstall the plug-in program of the functional module corresponding to the target application program according to the function installation instruction.
Optionally, the update module includes:
the authority checking submodule is used for calling the plug-in management system program to check the plug-in authority according to the function installation instruction;
the plug-in management submodule is used for updating the corresponding relation between the target application program and the plug-in function program package;
the customized function starting submodule is used for starting the software program and using the customizable function;
the judging submodule is used for judging whether a plug-in function program package exists or not; if so, operating the plug-in function of the functional module corresponding to the target application program; if not, the preset function is operated.
The method and the system for dynamically plugging and unplugging the application program functional module provided by the embodiment of the invention mainly increase the support of a software function dynamic plugging and unplugging mechanism on an Android Framework layer and assist the realization of a software program plug-in function by applying the analysis function of a software package management service in Android on a software component list and an amphiphilic agent mechanism of a Java loader. The method specifically comprises the steps of analyzing a target application program by constructing a plug-in management system program, cutting the target application program according to a preset function module to form an independent plug-in data packet, and then enabling a user terminal to dynamically adjust the software function according to the requirement of the user terminal on the function module, so as to realize the rapid and local adjustment of the software function. And secondly, the volume of the target application program installation package can be reduced, and the consumption of the user in the downloading flow of the application program and the consumption of the storage and running space of the user equipment are reduced. And finally, the user experience feeling and the software development efficiency can be greatly improved.
Drawings
FIG. 1 is a flowchart illustrating a dynamic plugging method for application function modules according to an embodiment of the present invention;
FIG. 2 is a flowchart of a dynamic plugging method for application function modules according to another embodiment of the present invention;
FIG. 3 is a diagram of a plug-in and application according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a dynamic plugging system of application function modules according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
An embodiment of the present invention provides a dynamic plugging method for an application function module, as shown in fig. 1, the method includes:
s11, acquiring a data packet of the target application program; the target application program refers to an application program to be installed or application software to be installed.
S12, calling a plug-in management system program to analyze the data packet of the target application program according to preset function information; analyzing the target application program into a preset function module;
s13, receiving a function installation instruction of the target application program;
and S14, calling the plug-in management system program to install and/or uninstall the plug-in program of the functional module corresponding to the target application program according to the function installation instruction.
The method for dynamically plugging and unplugging the application program functional module provided by the embodiment of the invention is mainly used for adding the support of a software function dynamic plugging and unplugging mechanism on an Android Framework layer and assisting the realization of a software program plug-in function by applying the analysis function of a software package management service in Android to a software component list and an amphiphilic agent mechanism of a Java loader. The method specifically comprises the steps of analyzing a target application program by constructing a plug-in management system program, cutting the target application program according to a preset function module to form an independent plug-in data packet, and then enabling a user terminal to dynamically adjust the software function according to the requirement of the user terminal on the function module, so as to realize the rapid and local adjustment of the software function. And secondly, the volume of the target application program installation package can be reduced, and the consumption of the user in the downloading flow of the application program and the consumption of the storage and running space of the user equipment are reduced. And finally, the user experience feeling and the software development efficiency can be greatly improved.
Further, as shown in fig. 3, the plug-in corresponds to at least a plurality of target applications;
or; the plurality of plug-ins correspond to a plurality of target applications.
Specifically, the plug-in and the application generally adopt a many-to-many correspondence relationship, that is, the plug-in may correspond to a plurality of applications, and the application may also correspond to a plurality of plug-ins. For example: as shown in fig. 2, the left side structure diagram of the plug-in program means that a host software program may have A, B, C three functions, each function corresponds to several plug-ins, for example, the a function corresponds to the Aa plug-in and the Ab plug-in. Whereas the right-hand block diagram in turn means that one plug-in may correspond to multiple host software programs, e.g. a plug-in may provide functional insertion for A, B, C three software programs.
In addition, the plug-in program and the application program can adopt a single corresponding relation.
Optionally, when a plurality of plug-ins correspond to a plurality of target application programs, the calling plug-in management system program analyzes the data packet of the target application program according to preset function information; analyzing the target application program into at least two preset function modules; and then constructing at least one corresponding plug-in function program package according to the preset function module.
Optionally, when the plug-in corresponds to at least two target application programs, the calling plug-in management system program analyzes the data packet of the target application program according to preset function information; and analyzing the target application program into preset functional modules as follows:
and directly calling a plug-in function program package corresponding to the target application program in the plug-in program.
Specifically, in the embodiment of the present invention, the calling plug-in management system program parses the data packet of the target application program according to a preset function, and parses the target application program into at least two preset function modules, which include multiple implementation manners; for example, as shown in fig. 3, when the target application program includes 3 preset function modules, the data packet of the target application program needs to be analyzed according to preset function information by calling a plug-in management system program; analyzing the target application program into 3 preset function modules (A function, B function and C function); then, a corresponding plug-in function program package (such as a Ca plug-in function package) or a plurality of corresponding plug-in function program packages (an Aa plug-in function package and an Ab plug-in function package) is constructed according to the preset function module, and a user can personally select some function plug-ins to install or select a plug-in function package with a smaller volume to install; when the plug-in program corresponds to a plurality of target application programs and a corresponding plug-in function package is constructed, the plug-in function package corresponding to the target application program in the plug-in program can be directly called without analyzing the target application program into a preset function module. Therefore, the time consumption of program analysis can be greatly reduced, and the speed of local adjustment of software functions can be improved. The volume of the target application program installation package can be reduced, and the consumption of the user in the downloading flow of the application program and the consumption of the storage and running space of the user equipment can be reduced.
Optionally, as shown in fig. 2, the invoking the plug-in to install and/or uninstall the plug-in of the function module corresponding to the target application according to the function installation instruction includes:
s141: calling a plug-in management system program to check the plug-in authority according to the function installation instruction;
s142: updating the corresponding relation between the target application program and the plug-in function program package;
and starting a software program, and using the customizable function to install and/or uninstall the plug-in program of the functional module corresponding to the target application program.
Optionally, the starting the software program, and the using the customizable function to install and/or uninstall the plug-in of the functional module corresponding to the target application includes:
s143: starting a software program, and using a customizable function;
s144: judging whether a plug-in function program package exists or not;
if so, operating the plug-in function of the functional module corresponding to the target application program;
if not, the preset function is operated.
Specifically, as shown in fig. 2, in an embodiment of the present invention, there are various implementation manners for invoking a plug-in management system program to perform installation and/or uninstallation of a function module corresponding to the target application program according to the function installation instruction, that is, for inserting the plug-in function into a specific function portion of the application software program. For example: the plug-in function of the plug-in program can be realized by reserving a plug-in hook inlet in a target application software program, and plug-in development is carried out according to a hook reserved by the software program; and further, the software function can be quickly and locally adjusted from the application program side. The process of the plug-in work can comprise the following steps:
s301: starting up, and scanning and installing a target application program;
s302: receiving a plug-in uninstalling/installing instruction;
s303: calling a plug-in management system program to check the plug-in authority according to the function installation instruction;
s304: updating the corresponding relation between the target application program and the plug-in function program package;
s305: starting a software program;
s306: judging whether a plug-in function program package exists or not; if so, operating the plug-in function of the functional module corresponding to the target application program; if not, the preset function is operated.
Optionally, the target application and the plug-in are in the form of an Android package.
Optionally, the plug-in is configured to update the package name list of the host application of the plug-in by declaring the package name list of the host application of the plug-in the software component manifest;
preferably, the plug-in uses the same signature as the target application.
Specifically, in the embodiment of the present invention, the application program and the plug-in program may exist independently in an Android software package form, the plug-in program may declare a package name list of a host software program of the plug-in a software component list, the plug-in program is further configured with a plug-in management submodule, the plug-in management submodule is responsible for maintaining a relationship between the plug-in program and the host software program according to the information, the plug-in program may be installed and uninstalled at any time according to a user operation, the software program and the plug-in program are in a many-to-many relationship, for security, it is necessary to limit the plug-in program and the software program to use the same signature, and a malicious program attacks the software program by disguising the plug-in program.
Therefore, the embodiment of the invention not only can support the user to dynamically adjust the software function according to the requirement of the user, but also can quickly and locally adjust the software function. Meanwhile, the software program can be prevented from being attacked by a malicious program in a plug-in disguising mode by further using the same signature for the program and the software program. The reliability and the safety of the dynamic plugging method of the application program are improved.
An embodiment of the present invention provides a dynamic plugging system for an application function module, as shown in fig. 4, the system includes:
the acquisition module is used for acquiring a data packet of a target application program;
the analysis module is used for calling a plug-in management system program to analyze the data packet of the target application program according to preset function information; analyzing the target application program into a preset function module;
the receiving module is used for receiving a function installation instruction of a target application program;
and the updating module is used for calling a plug-in management system program to install and/or uninstall the plug-in program of the functional module corresponding to the target application program according to the function installation instruction.
The dynamic plugging and unplugging system of the application program functional module provided by the embodiment of the invention is mainly used for adding the support of a software function dynamic plugging and unplugging mechanism on an Android Framework layer and assisting the realization of a software program plug-in function by applying the analysis function of a software package management service in Android to a software component list and an amphiphilic agent mechanism of a Java loader. The method specifically comprises the steps that a plug-in management system program is constructed, a target application program can be analyzed, the target application program is cut according to a preset function module to form an independent plug-in data packet, then the mobile terminal can dynamically adjust the software function according to the requirement of the mobile terminal on the function module, and the software function can be adjusted rapidly and locally. And secondly, the volume of the target application program installation package can be reduced, and the consumption of the user in the downloading flow of the application program and the consumption of the storage and running space of the user equipment are reduced. And finally, the user experience feeling and the software development efficiency can be greatly improved.
Optionally, the update module includes:
the authority checking submodule is used for calling the plug-in management system program to check the plug-in authority according to the function installation instruction;
the plug-in management submodule is used for updating the corresponding relation between the target application program and the plug-in function program package;
the customized function starting submodule is used for starting the software program and using the customizable function;
the judging submodule is used for judging whether a plug-in function program package exists or not; if so, operating the plug-in function of the functional module corresponding to the target application program; if not, the preset function is operated.
The system of this embodiment may be configured to implement the technical solutions of the method embodiments, and the implementation principles and technical effects are similar, which are not described herein again.
It will be understood by those skilled in the art that all or part of the processes of the embodiments of the methods described above may be implemented by a computer program, which may be stored in a computer-readable storage medium, and when executed, may include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A dynamic plugging method of an application program functional module is characterized by comprising the following steps:
acquiring a data packet of a target application program;
calling a plug-in management system program to analyze the data packet of the target application program according to preset function information; analyzing the target application program into a preset function module;
receiving a function installation instruction of a target application program;
and calling a plug-in management system program to install and/or uninstall the plug-in program of the functional module corresponding to the target application program according to the function installation instruction.
2. The method of claim 1, wherein the plug-in corresponds to at least one target application;
alternatively, the plurality of plug-ins correspond to a plurality of target applications.
3. The method according to claim 2, wherein when a plurality of plug-ins correspond to a plurality of target applications, the calling plug-in management system program parses the data packet of the target applications according to preset function information; analyzing the target application program into at least two preset function modules; and then constructing at least one corresponding plug-in function program package according to the preset function module.
4. The method according to claim 2 or 3, wherein when the plug-in corresponds to at least two target applications, the calling plug-in management system program analyzes the data packet of the target applications according to preset function information; and analyzing the target application program into preset functional modules as follows:
and directly calling a plug-in function program package corresponding to the target application program in the plug-in program.
5. The method according to any one of claims 1 to 4, wherein the invoking of the plug-in management system program to perform plug-in installation and/or removal of the function module corresponding to the target application program according to the function installation instruction comprises:
calling a plug-in management system program to check the plug-in authority according to the function installation instruction;
updating the corresponding relation between the target application program and the plug-in function program package;
and starting a software program, and using the customizable function to install and/or uninstall the plug-in program of the functional module corresponding to the target application program.
6. The method of claim 5, wherein the initiating the software program, the using the customizable functionality to perform plug-in installation and/or removal of the functional module corresponding to the target application comprises:
starting a software program, and using a customizable function;
judging whether a plug-in function program package exists or not;
if so, operating the plug-in function of the functional module corresponding to the target application program;
if not, the preset function is operated.
7. The method according to any one of claims 1 to 6, wherein the target application and the plug-in are in the form of an Android package.
8. The method of any of claims 1-7, wherein the plug-in is configured by declaring a list of package names of host applications of the plug-in a software component manifest;
alternatively, the plug-in uses the same signature as the target application.
9. A dynamic plug-in system for application function modules, the system comprising:
the acquisition module is used for acquiring a data packet of a target application program;
the analysis module is used for calling a plug-in management system program to analyze the data packet of the target application program according to preset function information; analyzing the target application program into a preset function module;
the receiving module is used for receiving a function installation instruction of a target application program;
and the updating module is used for calling a plug-in management system program to install and/or uninstall the plug-in program of the functional module corresponding to the target application program according to the function installation instruction.
10. The system of claim 9, wherein the update module comprises:
the authority checking submodule is used for calling the plug-in management system program to check the plug-in authority according to the function installation instruction;
the plug-in management submodule is used for updating the corresponding relation between the target application program and the plug-in function program package;
the customized function starting submodule is used for starting the software program and using the customizable function;
the judging submodule is used for judging whether a plug-in function program package exists or not; if so, operating the plug-in function of the functional module corresponding to the target application program; if not, the preset function is operated.
CN202110740265.5A 2021-06-30 2021-06-30 Dynamic plugging method and system for application program functional module Pending CN113360214A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110740265.5A CN113360214A (en) 2021-06-30 2021-06-30 Dynamic plugging method and system for application program functional module
PCT/CN2022/103103 WO2023274388A1 (en) 2021-06-30 2022-06-30 Dynamic plugging method and system for application functional module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110740265.5A CN113360214A (en) 2021-06-30 2021-06-30 Dynamic plugging method and system for application program functional module

Publications (1)

Publication Number Publication Date
CN113360214A true CN113360214A (en) 2021-09-07

Family

ID=77537639

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110740265.5A Pending CN113360214A (en) 2021-06-30 2021-06-30 Dynamic plugging method and system for application program functional module

Country Status (2)

Country Link
CN (1) CN113360214A (en)
WO (1) WO2023274388A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113971051A (en) * 2021-09-27 2022-01-25 上海信宝博通电子商务有限公司 Development method and device based on plug-in and storage medium
WO2023274388A1 (en) * 2021-06-30 2023-01-05 展讯通信(天津)有限公司 Dynamic plugging method and system for application functional module

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722368A (en) * 2012-05-21 2012-10-10 北京广利核系统工程有限公司 Plug-in software designing method based on document tree and message pump
CN103927163A (en) * 2014-03-06 2014-07-16 中国人民解放军装甲兵工程学院 Plugin frame processing device and plugin system
CN107870771A (en) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 Application builds and upgrade method and system
CN111596969A (en) * 2020-05-09 2020-08-28 中国电子科技集团公司第二十八研究所 Software architecture method based on microkernel plus plug-in

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170168807A1 (en) * 2015-12-14 2017-06-15 Le Holdings (Beijing) Co., Ltd. Method and electronic device for updating application program
CN109725952B (en) * 2019-01-07 2021-09-24 深圳市网心科技有限公司 Method, system and related device for application program plug-in
CN113360214A (en) * 2021-06-30 2021-09-07 展讯通信(天津)有限公司 Dynamic plugging method and system for application program functional module

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722368A (en) * 2012-05-21 2012-10-10 北京广利核系统工程有限公司 Plug-in software designing method based on document tree and message pump
CN103927163A (en) * 2014-03-06 2014-07-16 中国人民解放军装甲兵工程学院 Plugin frame processing device and plugin system
CN107870771A (en) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 Application builds and upgrade method and system
CN111596969A (en) * 2020-05-09 2020-08-28 中国电子科技集团公司第二十八研究所 Software architecture method based on microkernel plus plug-in

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023274388A1 (en) * 2021-06-30 2023-01-05 展讯通信(天津)有限公司 Dynamic plugging method and system for application functional module
CN113971051A (en) * 2021-09-27 2022-01-25 上海信宝博通电子商务有限公司 Development method and device based on plug-in and storage medium
CN113971051B (en) * 2021-09-27 2024-03-15 上海信宝博通电子商务有限公司 Plug-in based development method, device and storage medium

Also Published As

Publication number Publication date
WO2023274388A1 (en) 2023-01-05

Similar Documents

Publication Publication Date Title
CN102915247B (en) APK plug-in unit management method
KR101130370B1 (en) Method and system for providing a common operating system
US8539469B2 (en) Efficient patching
CN105786538B (en) software upgrading method and device based on android system
CN105373396B (en) Update of plug-in loading method and device in plug-platform
CN107967139B (en) Hot updating method and device for game
EP1577767A2 (en) Code rewriting
CN113360214A (en) Dynamic plugging method and system for application program functional module
KR100883699B1 (en) Execution of unverified programs in a wireless device operating environment
US20170068531A1 (en) Method of deploying a set of software application(s)
EP3583536B1 (en) Securely defining operating system composition without multiple authoring
CN111880987A (en) Dynamic monitoring method and device of application program, storage medium and electronic device
KR20030084886A (en) Dynamically downloading and executing system services on a wireless device
CN113761482A (en) Program code protection method and device
US7685591B2 (en) Customizing a software application through a patch file
CN108958785B (en) Application program upgrading method and device
CN110414218B (en) Kernel detection method and device, electronic equipment and storage medium
KR20070008782A (en) Method and system of processing kernel patch for prevention of kernel vulnerability
CN114021141A (en) Electronic equipment, trusted application calling method, device, equipment and medium
CN113821220A (en) Installation method and device of linux operating system
CN106445601A (en) Device and method for plugin upgrading
EP4086756A1 (en) Method and apparatus for processing virtual machine component
CN113867756A (en) Software upgrading method, terminal equipment and readable storage medium
CN113703878B (en) Component starting method and device, storage medium and electronic equipment
CN106022125A (en) Client repair method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210907