CN105912366A - Implementation method for plug-in type development of desktop application - Google Patents

Implementation method for plug-in type development of desktop application Download PDF

Info

Publication number
CN105912366A
CN105912366A CN201610234646.5A CN201610234646A CN105912366A CN 105912366 A CN105912366 A CN 105912366A CN 201610234646 A CN201610234646 A CN 201610234646A CN 105912366 A CN105912366 A CN 105912366A
Authority
CN
China
Prior art keywords
plug
activity
program
droidplugin
main 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.)
Granted
Application number
CN201610234646.5A
Other languages
Chinese (zh)
Other versions
CN105912366B (en
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.)
Guangzhou Gomo Shiji Technology Co ltd
Original Assignee
GUANGZHOU HENGYE SOFTWARE TECHNOLOGY Co Ltd
Guangzhou Jiubang Digital 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 GUANGZHOU HENGYE SOFTWARE TECHNOLOGY Co Ltd, Guangzhou Jiubang Digital Technology Co Ltd filed Critical GUANGZHOU HENGYE SOFTWARE TECHNOLOGY Co Ltd
Priority to CN201610234646.5A priority Critical patent/CN105912366B/en
Publication of CN105912366A publication Critical patent/CN105912366A/en
Application granted granted Critical
Publication of CN105912366B publication Critical patent/CN105912366B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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

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

The invention provides an implementation method for plug-in type development of a desktop application. The method includes steps of 1, adding a DroidPlugin frame in a desktop main program; 2, initiating the DroidPlugin module in an onCreate method of an Applicaton of the main program; 3, mounting a third-party application through an InstallPackage method simulating a system installation method; 4, performing process monitoring on information stream in step 3 by the main program, performing interception before the program uses a real start method for the system, judging whether a module started this time belongs to the application program already subjected to plug-in type installation according to package names through installation management in step 2, switching the start method if the module started this time belongs to the application program already subjected to plug-in type installation; 5, performing analysis after an Android system receives a new Intent and performing initializing start on the third-party application so as to realize the plug-in type development of the application.

Description

