CN107992308A - A kind of plug-in unit management method of android terminal application program - Google Patents

A kind of plug-in unit management method of android terminal application program Download PDF

Info

Publication number
CN107992308A
CN107992308A CN201711176728.XA CN201711176728A CN107992308A CN 107992308 A CN107992308 A CN 107992308A CN 201711176728 A CN201711176728 A CN 201711176728A CN 107992308 A CN107992308 A CN 107992308A
Authority
CN
China
Prior art keywords
plug
unit
host
application
manager
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
CN201711176728.XA
Other languages
Chinese (zh)
Other versions
CN107992308B (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.)
World (beijing) Network Technology Co Ltd
Original Assignee
World (beijing) Network 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 World (beijing) Network Technology Co Ltd filed Critical World (beijing) Network Technology Co Ltd
Priority to CN201711176728.XA priority Critical patent/CN107992308B/en
Publication of CN107992308A publication Critical patent/CN107992308A/en
Application granted granted Critical
Publication of CN107992308B publication Critical patent/CN107992308B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/53Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Human Computer Interaction (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention provides a kind of plug-in unit management method of android terminal application program, plug-in unit bytecode resource path is added in system resource set of paths, ensures that plug-in unit can be directly using the resource file of itself and independent of host;Plug-in unit is supported to start multiple Service components at the same time;Plug-in unit is supported to use third-party dynamic shared library file;Plugin manager can be automatically updated, and independent of host application.

Description

A kind of plug-in unit management method of android terminal application program
Technical field
The invention belongs to intelligent terminal technical field, and in particular to a kind of plug-in unit manager of android terminal application program Method.
Background technology
With the appearance of Android operation system, there occurs snafu change for the influence power of mobile embedded type equipment Change.Current user is even more to have more and more dependences to the terminal applies based on android system, and applies the function of itself Also constantly improving and extending.Therefore many Android applications on the market all can become very too fat to move, this gives application function Extension cause inconvenience.Using plug-in part technology, an application program for being already installed on android system (host) can be allowed Go to run those not by the APK file of android system identification installation.So substantially increase application extensions with more New flexibility.
Android plug-in part technologies common at present, after the legitimacy of verification plug-in unit, parse plug-in unit and in host program One sandbox environment of middle establishment, using host in itself and system explorer, it is and slotting to call by way of reflection Program and its method in part, start plug-in unit.
Above-mentioned technical proposal of the prior art has the disadvantage that:
First, plug-in resource manager depends on host program, can not be independently using the related resource text inside add-on file Part;
Second, plug-in unit is not supported to start multiple Service components at the same time;
Third, plugin manager is embedded in host using in APK in itself, do not support the dynamic of itself to update, need to be answered with host Together updated with program.
The content of the invention
To overcome above-mentioned the deficiencies in the prior art, the present invention provides a kind of plug-in unit management of android terminal application program Method.
1. starting host application, the version of plugin manager is checked, latest edition is downloaded from server end by network This plugin manager, verifies its integrality.
2. initializing plugin manager, blocked when android system creates Activity components and Service components Operation is cut, replaces the Classloader specified.
3. loading plug-in unit, the plug-in unit APK file of latest edition is downloaded from server end first, verifies integrality, verification is logical Later separate threads are started to be loaded into line asynchronous.
4. starting operation plug-in unit, the following aspects is included using plug-in unit correlation function:
Plug-in interface is run, user can be interacted therewith by behaviors such as touch, button, phonetic entries;
One or more Service components are run, carry out complete independently some logic tasks, and feedback information is passed through into interface Interact to be shown to user;
Dynamic shared library file prefabricated inside operation plug-in unit is loaded, carries out some more efficient arithmetic operations;
The power function of plug-in applications encapsulation is called, can be assisted by way of multithreading with host's application Communicate.
It is added to so as to fulfill by plug-in unit bytecode resource path in system resource set of paths, ensures that plug-in unit can be direct Using the resource file of itself independent of host;Plug-in unit is supported to start multiple Service components at the same time;Plug-in unit is supported to use Third-party dynamic shared library file;Plugin manager can be automatically updated, and independent of host application.It is described The plug-in unit management method of android terminal application program specifically includes:
S101:Start host application, establish the sandbox process of Android applications;
S102:The plugin manager version in host's application is read, and network request is sent to upload this to server end Version value;
S103:Receive updating the data for the plugin manager that server end issues;
S104:Judge whether to need to update plugin manager;If it is judged that to need to update, then S105 is performed, such as Fruit judging result then enters step S107 for that need not update;
S105:Host applies download plug-in manager;
S106:Judge whether institute's download plug-in manager integrality is correct, if it is determined that integrality correctly then performs S107; If it is determined that integrality is incorrect, then S105 is returned;
S107:Initialize plugin manager;
S108:Check the plug-in version in host's application;S109:Judge whether to need to update plug-in unit, if it is judged that To need to update, then S110 is entered step, if it is judged that for that need not update, then enter step S112;
S110:Host applies download plug-in APK file;
S111:Judge whether plug-in unit downloads success, if it is judged that to download successfully, then enter step S112, if Judging result is unsuccessful to download, then re-executes step S110;
S112:Plug-in unit is loaded, initializes the explorer and Classloader of plug-in unit;One according to the present invention preferred real The Classloader of mode, wherein plug-in unit is applied, can preferentially be searched and the relevant class file of plug-in unit bag name;
S113:User uses plug-in unit, and specific application function is realized by plug-in unit;
S114:Terminate relevant operation, exit host application.
Described above is only the general introduction of technical solution of the present invention, in order to better understand the technological means of the present invention, And can be practiced according to the content of specification, below with presently preferred embodiments of the present invention and coordinate attached drawing describe in detail as after.
Brief description of the drawings
Fig. 1 shows plug-in unit management flow chart according to an embodiment of the invention;
Fig. 2 shows initialization plugin manager flow chart according to an embodiment of the invention;
Fig. 3 shows further plug-in unit management flow chart according to an embodiment of the invention.
Embodiment
Further to illustrate the present invention to reach the technological means and effect that predetermined goal of the invention is taken, below in conjunction with Attached drawing and preferred embodiment, to its specific implementation of the plug-in unit management method according to android terminal application program proposed by the present invention Mode, feature and its effect, describe in detail as after.In the following description, different " embodiment " or " embodiment " refers to not It must be the same embodiment.In addition, the special characteristic, structure or feature in one or more embodiments can be by any suitable forms Combination.
Term used in the present invention is as follows:
Android:Chinese is translated into Android, and a kind of operating system of freedom and open source code based on Linux, mainly makes For moving equipment, such as intelligent terminal and tablet computer, by Google companies and open terminal alliance leader and develop;
APK:It is the application program installation file form in a kind of Android operation system, its English full name is “Android application package”;
Activity components:Refer to the application component of the responsible establishment form display interface in android system;
Service components:Refer to the answering in running background execution time-consuming operation for not having user interface in android system Use component.
In the specific embodiment of the present invention, the plug-in unit management method specifically includes:
S101:Start host application, establish the sandbox process of Android applications;The sandbox process refers to Android gives each one single space of APK course allocations, and creates a sandbox for it, should to prevent from influencing other With program (or other applications influence it);
S102:The plugin manager version in host's application is read, and network request is sent to upload this to server end Version value;
S103:Receive updating the data for the plugin manager that server end issues;One according to the present invention is preferable to carry out Mode, it is received to update the data as sky if need not be updated;
S104:Judge whether to need to update plugin manager;If it is judged that to need to update, then S105 is performed, such as Fruit judging result then enters step S107 for that need not update;
S105:Host applies download plug-in manager;A preferred embodiment according to the present invention, completes download plug-in After manager, also the integrality for downloading file will be calculated by pre-defined algorithm;
S106:Judge whether institute's download plug-in manager integrality is correct, if it is determined that integrality correctly then performs S107; If it is determined that integrality is incorrect, then S105 is returned;A preferred embodiment according to the present invention, can be by calculating under download The md5 values for the plugin manager come carry out integrality judgement, and md5 values and the server end of the plugin manager of calculating issued Md5 values be compared, represent integrality if both are consistent, expression integrality is incorrect as inconsistent if;
S107:Initialize plugin manager;A preferred embodiment according to the present invention, creates in android system Interception operation is carried out when Activity components and Service components, replaces the Classloader specified;
S108:Check the plug-in version in host's application;A preferred embodiment according to the present invention, reads insert first Part version, and network request is sent to check whether plug-in unit needs to update to server end, finally obtain what server end issued Update the data;
S109:Judge whether to need to update plug-in unit, if it is judged that to need to update, then enter step S110, if Judging result then enters step S112 for that need not update;
S110:Host applies download plug-in APK file;A preferred embodiment according to the present invention, can pass through service The url addresses that device end issues are come in the read-write catalogue that download plug-in is applied to host;
S111:Judge whether plug-in unit downloads success, if it is judged that to download successfully, then enter step S112, if Judging result is unsuccessful to download, then re-executes step S110;
S112:Plug-in unit is loaded, initializes the explorer and Classloader of plug-in unit;One according to the present invention preferred real The Classloader of mode, wherein plug-in unit is applied, can preferentially be searched and the relevant class file of plug-in unit bag name;
S113:User uses plug-in unit, and specific application function is realized by plug-in unit;
S114:Terminate relevant operation, exit host application.
A preferred embodiment according to the present invention, the specific application of function include:
Plug-in interface is run, runs the Service components of plug-in unit, runs plug-in unit dynamic shared library and in host application The middle power function for calling plug-in unit opening;Wherein:
The operation plug-in interface, for the function module interacted with user, supports user to carry out touch screen, point The behaviors such as virtual key, phonetic entry are hit to interact operation;
The Service components of the operation plug-in unit, support plug-in unit to start one or more Service components, backstage is mutually Independent operating;
The dynamic shared library, English full name Shared Object, similar to the DLL of Windows, can transport in program Load and execution C/C++ codes during row, using the teaching of the invention it is possible to provide higher operation efficiency.It is described to call plug-in unit external in host application Open power function, obtains using the data returned.
As shown in Fig. 2, an embodiment according to the present invention, the initialization plug-in management utensil in wherein S107 Body includes following flow:
S201:Customized Instrumentation consoles are added to android system;One according to the present invention Preferred embodiment, can preferentially perform customized when android system creates Activity components or Service components Instrumentation consoles, the ClassLoader Classloaders of registration can be used properly;
S202:Register the ClassLoader Classloaders in the plugin manager that simultaneously caching step S105 is downloaded;
S203:The manager of plug-in unit dynamic shared library is initialized, specified directory is set to be managed collectively the dynamic of all plug-in units State shares library file, ensures that each plug-in unit may only load the dynamic shared library of oneself, avoids unnecessary obscuring;
S204:Service component pools are acted on behalf of in initialization, and when plug-in unit starts Service components, Service groups are acted on behalf of from this Service components are extracted in part pond and are used, are given back after use.
After host application according to the present invention has been installed, during using Android mobile phone, under phone network state, such as Click on application icon then can carry out the inspection of plugin manager and plug-in unit renewal operation in a certain specified url of background request, connect The feedback according to server end, downloads the APK file of such as Dolphin.apk etc, these APK files need not pass through Android system is installed, therefore can start operation directly in host application.As shown in figure 3, according to the present invention An embodiment plug-in management embodiment:
S301:Start host application;
S302:The plugin manager version in host application is read, such as read plugin manager version is 101, and network request is sent to upload the version value to server end;The server end address is, for example,www.plugin- manager.php
S303:Receive updating the data for the plugin manager that server end issues;One according to the present invention is preferable to carry out Mode, since the version value of upload is 101, the version value that server end returns at this time is 102, and specific content is as follows: {“version”:102,“url”:“www.plugin-manager.php/102/PluginManager.apk”,“md5”: “abcdefgh12345678”};
S304:According to url content download plug-in manager PluginManager.apk files;Such as basis Www.plugin-manager.php/102/PluginManager.apk download plug-in managers PluginManager.apk texts Part;
S305:Judge whether institute's download plug-in manager PluginManager.apk file integralities are correct, calculate The md5 cryptographic Hash of PluginManager.apk files, and the md5 values abcdefgh12345678 contrasts issued with server, phase It is same then enter S306, it is different then re-execute 305;
S306:Initialize plugin manager;A preferred embodiment according to the present invention, creates in android system Interception operation is carried out when Activity components and Service components, replaces the Classloader specified;
S307:Check the Dolphin plug-in versions in host's application, and the version value is uploaded into background server;Root According to a preferred embodiment of the present invention, such as the Dolphin plug-in versions checked are 101, then upload the version value To background server (www.plugin.php);
S308:The update of plug-in data that server issues, a preferred embodiment according to the present invention are received, content is {“version”:102,“url”:“www.plugin.php/102/Dolphin.apk”,“md5”: “12345678abcdefgh”};
S309:Host applies download plug-in Dolphin.apk files;A preferred embodiment according to the present invention, can In the read-write catalogue that the url addresses issued by server end are applied come download plug-in to host;
S310:Whether the Dolphin.apk plug-in units integrality that judgement has been downloaded is correct, calculates the md5 of Dolphin.apk Cryptographic Hash, and the md5 values contrast issued with server, such as md5 values are 12345678abcdefgh, it is identical, enter step S112 is different then re-execute step S309;
S311:Plug-in unit is loaded, initializes the explorer and Classloader of plug-in unit;One according to the present invention preferred real The Classloader DolphinPluginClassLoader of mode, wherein plug-in unit is applied, can preferentially be searched relevant with plug-in unit bag name Class file;
S312:User clicks on host's icon, into plug-in unit Dolphin;
S313:Terminate relevant operation, exit host application.
The configuration and expansion that can effectively improve the function module of Android application programs by implementing technical scheme Exhibition, and can dynamically update, manage plugin manager and plug-in unit APK file, it can quickly upgrade renewal, reduce The later maintenance of Android application programs and the cost of issue.The development process of plug-in unit in itself, is opened with common Android applications Send out basically identical, reduce the R&D costs of R&D team.Plugin manager so that originally too fat to move Android program structure Module becomes apparent from, and reduces the coupling between module, and enhances the availability of Android application programs and expansible Property.
The above described is only a preferred embodiment of the present invention, not make limitation in any form to the present invention, though So the present invention is disclosed above with preferred embodiment, but is not limited to the present invention, any to be familiar with this professional technology people Member, without departing from the scope of the present invention, when the technology contents using the disclosure above make a little change or modification For the equivalent embodiment of equivalent variations, as long as being the content without departing from technical solution of the present invention, the technical spirit according to the present invention Any simple modification, equivalent change and modification made to above example, in the range of still falling within technical solution of the present invention.

Claims (10)

  1. A kind of 1. android terminal application plug management method, it is characterised in that including:
    S101:Start host application, establish the sandbox process of Android applications;
    S102:The plugin manager version in host's application is read, and network request is sent to upload the version to server end Value;
    S103:Receive updating the data for the plugin manager that server end issues;
    S104:Judge whether to need to update plugin manager;If it is judged that to need to update, then S105 is performed, if sentenced Disconnected result then enters step S107 for that need not update;
    S105:Host applies download plug-in manager;
    S106:Judge whether institute's download plug-in manager integrality is correct, if it is determined that integrality correctly then performs S107;If Judge that integrality is incorrect, then return to S105;
    S107:Initialize plugin manager;
    S108:Check the plug-in version in host's application;S109:Judge whether to need to update plug-in unit, if it is judged that to need Update, then enter step S110, if it is judged that for that need not update, then enter step S112;
    S110:Host applies download plug-in APK file;
    S111:Judge whether plug-in unit downloads success, if it is judged that to download successfully, then enter step S112, if it is determined that As a result it is unsuccessful to download, then re-execute step S110;
    S112:Plug-in unit is loaded, initializes the explorer and Classloader of plug-in unit;The side of being preferable to carry out according to the present invention The Classloader of formula, wherein plug-in unit, can preferentially search and the relevant class file of plug-in unit bag name;
    S113:User uses plug-in unit, and specific application function is realized by plug-in unit;
    S114:Terminate relevant operation, exit host application.
  2. 2. android terminal application plug management method according to claim 1, it is characterised in that:
    When the updating the data of plugin manager for receiving server end and issuing, it is received if need not be updated Update the data as sky.
  3. 3. android terminal application plug management method according to claim 1 or 2, it is characterised in that:
    After completing download plug-in manager, also the integrality for downloading file will be calculated by pre-defined algorithm.
  4. 4. according to any android terminal application plug management methods of claim 1-3, it is characterised in that:
    Integrality judgement can be carried out by calculating the md5 values of the plugin manager downloaded, by the plugin manager of calculating Md5 values be compared with the md5 values that server end issues, represent integrality if both are consistent, as inconsistent, represented Whole property is incorrect.
  5. 5. according to any android terminal application plug management methods of claim 1-4, it is characterised in that:
    The plug-in version checked in host's application, further comprises:
    Plug-in version is read first, and sends network request to server end to check whether plug-in unit needs to update, and is finally obtained What server end issued updates the data.
  6. 6. according to any android terminal application plug management methods of claim 1-5, it is characterised in that:
    The host applies download plug-in APK file, further comprises:
    In the read-write catalogue that the url addresses issued by server end are applied come download plug-in to host.
  7. 7. according to any android terminal application plug management methods of claim 1-6, it is characterised in that:
    The loading plug-in unit, the explorer and Classloader for initializing plug-in unit further comprise:
    The wherein Classloader of plug-in unit, it is preferential to search and the relevant class file of plug-in unit bag name.
  8. 8. according to any android terminal application plug management methods of claim 1-7, it is characterised in that:
    The user uses plug-in unit, realizes that specific application function includes by plug-in unit:
    Plug-in interface is run, runs the Service components of plug-in unit, plug-in unit dynamic shared library is run and is adjusted in host application The power function opened to the outside world with plug-in unit.
  9. 9. android terminal application plug management method according to claim 8, it is characterised in that:
    The operation plug-in interface, for the function module interacted with user, supports user to carry out touch screen, click on void Intend the behaviors such as button, phonetic entry to interact operation;
    The Service components of the operation plug-in unit, support plug-in unit to start one or more Service components, backstage is independently of each other Operation;
    The power function that plug-in unit opening is called in host application, obtains using the data returned.
  10. 10. the android terminal application plug management method according to claim 1-9, it is characterised in that:
    Initialization plug-in management implement body in wherein S107 includes following flow:
    S201:Customized Instrumentation consoles are added to android system;
    S202:Register the ClassLoader Classloaders in the plugin manager that simultaneously caching step S105 is downloaded;
    S203:The manager of plug-in unit dynamic shared library is initialized, sets specified directory to be total to be managed collectively the dynamic of all plug-in units Library file is enjoyed, ensures that each plug-in unit may only load the dynamic shared library of oneself, avoids unnecessary obscuring;
    S204:Service component pools are acted on behalf of in initialization, and when plug-in unit starts Service components, Service component pools are acted on behalf of from this Middle extraction Service components simultaneously use, and are given back after use.
CN201711176728.XA 2017-11-22 2017-11-22 Plug-in management method for android terminal application program Active CN107992308B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711176728.XA CN107992308B (en) 2017-11-22 2017-11-22 Plug-in management method for android terminal application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711176728.XA CN107992308B (en) 2017-11-22 2017-11-22 Plug-in management method for android terminal application program

Publications (2)

Publication Number Publication Date
CN107992308A true CN107992308A (en) 2018-05-04
CN107992308B CN107992308B (en) 2020-10-20

Family

ID=62032704

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711176728.XA Active CN107992308B (en) 2017-11-22 2017-11-22 Plug-in management method for android terminal application program

Country Status (1)

Country Link
CN (1) CN107992308B (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108664265A (en) * 2018-05-15 2018-10-16 玩咖欢聚文化传媒(北京)有限公司 The interpolation method and system of Android application program
CN109388416A (en) * 2018-09-29 2019-02-26 智器云南京信息科技有限公司 A kind of plug-in unit realization method and system of application software
CN109725952A (en) * 2019-01-07 2019-05-07 深圳市网心科技有限公司 A kind of method of application plug, system and relevant apparatus
CN110209416A (en) * 2019-05-31 2019-09-06 彩讯科技股份有限公司 Application software update method, device, terminal and storage medium
CN111258587A (en) * 2020-01-17 2020-06-09 苏宁云计算有限公司 Method, device, equipment and storage medium for realizing android application plug-in
CN111399927A (en) * 2018-12-14 2020-07-10 北京奇虎科技有限公司 Method and device for sharing Class file by application and computing equipment
WO2020142981A1 (en) * 2019-01-10 2020-07-16 福建联迪商用设备有限公司 Method for installing initial configuration information of pos machine, and terminal
CN112148414A (en) * 2020-09-30 2020-12-29 亮风台(上海)信息科技有限公司 Interactive response method and system of interface and terminal equipment
CN112148332A (en) * 2020-09-30 2020-12-29 亮风台(上海)信息科技有限公司 Tool system, updating method thereof, terminal device and storage medium
CN112732314A (en) * 2020-12-30 2021-04-30 北京一亩田新农网络科技有限公司 Plug-in differential packaging method and device based on android, electronic equipment and computer readable medium
WO2023087642A1 (en) * 2021-11-19 2023-05-25 上海商汤智能科技有限公司 User code running method and apparatus, and electronic device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104714828A (en) * 2015-03-31 2015-06-17 北京奇虎科技有限公司 Methods and devices for installing and operating application
US20150293769A1 (en) * 2012-12-26 2015-10-15 Tencent Technology (Shenzhen) Company Limited Application implementation method and apparatus
CN105893094A (en) * 2016-03-31 2016-08-24 百度在线网络技术(北京)有限公司 Achieving method and device for application program plug-in
CN105955787A (en) * 2016-05-18 2016-09-21 深圳市掌玩网络技术有限公司 Method and device used for loading plug-in of Android system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150293769A1 (en) * 2012-12-26 2015-10-15 Tencent Technology (Shenzhen) Company Limited Application implementation method and apparatus
CN104714828A (en) * 2015-03-31 2015-06-17 北京奇虎科技有限公司 Methods and devices for installing and operating application
CN105893094A (en) * 2016-03-31 2016-08-24 百度在线网络技术(北京)有限公司 Achieving method and device for application program plug-in
CN105955787A (en) * 2016-05-18 2016-09-21 深圳市掌玩网络技术有限公司 Method and device used for loading plug-in of Android system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
OMNISPACE: "Android 插件化原理解析——Service的插件化", 《CSDN:HTTPS://BLOG.CSDN.NET/OMNISPACE/ARTICLE/DETAILS/73320933》 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108664265A (en) * 2018-05-15 2018-10-16 玩咖欢聚文化传媒(北京)有限公司 The interpolation method and system of Android application program
CN109388416A (en) * 2018-09-29 2019-02-26 智器云南京信息科技有限公司 A kind of plug-in unit realization method and system of application software
CN111399927A (en) * 2018-12-14 2020-07-10 北京奇虎科技有限公司 Method and device for sharing Class file by application and computing equipment
CN109725952A (en) * 2019-01-07 2019-05-07 深圳市网心科技有限公司 A kind of method of application plug, system and relevant apparatus
CN109725952B (en) * 2019-01-07 2021-09-24 深圳市网心科技有限公司 Method, system and related device for application program plug-in
WO2020142981A1 (en) * 2019-01-10 2020-07-16 福建联迪商用设备有限公司 Method for installing initial configuration information of pos machine, and terminal
CN110209416A (en) * 2019-05-31 2019-09-06 彩讯科技股份有限公司 Application software update method, device, terminal and storage medium
CN111258587A (en) * 2020-01-17 2020-06-09 苏宁云计算有限公司 Method, device, equipment and storage medium for realizing android application plug-in
CN111258587B (en) * 2020-01-17 2023-08-22 苏宁云计算有限公司 Android application plug-in implementation method, device, equipment and storage medium
CN112148414A (en) * 2020-09-30 2020-12-29 亮风台(上海)信息科技有限公司 Interactive response method and system of interface and terminal equipment
CN112148332A (en) * 2020-09-30 2020-12-29 亮风台(上海)信息科技有限公司 Tool system, updating method thereof, terminal device and storage medium
CN112148332B (en) * 2020-09-30 2023-09-05 亮风台(上海)信息科技有限公司 Tool system, updating method thereof, terminal device and storage medium
CN112148414B (en) * 2020-09-30 2024-05-31 亮风台(上海)信息科技有限公司 Interactive response method and system of interface and terminal equipment
CN112732314A (en) * 2020-12-30 2021-04-30 北京一亩田新农网络科技有限公司 Plug-in differential packaging method and device based on android, electronic equipment and computer readable medium
WO2023087642A1 (en) * 2021-11-19 2023-05-25 上海商汤智能科技有限公司 User code running method and apparatus, and electronic device and storage medium

Also Published As

Publication number Publication date
CN107992308B (en) 2020-10-20

Similar Documents

Publication Publication Date Title
CN107992308A (en) A kind of plug-in unit management method of android terminal application program
US11256496B2 (en) Apparatus and method for managing application
EP3128421B1 (en) Method, device, and system for achieving java application installation by cloud compilation
KR101793306B1 (en) Virtual application extension points
CN110187910B (en) Thermal updating method, device, equipment and computer readable storage medium
US8549490B2 (en) Static code analysis for packaged application customization
US8560822B1 (en) Pre-boot operating environment
CN105786538B (en) software upgrading method and device based on android system
CN107967139B (en) Hot updating method and device for game
US20080066063A1 (en) System and method for preparing runtime checks
CN103324498A (en) Method and equipment for booting bare metal computing device
US9158521B2 (en) Automatic provisioning of a software platform to a device ecosystem
CN103761088A (en) Multiple operation system switching method applicable to ARM (advanced risc machine) framework mobile equipment
KR20130142073A (en) Method and terminal for using mobile memory card to boot up mobile phone operating system
CN105516154A (en) Security policy configuration method and device applied to SEAndroid (Security-Enhanced Android) system
CN107844306A (en) Restorative procedure, device, storage medium and the terminal of application program
CN114341800A (en) Method and apparatus for improving runtime performance after application update in an electronic device
CN106293849A (en) A kind of application update method and terminal
KR20030056446A (en) File Construction for Mobile Communication Device including Machine-Language-Code Execution Section and File Execution Method using the same
CN112463199A (en) System upgrading method and terminal
CN112286586B (en) Plug-in configuration method and related equipment
CN107066255A (en) A kind of the Internet of Things apparatus control method and device of shared Internet of Things apparatus logic
CN109933355B (en) Application program upgrading method and device
CN109145598A (en) Method for detecting virus, device, terminal and the storage medium of script file
CN109144544A (en) Application program update method, system and device used in a kind of bank

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
GR01 Patent grant
GR01 Patent grant