CN104536733B - The method and mobile terminal of plug-in unit installation kit are described - Google Patents

The method and mobile terminal of plug-in unit installation kit are described Download PDF

Info

Publication number
CN104536733B
CN104536733B CN201410758987.3A CN201410758987A CN104536733B CN 104536733 B CN104536733 B CN 104536733B CN 201410758987 A CN201410758987 A CN 201410758987A CN 104536733 B CN104536733 B CN 104536733B
Authority
CN
China
Prior art keywords
plug
unit
apk
supporeted
mode
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.)
Active
Application number
CN201410758987.3A
Other languages
Chinese (zh)
Other versions
CN104536733A (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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201410758987.3A priority Critical patent/CN104536733B/en
Priority to CN201810316867.6A priority patent/CN108563429B/en
Publication of CN104536733A publication Critical patent/CN104536733A/en
Application granted granted Critical
Publication of CN104536733B publication Critical patent/CN104536733B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a kind of method for describing plug-in unit installation kit, the program of the identity information by creating description plug-in unit Android bag APK in plug-in unit Android bag APK according to pre-set rule;In the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK parsing described programs, and obtain the identity information of the plug-in unit Android bag APK.The invention also discloses a kind of mobile terminal, so that specification describes the program of the identity information of plug-in unit Android bag APK, there is simple and convenient, uniform format.

Description

The method and mobile terminal of plug-in unit installation kit are described
Technical field
The present invention relates to field of mobile terminals, more particularly to a kind of method and mobile terminal for describing plug-in unit installation kit.
Background technology
At present, release one after another with the application software of mobile terminal various new plug-in units, it is each in order to carry and extend The new plug-in unit of formula function, the principal phase machine of mobile terminal need to know the identity information of above-mentioned various new plug-in unit Android bag APK, because This, when designing plug-in unit Android bag (Android Package, APK), it is necessary to a kind of above-mentioned various new plug-in units of program description The identity information of APK so that the principal phase function of above-mentioned mobile terminal knows the identity information of plug-in unit Android bag APK.
The content of the invention
The present invention provides a kind of method and mobile terminal for describing plug-in unit installation kit, and main purpose is solve how to cause The technical problem of the identity information of acquisition for mobile terminal plug-in unit Android bag APK.
To achieve the above object, a kind of method for describing plug-in unit installation kit provided by the invention, the description plug-in unit installation The method of bag includes:
The identity information of description plug-in unit Android bag APK is created in plug-in unit Android bag APK according to pre-set rule Program;
In the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK parsing described programs, And obtain the identity information of the plug-in unit Android bag APK.
Preferably, it is described to create description plug-in unit Android bag APK's in plug-in unit Android bag APK according to pre-set rule After the program of identity information, further include:
Store the program under the catalogue of the pre-set plug-in unit Android bag APK.
Preferably, the identity information includes at least the title of the plug-in unit, the name of the class of the program of the description plug-in unit Claim, whether the front camera of mobile terminal supports the identifying of application program of the plug-in unit, whether the mobile terminal is installed At least one or two or more in the mark of the application program of the plug-in unit.
Preferably, it is described to create description plug-in unit Android bag APK's in plug-in unit Android bag APK according to pre-set rule The program of identity information, including:
Created under the asserts catalogues of plug-in unit Android bag APK " program of plugin.xml ";
" plugin.xml " is:
<plugin-features>
<Package name=" A1 "></package><Classname=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>
Wherein, " A1 " is the title of the plug-in unit;" A2 " be the plug-in unit program class title, " mode- supporeted-front>true</mode-supporeted-front>" represent that front camera supports the plug-in unit, "< mode-supporeted-local>true</mode-supporeted-local>" represent that the mobile terminal installation is described slotting The application program of part.
Preferably, it is described in the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK solutions Described program is analysed, and obtains the identity information of the plug-in unit Android bag APK, including:
InputStreampluginXmlInput=pluginContext.getAssets () .open (" plugin.xml");
Wherein, " plugin.xml " is:
<plugin-features>
<Package name=" A1 "></package><Classname=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>;
PluginContext.getAssets () .open (" plugin.xml ") for the parsing plug-in unit Android bag APK's What is created under asserts catalogues is described " program of plugin.xml ".
In addition, to achieve the above object, the present invention also provides a kind of mobile terminal, the mobile terminal includes:
Creating unit, for creating description plug-in unit Android bag APK in plug-in unit Android bag APK according to pre-set rule Identity information program;
Acquiring unit, in the case of being in communication with each other in principal phase machine APK and the plug-in unit Android bag APK, principal phase machine APK Described program is parsed, and obtains the identity information of the plug-in unit Android bag APK.
Preferably, the mobile terminal further includes:
Storage unit, for storing the program under the catalogue of the pre-set plug-in unit Android bag APK.
Preferably, the identity information includes at least the title of the plug-in unit, the name of the class of the program of the description plug-in unit Claim, whether the front camera of mobile terminal supports the identifying of application program of the plug-in unit, whether the mobile terminal is installed At least one or two or more in the mark of the application program of the plug-in unit.
Preferably, the creating unit, including:
Created under the asserts catalogues of plug-in unit Android bag APK " program of plugin.xml ";
" plugin.xml " is
<plugin-features>
<Package name=" A1 "></package><Classname=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>
Wherein, " A1 " is the title of the plug-in unit;" A2 " be the plug-in unit program class title, " mode- supporeted-front>true</mode-supporeted-front>" represent that front camera supports the plug-in unit, "< mode-supporeted-local>true</mode-supporeted-local>" represent that the mobile terminal installation is described slotting The application program of part.
Preferably, the acquiring unit, including:
InputStreampluginXmlInput=pluginContext.getAssets () .open (" plugin.xml");
Wherein, " plugin.xml " is:
<plugin-features>
<Package name=" A1 "></package><Classname=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>;
PluginContext.getAssets () .open (" plugin.xml ") for the parsing plug-in unit Android bag APK's What is created under asserts catalogues is described " program of plugin.xml ".
The embodiment of the present invention in plug-in unit Android bag APK according to pre-set rule by creating description plug-in unit Android bag The program of the identity information of APK;In the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK Described program is parsed, and obtains the identity information of the plug-in unit Android bag APK, so that specification describes the body of plug-in unit Android bag APK The program of part information, there is simple and convenient, uniform format.
Brief description of the drawings
Fig. 1 is the flow diagram of the method first embodiment of present invention description plug-in unit installation kit;
Fig. 2 is the flow diagram of the method second embodiment of present invention description plug-in unit installation kit;
Fig. 3 is the high-level schematic functional block diagram of mobile terminal first embodiment of the present invention;
Fig. 4 is the high-level schematic functional block diagram of mobile terminal second embodiment of the present invention.
The embodiments will be further described with reference to the accompanying drawings for the realization, the function and the advantages of the object of the present invention.
Embodiment
It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, it is not intended to limit the present invention.
The present invention provides a kind of method for describing plug-in unit installation kit.
With reference to Fig. 1, Fig. 1 is the flow diagram of the method first embodiment of present invention description plug-in unit installation kit.
In the first embodiment, which includes:
Step 101, the body of description plug-in unit Android bag APK is created in plug-in unit Android bag APK according to pre-set rule The program of part information;
Wherein, the identity information include at least the plug-in unit title, it is described description plug-in unit program class title, It is described whether the front camera of mobile terminal supports whether the identifying of the application program of the plug-in unit, the mobile terminal install At least one or two or more in the mark of the application program of plug-in unit.
Preferably, it is described to create description plug-in unit Android bag APK's in plug-in unit Android bag APK according to pre-set rule The program of identity information, including:
Created under the asserts catalogues of plug-in unit Android bag APK " program of plugin.xml ";
" plugin.xml " is
<plugin-features>
<Package name=" A1 "></package>
<Class name=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>
Wherein, " A1 " is the title of the plug-in unit;" A2 " be the plug-in unit program class title, " mode- supporeted-front>true</mode-supporeted-front>" represent that front camera supports the plug-in unit, "< mode-supporeted-local>true</mode-supporeted-local>" represent that the mobile terminal installation is described slotting The application program of part.
Specifically, assume to need to describe the program of the identity information of plug-in unit U.S. face camera.
The plugin name " U.S. face camera " of plug-in unit U.S. face camera can be described by " A1 ";
The title of the class of the program of the identity information of described description plug-in unit U.S. face camera can be described by " A2 ".
The front camera of the mobile terminal supports the U.S. face camera to pass through " mode-supporeted- front>true</mode-supporeted-front>" describe.
The locally-installed plug-in unit U.S. face camera of mobile terminal can pass through<mode-supporeted-local> true</mode-supporeted-local>" describe.
Step 102, in the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK parsings Described program, and obtain the identity information of the plug-in unit Android bag APK.
Preferably, it is described in the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK solutions Described program is analysed, and obtains the identity information of the plug-in unit Android bag APK, including:
InputStreampluginXmlInput=pluginContext.getAssets () .open (" plugin.xml");
Wherein, " plugin.xml " is:
<plugin-features>
<Package name=" A1 "></package><Classname=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>;
PluginContext.getAssets () .open (" plugin.xml ") for the parsing plug-in unit Android bag APK's What is created under asserts catalogues is described " program of plugin.xml ".
Specifically, being parsed by pluginContext.getAssets () .open (" plugin.xml ") described " Plugin.xml ", and according to the title of " A1 " acquisition plug-in unit, the class for the program for describing the plug-in unit is obtained according to " A2 " Title, according to "<mode-supporeted-front>true</mode-supporeted-front>" obtain the movement eventually The front camera at end supports the plug-in unit, according to "<mode-supporeted-local>true</mode-supporeted- local>" obtain the application program that the mobile terminal has locally downloaded the plug-in unit.
Wherein, A1=" com.oppo.camera.common ", A2=" CommonCapMode ".
The embodiment of the present invention in plug-in unit Android bag APK according to pre-set rule by creating description plug-in unit Android bag The program of the identity information of APK;In the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK Described program is parsed, and obtains the identity information of the plug-in unit Android bag APK, so that specification describes the body of plug-in unit Android bag APK The program of part information, there is simple and convenient, uniform format.
With reference to Fig. 2, Fig. 2 is the flow diagram of the method second embodiment of present invention description plug-in unit installation kit.
On the basis of first embodiment, further include after step 101:
Step 103, store the program under the catalogue of the pre-set plug-in unit Android bag APK.
Specifically, the plug-in unit Android bag can be set by creating one under the asserts catalogues of plug-in unit Android bag APK The xml of the identity information of APK, and plugin.xml is named as, facilitate main Camera APK to have access to.APK is Android The abbreviation of Package, i.e. Android installation kits.
When designing plug-in unit Android bag APK, itself and main Camera APK are in same process, ensure main Camera APK can be in communication with each other with plug-in unit Android bag APK, and so each plug-in unit is required for describing oneself according to a kind of universal design thinking Identity information, wherein whether the main bag name for including plug-in unit Android bag APK, class name, and front and rear support essential information etc..
The embodiment of the present invention in plug-in unit Android bag APK according to pre-set rule by creating description plug-in unit Android bag The program of the identity information of APK;In the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK Described program is parsed, and obtains the identity information of the plug-in unit Android bag APK, so that specification describes the body of plug-in unit Android bag APK The program of part information, there is simple and convenient, uniform format.
The present invention provides a kind of mobile terminal.
With reference to Fig. 3, Fig. 3 is the high-level schematic functional block diagram of mobile terminal first embodiment of the present invention.
In the first embodiment, which includes:
Creating unit 301, for creating description plug-in unit Android bag in plug-in unit Android bag APK according to pre-set rule The program of the identity information of APK;
Wherein, the identity information include at least the plug-in unit title, it is described description plug-in unit program class title, It is described whether the front camera of mobile terminal supports whether the identifying of the application program of the plug-in unit, the mobile terminal install At least one or two or more in the mark of the application program of plug-in unit.
Preferably, the creating unit 301, including:
Created under the asserts catalogues of plug-in unit Android bag APK " program of plugin.xml ";
" plugin.xml " is
<plugin-features>
<Package name=" com.oppo.camera.common "></package>
<Class name=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>
Wherein, " A1 " is the title of the plug-in unit;" A2 " be the plug-in unit program class title, " mode- supporeted-front>true</mode-supporeted-front>" represent that front camera supports the plug-in unit, "< mode-supporeted-local>true</mode-supporeted-local>" represent that the mobile terminal installation is described slotting The application program of part.
Specifically, assume to need to describe the program of the identity information of plug-in unit U.S. face camera.
The plugin name " U.S. face camera " of plug-in unit U.S. face camera can be described by " A1 ";
The title of the class of the program of the identity information of described description plug-in unit U.S. face camera can be described by " A2 ".
The front camera of the mobile terminal supports the U.S. face camera to pass through " mode-supporeted- front>true</mode-supporeted-front>" describe.
The locally-installed plug-in unit U.S. face camera of mobile terminal can pass through<mode-supporeted-local> true</mode-supporeted-local>" describe.
Acquiring unit 302, in the case of being in communication with each other in principal phase machine APK and the plug-in unit Android bag APK, principal phase machine APK parses described program, and obtains the identity information of the plug-in unit Android bag APK.
Preferably, the acquiring unit, including:
InputStreampluginXmlInput=pluginContext.getAssets () .open (" plugin.xml");
Wherein, " plugin.xml " is:
<plugin-features>
<Package name=" A1 "></package>
<Class name=" A2 ">common</class>
<mode-supporeted-front>true</mode-supporeted-front>
<mode-supporeted-local>true</mode-supporeted-local>
</plugin-features>;
PluginContext.getAssets () .open (" plugin.xml ") for the parsing plug-in unit Android bag APK's What is created under asserts catalogues is described " program of plugin.xml ".
Specifically, being parsed by pluginContext.getAssets () .open (" plugin.xml ") described " Plugin.xml ", and according to the title of " A1 " acquisition plug-in unit, the class for the program for describing the plug-in unit is obtained according to " A2 " Title, according to "<mode-supporeted-front>true</mode-supporeted-front>" obtain the movement eventually The front camera at end supports the plug-in unit, according to "<mode-supporeted-local>true</mode-supporeted- local>" obtain the application program that the mobile terminal has locally downloaded the plug-in unit.
With reference to Fig. 4, Fig. 4 is the high-level schematic functional block diagram of mobile terminal second embodiment of the present invention.
On the basis of first embodiment, which further includes:
Storage unit 303, for storing the program under the catalogue of the pre-set plug-in unit Android bag APK.
Specifically, the plug-in unit Android bag can be set by creating one under the asserts catalogues of plug-in unit Android bag APK The xml of the identity information of APK, and plugin.xml is named as, facilitate main Camera APK to have access to.APK is Android The abbreviation of Package, i.e. Android installation kits.
When designing plug-in unit Android bag APK, itself and main Camera APK are in same process, ensure main Camera APK can be in communication with each other with plug-in unit Android bag APK, and so each plug-in unit is required for describing oneself according to a kind of universal design thinking Identity information, wherein whether the main bag name for including plug-in unit Android bag APK, class name, and front and rear support essential information etc..
The embodiment of the present invention in plug-in unit Android bag APK according to pre-set rule by creating description plug-in unit Android bag The program of the identity information of APK;In the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK Described program is parsed, and obtains the identity information of the plug-in unit Android bag APK, so that specification describes the body of plug-in unit Android bag APK The program of part information, there is simple and convenient, uniform format.
It these are only the preferred embodiment of the present invention, be not intended to limit the scope of the invention, it is every to utilize this hair The equivalent structure or equivalent flow shift that bright specification and accompanying drawing content are made, is directly or indirectly used in other relevant skills Art field, is included within the scope of the present invention.

Claims (6)

  1. A kind of 1. method for describing plug-in unit installation kit, it is characterised in that the method for the description plug-in unit installation kit includes:
    The xml lattice of the identity information of description plug-in unit Android bag APK are created in plug-in unit Android bag APK according to pre-set rule The program of formula, wherein, the identity information includes at least the title of the plug-in unit, the name of the class of the program of the description plug-in unit Claim, whether the front camera of mobile terminal supports the identifying of application program of the plug-in unit, whether the mobile terminal is installed It is more than one or two in the mark of the application program of the plug-in unit;
    Store the program under the catalogue of the pre-set plug-in unit Android bag APK;
    In the case where principal phase machine APK and the plug-in unit Android bag APK are in communication with each other, principal phase machine APK parsing described programs, and obtain Take the identity information of the plug-in unit Android bag APK, wherein, the plug-in unit Android bag APK and the principal phase machine APK it is same into Cheng Zhong, to ensure that the principal phase machine APK can be in communication with each other with the plug-in unit Android bag APK.
  2. It is 2. according to the method described in claim 1, it is characterized in that, described according to pre-set regular in plug-in unit Android bag The program of the xml forms of the identity information of description plug-in unit Android bag APK is created in APK, including:
    The program of " plugin.xml " is created under the asserts catalogues of plug-in unit Android bag APK;
    " plugin.xml " is:
    <plugin-features>
    <package name="A1"></package>
    <class name="A2">common</class>
    <mode-supporeted-front>true</mode-supporeted-front>
    <mode-supporeted-local>true</mode-supporeted-local>
    </plugin-features>
    Wherein, " A1 " is the title of the plug-in unit;" A2 " be the plug-in unit program class title, " mode- supporeted-front>true</mode-supporeted-front>" represent that front camera supports the plug-in unit, "< mode-supporeted-local>true</mode-supporeted-local>" represent that the mobile terminal installation is described slotting The application program of part.
  3. It is 3. according to the method described in claim 2, it is characterized in that, described in principal phase machine APK and the plug-in unit Android bag APK phases In the case of mutual communication, principal phase machine APK parsing described programs, and the identity information of the plug-in unit Android bag APK is obtained, including:
    InputStreampluginXmlInput= pluginContext.getAssets().open("plugin.xml");
    Wherein, " plugin.xml " is:
    <plugin-features>
    <package name="A1"></package> <class name="A2">common </class>
    <mode-supporeted-front>true</mode-supporeted-front>
    <mode-supporeted-local>true</mode-supporeted-local>
    </plugin-features>;
    pluginContext.getAssets().open("plugin.xml")To parse the plug-in unit Android bag APK's The program of " plugin.xml " that is created under asserts catalogues.
  4. 4. a kind of mobile terminal, it is characterised in that the mobile terminal includes:
    Creating unit, for creating the body of description plug-in unit Android bag APK in plug-in unit Android bag APK according to pre-set rule The program of the xml forms of part information, wherein, the identity information includes at least the title of the plug-in unit, the description plug-in unit Whether the title of the class of program, the front camera of mobile terminal support the identifying of the application program of the plug-in unit, the movement Whether terminal is installed more than one or two in the mark of the application program of the plug-in unit;
    Storage unit, for storing the program under the catalogue of the pre-set plug-in unit Android bag APK;
    Acquiring unit, in the case of being in communication with each other in principal phase machine APK and the plug-in unit Android bag APK, principal phase machine APK parsings Described program, and the identity information of the plug-in unit Android bag APK is obtained, wherein, the plug-in unit Android bag APK and the principal phase machine APK is in same process, to ensure that the principal phase machine APK can be in communication with each other with the plug-in unit Android bag APK.
  5. 5. mobile terminal according to claim 4, it is characterised in that the creating unit, including:
    The program of " plugin.xml " is created under the asserts catalogues of plug-in unit Android bag APK;
    " plugin.xml " is
    <plugin-features>
    <package name="A1"></package>
    <class name="A2">common</class>
    <mode-supporeted-front>true</mode-supporeted-front>
    <mode-supporeted-local>true</mode-supporeted-local>
    </plugin-features>
    Wherein, " A1 " is the title of the plug-in unit;" A2 " be the plug-in unit program class title, " mode- supporeted-front>true</mode-supporeted-front>" represent that front camera supports the plug-in unit, "< mode-supporeted-local>true</mode-supporeted-local>" represent that the mobile terminal installation is described slotting The application program of part.
  6. 6. mobile terminal according to claim 5, it is characterised in that the acquiring unit, including:
    InputStreampluginXmlInput= pluginContext.getAssets().open("plugin.xml");
    Wherein, " plugin.xml " is:
    <plugin-features>
    <package name="A1"></package>
    <class name="A2">common</class>
    <mode-supporeted-front>true</mode-supporeted-front>
    <mode-supporeted-local>true</mode-supporeted-local>
    </plugin-features>;
    pluginContext.getAssets().open(”plugin.xml”)To parse the plug-in unit Android bag APK's What is created under asserts catalogues is described " program of plugin.xml ".
CN201410758987.3A 2014-12-10 2014-12-10 The method and mobile terminal of plug-in unit installation kit are described Active CN104536733B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201410758987.3A CN104536733B (en) 2014-12-10 2014-12-10 The method and mobile terminal of plug-in unit installation kit are described
CN201810316867.6A CN108563429B (en) 2014-12-10 2014-12-10 Method for describing plug-in installation package and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410758987.3A CN104536733B (en) 2014-12-10 2014-12-10 The method and mobile terminal of plug-in unit installation kit are described

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN201810316867.6A Division CN108563429B (en) 2014-12-10 2014-12-10 Method for describing plug-in installation package and mobile terminal

Publications (2)

Publication Number Publication Date
CN104536733A CN104536733A (en) 2015-04-22
CN104536733B true CN104536733B (en) 2018-05-11

Family

ID=52852266

Family Applications (2)

Application Number Title Priority Date Filing Date
CN201810316867.6A Active CN108563429B (en) 2014-12-10 2014-12-10 Method for describing plug-in installation package and mobile terminal
CN201410758987.3A Active CN104536733B (en) 2014-12-10 2014-12-10 The method and mobile terminal of plug-in unit installation kit are described

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN201810316867.6A Active CN108563429B (en) 2014-12-10 2014-12-10 Method for describing plug-in installation package and mobile terminal

Country Status (1)

Country Link
CN (2) CN108563429B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109977670B (en) * 2019-03-12 2021-06-29 福建天晴数码有限公司 Android application security monitoring method based on plug-in loading and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101582039A (en) * 2009-06-18 2009-11-18 深圳市汇海科技开发有限公司 Plug-in loading method for saving memory cost
CN102546708A (en) * 2010-12-27 2012-07-04 阿里巴巴集团控股有限公司 Plug-in obtaining method and system as well as relevant devices
CN102662703A (en) * 2012-03-29 2012-09-12 奇智软件(北京)有限公司 Method and device for loading application program plugins
CN103389905A (en) * 2012-05-10 2013-11-13 航天信息股份有限公司 Plug-in loading method and plug-in loading system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6996832B2 (en) * 2001-05-30 2006-02-07 Bea Systems, Inc. System and method for software component plug-in framework
CN101446903B (en) * 2008-12-19 2011-06-08 北京大学 Automatic component classification method
CN104077158B (en) * 2013-03-29 2017-11-28 联想(北京)有限公司 The method and device of plug-in unit is installed
CN103810008B (en) * 2014-02-19 2018-03-02 迈普通信技术股份有限公司 Plug-in loading method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101582039A (en) * 2009-06-18 2009-11-18 深圳市汇海科技开发有限公司 Plug-in loading method for saving memory cost
CN102546708A (en) * 2010-12-27 2012-07-04 阿里巴巴集团控股有限公司 Plug-in obtaining method and system as well as relevant devices
CN102662703A (en) * 2012-03-29 2012-09-12 奇智软件(北京)有限公司 Method and device for loading application program plugins
CN103389905A (en) * 2012-05-10 2013-11-13 航天信息股份有限公司 Plug-in loading method and plug-in loading system

Also Published As

Publication number Publication date
CN104536733A (en) 2015-04-22
CN108563429A (en) 2018-09-21
CN108563429B (en) 2021-06-29

Similar Documents

Publication Publication Date Title
CN103207794B (en) The sharing method of application program between mobile terminal in LAN
CN106569869B (en) Plug-in unit packaging method and device
EP2645265A3 (en) Function executing device
CN103399792A (en) Implementation scheme of Android-based plug-in applications
MY155867A (en) Scheduling collections in a scheduler
CN103176802B (en) Realize the method that the user interface UI of system separates with widget library by control pond
CN103530178B (en) The screen locking method of Android system intelligent device and device
US9575780B2 (en) Method and apparatus for generating executable file or multi-instance service
CN102262684A (en) Method and device for generating webpage page of mobile terminal
CN102722391A (en) Automatic integrated system configuration and software installation method
CN103902539B (en) Extensible markup analysis method and device
CN104536733B (en) The method and mobile terminal of plug-in unit installation kit are described
EP2725514A3 (en) Security information sharing system and execution method thereof
CN106775826B (en) Method and system for loading code file by annotation mode
WO2011163315A3 (en) Application integration of network data based on resource identifiers
CN103699404B (en) A kind of method of the corresponding multiple prefabricated application programs of same movement different type of machines
EP2677428A3 (en) In-vehicle infotainment device and data processing method using the same
CN104753891B (en) A kind of XML message analysis method and device
TR201818712T4 (en) Running Subscriber Identity Module
CN107872472A (en) A kind of method and system interacted by web interface with vehicle device
CN105260346A (en) Monitoring data processing method, device and system
CN202976056U (en) OSEK/VDX standard compatible configuration tool configured based on Artop
WO2014085289A3 (en) Data expanse viewer for database systems
CN204481313U (en) A kind of junctor jack apparatus
CN103106090B (en) The installation method of a kind of smart card and application thereof

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

CP01 Change in the name or title of a patent holder