A kind of implementation method of multipad plug-in unit
Technical field
The present invention relates to mobile terminal desktop application program loading technique field, particularly relate to a kind of desktop application The implementation method of view plug-ins.
Background technology
At present desktop programs is owing to having too much third party application code insertion in main program, causes table Face package body is excessive, the too tightly coupled higher ruin probabilty caused of intermodule;And Android system pair In engineering 65536 side operator quantitative limitation problem.
Summary of the invention
For the deficiencies in the prior art, it is an object of the invention to provide a kind of multipad plug-in unit Implementation method.
For achieving the above object, the technical solution used in the present invention is as follows: a kind of multipad plug-in unit Implementation method, said method comprising the steps of:
S1, in desktop main program add DroidPlugin framework;
S2, in the onCreate method of the Application of main program initialize DroidPlugin module, Now DroidPlugin can be to IActivityManager, the IPackageManager in the process of main program And the module that WIFI, Notification, Windows are correlated with is replaced so that host process and system The bottom-up information stream of ActivityManagerService and PackageManagerService can be Monitoring in DroidPlugin module;
S3, by the mounting means of InstallPackage method simulation system in DroidPlugin, During in the installation kit of tripartite's application program, resource decompresses and copies to the privately owned catalogue of main program, and by this application Program information joins in the list of main program installation procedure, now, and main program installation procedure list bag Containing the original installation procedure of system plus the program installed by DroidPlugin;When main program needs to start Simulate arbitrary Activity, Service, Provider, Broadcast group in the application program of installation During part, it is only necessary to the mode specified according to android system starts, if desired for starting Activity circle Face, it is only necessary to send to system in a program and start Intent, the incoming third party application of parameter true Parameter;
Information flow in S4, main program process monitoring step S3, dishes out the side of startup really to system in program Intercepting before formula, now installing in step S2 manages by whether bag name judges this assembly started Belong to the application program that plug-in unitization is installed, if it is, Starting mode is replaced, newly-built one Intent, replaces with the object of startup the assembly started in DroidPlugin, and starts real Intent object, is included in this new Intent;
S5, android system resolve after receiving new Intent, find that this Intent starts To as if during the most chartered assembly of DroidPlugin, system is that this assembly initializes, and Finally again Intent being transferred back in main program, main program is receiving the Intent that the system that passes through processes Afterwards, the true Intent object that starts being stored in before is taken out, and utilizes the mode of reflection, to third party Application program initializes, and finally opens assembly in third party application, reaches not install the most permissible Open the purpose of third party application, to realize the plug-in unit of application program.
Further, described method also comprises the steps:
S6, the management discharging the proceeding internal memory of plug-in applications, enter plug-in applications running Row monitoring, monitors startup and the destruction of its Activity, and records the Activity quantity in current process, When Activity starts, quantity+1, when Activity destroys, quantity-1, when the quantity safeguarded is 0 Time, kill the process of correspondence.
Further, the management that the described proceeding internal memory to plug-in applications discharges to realize step as follows:
In ActivityThread process, mInstrumentation object is used the Proxy in JAVA Acting on behalf of principle to link up with, the life cycle of Activity passes through agent advertisement control module;
When mInstrumentation calls onActivityCreate, record pid process now Number, record the class name of current Activity in the array with Pid as key simultaneously, and travel through current Array, finds other Pid, if this process be not belonging to multipad independent after account service into Journey, then call the killProcess that android system provides, kill other process;
When mInstrumentation calls onActivityDestory, represent that Activity is by system Destroy, now find the corresponding Activity array with Pid as Key, by corresponding A ctivity class name Remove, if now the quantity of this array is 0, and if this process to be not belonging to multipad independent Account service processes after change, then the method calling the killProcess that android system provides, kill This process dead, does not operates.
Relative to prior art, technical solutions according to the invention utilize DroidPlugin to increase income module, build The framework opening third party application that found a set of dynamic load, that exempt from installation, and on this basis, from Three aspects realize: first, to the desktop theme shop originally belonged within multipad and account Number service module carry out decoupling process, independently go out this function of two pieces, and generate an independent application journey Preface part, had the most both reduced the degree of coupling of intermodule, reduced again multipad inclusion size, and And Google's system can be evaded thoroughly for engineering 65536 side operator quantitative limitation problem;Second, pass through Dynamically management and load independent third party's application program, it is provided that all kinds of the most convenient and professional information to user, As clicked on desktop widget weather icon, skip installation process and open ink marks weather, click on desktop news Widget, skips installation process and opens today's tops etc.;3rd, the proceeding internal memory pipe to multipad Reason, it is achieved opening any number of plug-in applications, the running memory of multipad is excessive all without having Growth.
In order to be fully understood from the purpose of the present invention, feature and effect, below with reference to accompanying drawing to the present invention's The technique effect of design, concrete structure and generation is described further.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the implementation method of multipad plug-in unit of the present invention.
Detailed description of the invention
The present invention is described in detail, schematic in the present invention below in conjunction with accompanying drawing and specific implementation method Implement and explanation is used for explaining the present invention, but not as a limitation of the invention.
Specific embodiment
As it is shown in figure 1, the implementation method of a kind of multipad plug-in unit, described method includes following step Rapid:
S101: add DroidPlugin framework in desktop main program;
S102: initialize DroidPlugin mould in the onCreate method of the Application of main program Block, now DroidPlugin can to the IActivityManager in the process of main program, IPackageManager and WIFI, the module that Notification, Windows are relevant are replaced, phase Pass module specifically includes: IAudioService, IClipboard, IContentService, IGraphicStats、IInputMethodManager、IMediaRouterService、IMountService、 INotificationManager、ISearchManager、ISessionManager、IWifiManager、 IWindowManager) so that host process and system ActivityManagerService and The bottom-up information stream of PackageManagerService can monitor in DroidPlugin module;
S103: by the mounting means of InstallPackage method simulation system in DroidPlugin, During in the installation kit of third party application, resource decompresses and copies to the privately owned catalogue of main program, and should by this Join in the list of main program installation procedure with program information, now, main program installation procedure list Comprise the original installation procedure of system plus the program installed by DroidPlugin;When main program needs to open Arbitrary Activity, Service, Provider, Broadcast in the dynamic application program having simulated installation During assembly, it is only necessary to the mode specified according to android system starts, if desired for starting an Activity Interface, it is only necessary to send to system in a program and start Intent, the incoming third party application of parameter true Real parameter;
S104: the information flow in main program process monitoring step S103, dishes out to system in program and opens really Intercepting before flowing mode, the now management of installing in step S102 judges the group of this time startup by bag name Whether part belongs to the application program that plug-in unitization is installed, if it is, enter step S105;If it is not, then enter Enter step S106;
S105: be replaced Starting mode, a newly-built Intent, replace with startup by the object of startup Assembly in DroidPlugin, and start Intent object real, it is included in this new Intent In, enter step S107;
S106: system will attempt starting the assembly of third party application, but third party application The most oriented system registry of assembly, now system will report an error, and the process of main program will Crash;
S107:Android system resolves after receiving new Intent, finds that this Intent opens Dynamic to as if during the most chartered assembly of DroidPlugin, system is that this assembly initializes, And finally again Intent being transferred back in main program, main program is receiving what the system that passes through processed After Intent, the true Intent object that starts being stored in before is taken out, and utilizes the mode of reflection, right Third party application initializes, and finally opens assembly in third party application, reaches not install Just can open the purpose of third party application, to realize the plug-in unit of application program.
S108: the management to the proceeding internal memory release of plug-in applications, to plug-in applications running It is monitored, monitors startup and the destruction of its Activity, and record the Activity number in current process Amount, when Activity starts, quantity+1, when Activity destroys, quantity-1, when the number safeguarded When amount is 0, kill the process of correspondence.
The management that the described proceeding internal memory to plug-in applications discharges to realize step as follows:
S801: in ActivityThread process, uses in JAVA mInstrumentation object Proxy act on behalf of principle and link up with, the life cycle of Activity passes through agent advertisement control module;
S802: when calling onActivityCreate in mInstrumentation, record pid now Process number, records the class name of current Activity in the array with Pid as key simultaneously, and travels through and work as Front array, finds other Pid, if this process is not belonging to the account clothes after multipad independent Business process, then call the killProcess that android system provides, kill other process;
When S803:mInstrumentation calls onActivityDestory, represent Activity Destroyed by system, now find the corresponding Activity array with Pid as Key, by corresponding A ctivity Class name removes, if now the quantity of this array is 0, and if this process be not belonging to multipad Account service processes after independent, then the method calling the killProcess that android system provides, Kill this process, do not operate.
The management that the proceeding internal memory of plug-in applications is discharged by above-mentioned steps maintains in multipad The normal use of the stable and plug-in unit deposited, why using Activity as criterion, is because Activity As unique visible Andorid assembly, it is directly and user occurs mutual place, and plug-in application journey The main purpose of sequence is the information in order to provide correspondence user needs when, time no, it is necessary to Clean out the memory headroom that it is shared, be not required to such as Service assembly at running background.Reclaiming During internal memory, need to judge whether this process is the account service out of multipad independent Process, if it is, should not reclaim.
The present invention utilizes DroidPlugin project of increasing income, it is possible to achieve APP is exempted from installation and opens, and it is fixed The agent framework of complete set, can act on behalf of all of Activity, Service, ContentProvider And Broadcast assembly, this is also the basis that application program can be run in android system, logical Cross its agency, can individually run the Activity in third party application, Service, ContentProvider or Broadcast assembly, and without to system registry or installation.Basis at it On, multipad structure is transformed, desktop theme shop and account service is carried out full decoupled, They are packaged into an independent application program.Mutual with multipad before being different from, they Binding service is utilized to interact.Set up management module, manage adding of other third party application Carry and open, such as ink marks, today's tops etc..Owing to multipad to manage each plug-in applications Work, be equivalent to different application programs and be required for operating in multipad, need to each insert Part application program carries out Memory recycle, and scheme is according to actually used situation, to plug-in applications Activity starts with the opportunity destroyed as basis, by entering the Activity quantity of plug-in applications Row monitoring, when reaching quantity and being 0, destroys the process of corresponding plug-in applications.
For theme shop and the account service of former multipad, after it can be separated, become independent Application program, particularly as follows: former desktop APP is transformed, separate theme shop and account service.Main The theme of subject-trader storekeeper's desktop to be provided and browsing and downloading of wallpaper, the AIDL service of one striding course of definition, Comprise the interactive function of they and desktop, serviced by this, can be as not decoupling before and using before Function, difference is that function has been placed into, in another independent application file, passing through DroidPlugin Individually call wherein certain Activity, Service, Provider and Broadcast etc..Because The function of plug-in applications operates in independent process, and relative to before, the bug of crash does not interferes with To host process, thus decrease the probability of multipad collapse, and owing to function the most independently becomes to answer Existing by program, therefore the decreasing value of the inclusion size of multipad is the most considerable, also solves simultaneously Android system application program method quantity can not restricted problem more than 65536.
If the function described in the present embodiment realizes and as independent product pin using the form of SFU software functional unit When selling or use, a calculating device-readable can be stored in and take in storage medium.Based on such understanding, Part or the part of this technical scheme that prior art is contributed by the embodiment of the present invention can be produced with software The form of product embodies, and this software product is stored in a storage medium, including some instructions in order to make One calculates equipment (can be personal computer, server, mobile computing device or the network equipment etc.) Perform all or part of step of method described in each embodiment of the present invention.And aforesaid storage medium includes: USB flash disk, portable hard drive, read-only storage (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), the various media that can store program code such as magnetic disc or CD.This In specification, each embodiment uses the mode gone forward one by one to describe, and what each embodiment stressed is and other The difference of embodiment, between each embodiment, same or similar part sees mutually.
Described above to the disclosed embodiments, makes professional and technical personnel in the field be capable of or uses this Invention.Multiple amendment to these embodiments will be apparent from for those skilled in the art, Generic principles defined herein can without departing from the spirit or scope of the present invention, at other Embodiment realizes.Therefore, the present invention is not intended to be limited to the embodiments shown herein, and is intended to Meet the widest scope consistent with principles disclosed herein and features of novelty.

Claims (3)

1. the implementation method of a multipad plug-in unit, it is characterised in that said method comprising the steps of:
S1, in desktop main program add DroidPlugin framework;
S2, in the onCreate method of the Application of main program initialize DroidPlugin module, Now DroidPlugin can be to IActivityManager, the IPackageManager in the process of main program And the module that WIFI, Notification, Windows are correlated with is replaced so that host process and system The bottom-up information stream of ActivityManagerService and PackageManagerService can be Monitoring in DroidPlugin module;
S3, by the mounting means of InstallPackage method simulation system in DroidPlugin, During in the installation kit of tripartite's application program, resource decompresses and copies to the privately owned catalogue of main program, and by this application Program information joins in the list of main program installation procedure, now, and main program installation procedure list bag Containing the original installation procedure of system plus the program installed by DroidPlugin;When main program needs to start Simulate arbitrary Activity, Service, Provider, Broadcast group in the application program of installation During part, it is only necessary to the mode specified according to android system starts, if desired for starting Activity circle Face, it is only necessary to send to system in a program and start Intent, the incoming third party application of parameter true Parameter;
Information flow in S4, main program process monitoring step S3, dishes out the side of startup really to system in program Intercepting before formula, now installing in step S2 manages by whether bag name judges this assembly started Belong to the application program that plug-in unitization is installed, if it is, Starting mode is replaced, newly-built one Intent, replaces with the object of startup the assembly started in DroidPlugin, and starts real Intent object, is included in this new Intent;
S5, android system resolve after receiving new Intent, find that this Intent starts To as if during the most chartered assembly of DroidPlugin, system is that this assembly initializes, and Finally again Intent being transferred back in main program, main program is receiving the Intent that the system that passes through processes Afterwards, the true Intent object that starts being stored in before is taken out, and utilizes the mode of reflection, to third party Application program initializes, and finally opens assembly in third party application, reaches not install the most permissible Open the purpose of third party application, to realize the plug-in unit of application program.
2. the implementation method of multipad plug-in unit as claimed in claim 1, it is characterised in that described side Method also comprises the steps:
S6, the management discharging the proceeding internal memory of plug-in applications, enter plug-in applications running Row monitoring, monitors startup and the destruction of its Activity, and records the Activity quantity in current process, When Activity starts, quantity+1, when Activity destroys, quantity-1, when the quantity safeguarded is 0 Time, kill the process of correspondence.
3. the implementation method of multipad plug-in unit as claimed in claim 2, it is characterised in that described right The management of the proceeding internal memory release of plug-in applications to realize step as follows:
In ActivityThread process, mInstrumentation object is used the Proxy in JAVA Acting on behalf of principle to link up with, the life cycle of Activity passes through agent advertisement control module;
When mInstrumentation calls onActivityCreate, record pid process now Number, record the class name of current Activity in the array with Pid as key simultaneously, and travel through current Array, finds other Pid, if this process be not belonging to multipad independent after account service into Journey, then call the killProcess that android system provides, kill other process;
When mInstrumentation calls onActivityDestory, represent that Activity is by system Destroy, now find the corresponding Activity array with Pid as Key, by corresponding A ctivity class name Remove, if now the quantity of this array is 0, and if this process to be not belonging to multipad independent Account service processes after change, then the method calling the killProcess that android system provides, kill This process dead, does not operates.
CN201610234646.5A 2016-04-14 2016-04-14 A kind of implementation method of multipad plug-in unit Active CN105912366B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610234646.5A CN105912366B (en) 2016-04-14 2016-04-14 A kind of implementation method of multipad plug-in unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610234646.5A CN105912366B (en) 2016-04-14 2016-04-14 A kind of implementation method of multipad plug-in unit

Publications (2)

Publication Number Publication Date
CN105912366A true CN105912366A (en) 2016-08-31
CN105912366B CN105912366B (en) 2019-07-05

Family

ID=56746131

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610234646.5A Active CN105912366B (en) 2016-04-14 2016-04-14 A kind of implementation method of multipad plug-in unit

Country Status (1)

Country Link
CN (1) CN105912366B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107315515A (en) * 2017-06-20 2017-11-03 努比亚技术有限公司 Color change method, terminal and the computer-readable recording medium of status bar icon
CN108228264A (en) * 2016-12-12 2018-06-29 北京国双科技有限公司 plug-in resource loading method and device
CN109408133A (en) * 2017-08-16 2019-03-01 阿里巴巴集团控股有限公司 A kind of method and apparatus starting component
CN110213443A (en) * 2019-05-30 2019-09-06 努比亚技术有限公司 Prevent third party's desktop application self-start method, mobile terminal and storage medium
CN110231922A (en) * 2019-05-23 2019-09-13 珠海格力电器股份有限公司 A kind of mobile terminal display control method and mobile terminal
CN110297644A (en) * 2019-06-24 2019-10-01 深圳市酷开网络科技有限公司 A kind of homepage, which suspends, applies setting method, intelligent terminal and storage medium
CN110764836A (en) * 2019-09-18 2020-02-07 华为技术有限公司 Method and system for realizing plug-in
CN111552517A (en) * 2019-01-23 2020-08-18 阿里巴巴集团控股有限公司 Application program starting method and device, electronic equipment and computer storage medium
CN111813476A (en) * 2020-06-30 2020-10-23 中天掌金(北京)科技有限公司 Mobile banking application method based on android minus one screen
CN113448756A (en) * 2021-08-30 2021-09-28 统信软件技术有限公司 Inter-process communication system and method and computing device
CN113485769A (en) * 2021-07-23 2021-10-08 统信软件技术有限公司 Application program running method, computing device and storage medium
CN116048646A (en) * 2022-07-01 2023-05-02 荣耀终端有限公司 Process processing method and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141922A (en) * 2010-01-29 2011-08-03 腾讯科技(深圳)有限公司 Micro kernel pluggable program application system and implementation method thereof
CN103399792A (en) * 2013-07-24 2013-11-20 佳都新太科技股份有限公司 Implementation scheme of Android-based plug-in applications
CN104102477A (en) * 2013-04-08 2014-10-15 腾讯科技(深圳)有限公司 Method and frame platform system for changing mobile terminal application into plugin
CN104731600A (en) * 2015-03-31 2015-06-24 上海盈方微电子有限公司 Implementation method for Android system service plug-in

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102141922A (en) * 2010-01-29 2011-08-03 腾讯科技(深圳)有限公司 Micro kernel pluggable program application system and implementation method thereof
CN104102477A (en) * 2013-04-08 2014-10-15 腾讯科技(深圳)有限公司 Method and frame platform system for changing mobile terminal application into plugin
CN103399792A (en) * 2013-07-24 2013-11-20 佳都新太科技股份有限公司 Implementation scheme of Android-based plug-in applications
CN104731600A (en) * 2015-03-31 2015-06-24 上海盈方微电子有限公司 Implementation method for Android system service plug-in

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
泡在网上的日子: ""DroidPlugin"", 《开源代码》 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108228264B (en) * 2016-12-12 2021-07-30 北京国双科技有限公司 Plug-in resource loading method and device
CN108228264A (en) * 2016-12-12 2018-06-29 北京国双科技有限公司 plug-in resource loading method and device
CN107315515A (en) * 2017-06-20 2017-11-03 努比亚技术有限公司 Color change method, terminal and the computer-readable recording medium of status bar icon
CN109408133A (en) * 2017-08-16 2019-03-01 阿里巴巴集团控股有限公司 A kind of method and apparatus starting component
CN109408133B (en) * 2017-08-16 2021-12-14 阿里巴巴集团控股有限公司 Method and equipment for starting assembly
CN111552517B (en) * 2019-01-23 2023-04-25 阿里巴巴集团控股有限公司 Application program starting method and device, electronic equipment and computer storage medium
CN111552517A (en) * 2019-01-23 2020-08-18 阿里巴巴集团控股有限公司 Application program starting method and device, electronic equipment and computer storage medium
CN110231922B (en) * 2019-05-23 2021-01-22 珠海格力电器股份有限公司 Mobile terminal display control method and mobile terminal
CN110231922A (en) * 2019-05-23 2019-09-13 珠海格力电器股份有限公司 A kind of mobile terminal display control method and mobile terminal
CN110213443A (en) * 2019-05-30 2019-09-06 努比亚技术有限公司 Prevent third party's desktop application self-start method, mobile terminal and storage medium
CN110297644A (en) * 2019-06-24 2019-10-01 深圳市酷开网络科技有限公司 A kind of homepage, which suspends, applies setting method, intelligent terminal and storage medium
CN110764836A (en) * 2019-09-18 2020-02-07 华为技术有限公司 Method and system for realizing plug-in
US11880695B2 (en) 2019-09-18 2024-01-23 Huawei Technologies Co., Ltd. Plug-in implementation method and plug-in implementation system
CN110764836B (en) * 2019-09-18 2024-02-09 华为技术有限公司 Plug-in implementation method and plug-in implementation system
CN111813476A (en) * 2020-06-30 2020-10-23 中天掌金(北京)科技有限公司 Mobile banking application method based on android minus one screen
CN111813476B (en) * 2020-06-30 2024-04-05 中天掌金(北京)科技有限公司 Mobile phone banking application method based on An Zhuofu one screen
CN113485769A (en) * 2021-07-23 2021-10-08 统信软件技术有限公司 Application program running method, computing device and storage medium
CN113448756A (en) * 2021-08-30 2021-09-28 统信软件技术有限公司 Inter-process communication system and method and computing device
CN113448756B (en) * 2021-08-30 2021-12-07 统信软件技术有限公司 Inter-process communication system and method and computing device
CN116048646A (en) * 2022-07-01 2023-05-02 荣耀终端有限公司 Process processing method and electronic equipment
CN116048646B (en) * 2022-07-01 2024-05-10 荣耀终端有限公司 Process processing method and electronic equipment

Also Published As

Publication number Publication date
CN105912366B (en) 2019-07-05

Similar Documents

Publication Publication Date Title
CN105912366A (en) Implementation method for plug-in type development of desktop application
CN107832100B (en) APK plug-in loading method and terminal thereof
US8220054B1 (en) Process exception list updating in a malware behavior monitoring program
US6347375B1 (en) Apparatus and method for remote virus diagnosis and repair
CN107203419A (en) Intermodule call method, apparatus and system in application program
JP2017503421A (en) Network function virtualized NFV failure management apparatus, device, and method
CN111090495A (en) Node management method, device, equipment, storage medium and system
WO2023131343A1 (en) Stress test method and system, and device and storage medium
CN112445686A (en) Memory leak detection method, device and computer-readable storage medium
CN106341373A (en) Method and device for detecting and preventing malicious click advertisement links
CN107729205A (en) Fault handling method and device for operation system
CN101951623B (en) User behavior statistical method and device based on user events
Singh et al. ZapDroid: managing infrequently used applications on smartphones
CN105117272A (en) Operating system manager, virtual machine and switching method between operating systems
CN113094238A (en) Method and device for monitoring abnormity of business system
US9674371B2 (en) Online upgrade processing method, associated apparatus and system
CN108270753B (en) Method and device for logging out user account
US8176188B2 (en) Billing adjustment for power on demand
CN103176897B (en) A kind of method and system of software regression testing
CN112463518A (en) Page full-life-cycle monitoring method, device, equipment and storage medium based on Flutter
CN107872553B (en) 4G industry application card detection system and method
CN109936462B (en) Disaster recovery method and device
CN115729727A (en) Fault repairing method, device, equipment and medium
CN110618920B (en) Communication method applied to TPC-E test and driver equipment
CN114741325A (en) Recording method and device of test script for application system test

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20171023

Address after: 510055, tower 17, A tower, Zhonghua International Center, No. three, 33 Zhongshan Road, Yuexiu District, Guangdong, Guangzhou, China

Applicant after: GUANGZHOU GOMO SHIJI TECHNOLOGY Co.,Ltd.

Address before: 510055 A, block, China International Center, No. three Zhongshan Road, Guangzhou, Guangdong, China, 16-17

Applicant before: GUANGZHOU JIUBANG DIGITAL TECHNOLOGY Co.,Ltd.

Applicant before: GUANGZHOU HENGYE SOFTWARE TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A Implementation Method for Plugging Desktop Applications

Effective date of registration: 20231207

Granted publication date: 20190705

Pledgee: China Co. truction Bank Corp Guangzhou Yuexiu branch

Pledgor: GUANGZHOU GOMO SHIJI TECHNOLOGY Co.,Ltd.

Registration number: Y2023980070036

PE01 Entry into force of the registration of the contract for pledge of patent right