[go: up one dir, main page]

CN108563429B - Method and mobile terminal for describing plug-in installation package - Google Patents

Method and mobile terminal for describing plug-in installation package Download PDF

Info

Publication number
CN108563429B
CN108563429B CN201810316867.6A CN201810316867A CN108563429B CN 108563429 B CN108563429 B CN 108563429B CN 201810316867 A CN201810316867 A CN 201810316867A CN 108563429 B CN108563429 B CN 108563429B
Authority
CN
China
Prior art keywords
plug
apk
program
android package
mobile terminal
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.)
Expired - Fee Related
Application number
CN201810316867.6A
Other languages
Chinese (zh)
Other versions
CN108563429A (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 CN201810316867.6A priority Critical patent/CN108563429B/en
Publication of CN108563429A publication Critical patent/CN108563429A/en
Application granted granted Critical
Publication of CN108563429B publication Critical patent/CN108563429B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Telephone Function (AREA)

Abstract

本申请是201410758987.3的分案申请,公开了一种描述插件安装包的方法及移动终端,通过根据预先设置的规则在插件安卓包APK中创建描述插件安卓包APK的身份信息的程序;在主相机APK与所述插件安卓包APK相互通信的情况下,主相机APK解析所述程序,并获取所述插件安卓包APK的身份信息。本发明还公开了一种移动终端,从而规范描述插件安卓包APK的身份信息的程序,有简单方便、格式统一等优点。

Figure 201810316867

This application is a divisional application of No. 201410758987.3, and discloses a method for describing a plug-in installation package and a mobile terminal, by creating a program describing the identity information of the plug-in Android package APK in the plug-in Android package APK according to preset rules; When the APK and the plug-in Android package APK communicate with each other, the main camera APK parses the program and obtains the identity information of the plug-in Android package APK. The invention also discloses a mobile terminal, so as to standardize the program for describing the identity information of the plug-in Android package APK, which has the advantages of simplicity, convenience, and uniform format.

Figure 201810316867

Description

Method for describing plug-in installation package and mobile terminal
The application is a divisional application, the application number of the original application is 201410758987.3, the application date is 2014, 12 and 10, and the invention name is 'method for describing the plug-in installation package and mobile terminal'.
Technical Field
The invention relates to the field of mobile terminals, in particular to a method for describing a plug-in installation package and a mobile terminal.
Background
At present, with the successive release of application software of various new plug-ins of a mobile terminal, in order to load and expand new plug-ins with various functions, a main camera of the mobile terminal needs to acquire identity information of various new plug-in Android packages APK, and therefore, when designing an Android Package (APK), a program is needed to describe the identity information of the APK of the various new plug-ins, so that the main camera of the mobile terminal can acquire the identity information of the APK of the plug-in Android Package.
Disclosure of Invention
The invention provides a method for describing a plug-in installation package and a mobile terminal, and mainly aims to solve the technical problem of how to enable the mobile terminal to acquire identity information of an APK (android package).
In order to achieve the above object, the present invention provides a method for describing a plug-in installation package, where the method for describing a plug-in installation package includes:
creating a program for describing the identity information of the plug-in android package APK in the plug-in android package APK according to a preset rule;
under the condition that the main camera APK and the plug-in android package APK are communicated with each other, the main camera APK analyzes the program and acquires identity information of the plug-in android package APK.
Preferably, after the program for creating the identity information describing the plug-in android package APK in the plug-in android package APK according to the preset rule, the method further includes:
and storing the program in a preset directory of the plug-in android package APK.
Preferably, the identity information at least includes at least one or more of a name of the plug-in, a name of a class of the program describing the plug-in, an identifier of whether a front camera of the mobile terminal supports the application of the plug-in, and an identifier of whether the mobile terminal installs the application of the plug-in.
Preferably, the program for creating, according to a preset rule, identity information describing plug-in android package APK in plug-in android package APK includes:
creating a program of 'plugin. xml' under an attributes directory of the plug-in android package APK;
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 name of the plug-in; "a2" is the name of the class of the program of the plug-in, "mode-supported-front > true" ", which indicates that the front camera supports the plug-in, and" < mode-supported-local > true "", which indicates that the mobile terminal installs the application of the plug-in.
Preferably, when the main camera APK and the plug-in android package APK communicate with each other, the main camera APK analyzes the program and acquires the identity information of the plug-in android package APK, including:
InputStreampluginXmlInput=pluginContext.getAssets().open("plugin.xml");
wherein, the '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>;
plugin context.getassets (). open ("plugin.xml") is a program that parses the "plugin.xml" created under the asserts directory of the plug-in android package APK.
In addition, to achieve the above object, the present invention also provides a mobile terminal, including:
the creating unit is used for creating a program for describing the identity information of the plug-in android package APK in the plug-in android package APK according to a preset rule;
and the obtaining unit is used for analyzing the program by the main camera APK and obtaining the identity information of the plug-in android package APK under the condition that the main camera APK and the plug-in android package APK are communicated with each other.
Preferably, the mobile terminal further includes:
and the storage unit is used for storing the program in a preset directory of the plug-in android package APK.
Preferably, the identity information at least includes at least one or more of a name of the plug-in, a name of a class of the program describing the plug-in, an identifier of whether a front camera of the mobile terminal supports the application of the plug-in, and an identifier of whether the mobile terminal installs the application of the plug-in.
Preferably, the creating unit includes:
creating a program of 'plugin. xml' under an attributes directory of the plug-in android package APK;
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 name of the plug-in; "a2" is the name of the class of the program of the plug-in, "mode-supported-front > true" ", which indicates that the front camera supports the plug-in, and" < mode-supported-local > true "", which indicates that the mobile terminal installs the application of the plug-in.
Preferably, the acquiring unit includes:
InputStreampluginXmlInput=pluginContext.getAssets().open("plugin.xml");
wherein, the '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>;
plugin context.getassets (). open ("plugin.xml") is a program that parses the "plugin.xml" created under the asserts directory of the plug-in android package APK.
According to the embodiment of the invention, a program for describing the identity information of the plug-in android package APK is created in the plug-in android package APK according to a preset rule; under the condition that the main camera APK and the plug-in android package APK are communicated with each other, the main camera APK analyzes the program and acquires the identity information of the plug-in android package APK, so that the program for describing the identity information of the plug-in android package APK is standardized, and the method has the advantages of simplicity, convenience, uniform format and the like.
Drawings
FIG. 1 is a flowchart illustrating a first embodiment of a method for installing a package on a plugin in accordance with the present invention;
FIG. 2 is a flowchart illustrating a second embodiment of a method for plug-in installation of a package according to the present invention;
fig. 3 is a functional block diagram of a mobile terminal according to a first embodiment of the present invention;
fig. 4 is a functional module diagram of a mobile terminal according to a second embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a method for describing a plug-in installation package.
Referring to fig. 1, fig. 1 is a flowchart illustrating a first embodiment of a method for installing a plug-in package according to the present invention.
In a first embodiment, the method for describing a plug-in installation package comprises:
step 101, creating a program for describing identity information of the plug-in android package APK in the plug-in android package APK according to a preset rule;
the identity information at least comprises at least one or more than two of the name of the plug-in, the name of the class of the program describing the plug-in, the identification of whether a front camera of the mobile terminal supports the application program of the plug-in and the identification of whether the mobile terminal installs the application program of the plug-in.
Preferably, the program for creating, according to a preset rule, identity information describing plug-in android package APK in plug-in android package APK includes:
creating a program of 'plugin. xml' under an attributes directory of the plug-in android package APK;
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 name of the plug-in; "a2" is the name of the class of the program of the plug-in, "mode-supported-front > true" ", which indicates that the front camera supports the plug-in, and" < mode-supported-local > true "", which indicates that the mobile terminal installs the application of the plug-in.
Specifically, assume that a program describing the identity information of a plug-in beauty camera is required.
The plug-in name of the plug-in beauty camera "can be described by" a1 ";
the name of the class of the program describing the identity information of the plug-in beauty camera may be described by "a 2".
The front camera of the mobile terminal supports the beauty camera and can be described by 'mode-supported-front > true'.
The mobile terminal locally installing the plug-in beauty camera can be described by < mode-supported-local > true </mode-supported-local >.
And 102, under the condition that the main camera APK and the plug-in android package APK are communicated with each other, the main camera APK analyzes the program and acquires the identity information of the plug-in android package APK.
Preferably, when the main camera APK and the plug-in android package APK communicate with each other, the main camera APK analyzes the program and acquires the identity information of the plug-in android package APK, including:
InputStreampluginXmlInput=pluginContext.getAssets().open("plugin.xml");
wherein, the '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>;
plugin context.getassets (). open ("plugin.xml") is a program that parses the "plugin.xml" created under the asserts directory of the plug-in android package APK.
Specifically, the plug-in is parsed by plug-in context (getactions (). open ("plug-in. xml"), the name of the plug-in is acquired according to "a1", the name of a class describing the program of the plug-in is acquired according to "a2", the plug-in is supported by a front camera of the mobile terminal is acquired according to "< mode-supported-front > -value-supported-front >", and the application program which has downloaded the plug-in locally on the mobile terminal is acquired according to "< mode-supported-local >".
Among them, a1 is "com.oppo.camera.common", and a2 is "common capmpode".
According to the embodiment of the invention, a program for describing the identity information of the plug-in android package APK is created in the plug-in android package APK according to a preset rule; under the condition that the main camera APK and the plug-in android package APK are communicated with each other, the main camera APK analyzes the program and acquires the identity information of the plug-in android package APK, so that the program for describing the identity information of the plug-in android package APK is standardized, and the method has the advantages of simplicity, convenience, uniform format and the like.
Referring to fig. 2, fig. 2 is a flowchart illustrating a second embodiment of a method for installing a package by a plug-in according to the present invention.
On the basis of the first embodiment, after step 101, the method further includes:
and 103, storing the program in a preset directory of the plug-in android package APK.
Specifically, an xml capable of setting the identity information of the plug-in android package APK is created under the attributes directory of the plug-in android package APK, and the xml is named as plugin. APK is an abbreviation for Android Package, the Android installation Package.
When the plug-in android package APK is designed, the plug-in android package APK and the main Camera APK are in the same process, and the main Camera APK and the plug-in android package APK can be communicated with each other, so that each plug-in needs to describe own identity information according to a general design idea, wherein the identity information mainly comprises a package name and a class name of the plug-in android package APK, whether basic information is supported by the front and the back of the plug-in android package APK, and the like.
According to the embodiment of the invention, a program for describing the identity information of the plug-in android package APK is created in the plug-in android package APK according to a preset rule; under the condition that the main camera APK and the plug-in android package APK are communicated with each other, the main camera APK analyzes the program and acquires the identity information of the plug-in android package APK, so that the program for describing the identity information of the plug-in android package APK is standardized, and the method has the advantages of simplicity, convenience, uniform format and the like.
The invention provides a mobile terminal.
Referring to fig. 3, fig. 3 is a functional module diagram of a mobile terminal according to a first embodiment of the present invention.
In a first embodiment, the mobile terminal includes:
a creating unit 301, configured to create, according to a preset rule, a program describing identity information of the plug-in android package APK in the plug-in android package APK;
the identity information at least comprises at least one or more than two of the name of the plug-in, the name of the class of the program describing the plug-in, the identification of whether a front camera of the mobile terminal supports the application program of the plug-in and the identification of whether the mobile terminal installs the application program of the plug-in.
Preferably, the creating unit 301 includes:
creating a program of 'plugin. xml' under an attributes directory of the plug-in android package APK;
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 name of the plug-in; "a2" is the name of the class of the program of the plug-in, "mode-supported-front > true" ", which indicates that the front camera supports the plug-in, and" < mode-supported-local > true "", which indicates that the mobile terminal installs the application of the plug-in.
Specifically, assume that a program describing the identity information of a plug-in beauty camera is required.
The plug-in name of the plug-in beauty camera "can be described by" a1 ";
the name of the class of the program describing the identity information of the plug-in beauty camera may be described by "a 2".
The front camera of the mobile terminal supports the beauty camera and can be described by 'mode-supported-front > true'.
The mobile terminal locally installing the plug-in beauty camera can be described by < mode-supported-local > true </mode-supported-local >.
An obtaining unit 302, configured to, when the main camera APK and the plug-in android package APK communicate with each other, the main camera APK analyzes the program, and obtains identity information of the plug-in android package APK.
Preferably, the acquiring unit includes:
InputStreampluginXmlInput=pluginContext.getAssets().open("plugin.xml");
wherein, the '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>;
plugin context.getassets (). open ("plugin.xml") is a program that parses the "plugin.xml" created under the asserts directory of the plug-in android package APK.
Specifically, the plug-in is parsed by plug-in context (getactions (). open ("plug-in. xml"), the name of the plug-in is acquired according to "a1", the name of a class describing the program of the plug-in is acquired according to "a2", the plug-in is supported by a front camera of the mobile terminal is acquired according to "< mode-supported-front > -value-supported-front >", and the application program which has downloaded the plug-in locally on the mobile terminal is acquired according to "< mode-supported-local >".
Referring to fig. 4, fig. 4 is a functional module diagram of a mobile terminal according to a second embodiment of the present invention.
On the basis of the first embodiment, the mobile terminal further includes:
and the storage unit 303 is configured to store the program in a preset directory of the plug-in android package APK.
Specifically, an xml capable of setting the identity information of the plug-in android package APK is created under the attributes directory of the plug-in android package APK, and the xml is named as plugin. APK is an abbreviation for Android Package, the Android installation Package.
When the plug-in android package APK is designed, the plug-in android package APK and the main Camera APK are in the same process, and the main Camera APK and the plug-in android package APK can be communicated with each other, so that each plug-in needs to describe own identity information according to a general design idea, wherein the identity information mainly comprises a package name and a class name of the plug-in android package APK, whether basic information is supported by the front and the back of the plug-in android package APK, and the like.
According to the embodiment of the invention, a program for describing the identity information of the plug-in android package APK is created in the plug-in android package APK according to a preset rule; under the condition that the main camera APK and the plug-in android package APK are communicated with each other, the main camera APK analyzes the program and acquires the identity information of the plug-in android package APK, so that the program for describing the identity information of the plug-in android package APK is standardized, and the method has the advantages of simplicity, convenience, uniform format and the like.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (4)

1.一种描述插件安装包的方法,其特征在于,所述描述插件安装包的方法包括:1. a method for describing a plug-in installation package, wherein the method for describing the plug-in installation package comprises: 根据预先设置的规则在插件安卓包APK中创建描述插件安卓包APK的身份信息的程序;Create a program in the plug-in Android package APK that describes the identity information of the plug-in Android package APK according to preset rules; 将所述程序存储在预先设置的所述插件安卓包APK的目录下;The program is stored in the preset directory of the plug-in Android package APK; 在主相机APK与所述插件安卓包APK相互通信的情况下,主相机APK解析所述程序,并获取所述插件安卓包APK的身份信息,其中,所述插件安卓包APK与所述主相机APK在同一个进程中,以保证所述主相机APK与所述插件安卓包APK能相互通信,所述插件包括美颜相机。When the main camera APK and the plug-in Android package APK communicate with each other, the main camera APK parses the program and obtains the identity information of the plug-in Android package APK, wherein the plug-in Android package APK and the main camera The APK is in the same process to ensure that the main camera APK and the plug-in Android package APK can communicate with each other, and the plug-in includes a beauty camera. 2.根据权利要求1所述的方法,其特征在于,所述身份信息至少包括所述插件的名称、所述描述插件的程序的类的名称、移动终端的前置摄像头是否支持所述插件的应用程序的标识、所述移动终端是否安装所述插件的应用程序的标识中一个或者两个以上。2. The method according to claim 1, wherein the identity information includes at least the name of the plug-in, the name of the class of the program describing the plug-in, whether the front camera of the mobile terminal supports the plug-in One or more of an identifier of an application program and an identifier of an application program of whether the plug-in is installed on the mobile terminal. 3.一种移动终端,其特征在于,所述移动终端包括:3. A mobile terminal, wherein the mobile terminal comprises: 创建单元,用于根据预先设置的规则在插件安卓包APK中创建描述插件安卓包APK的身份信息的程序;A creation unit for creating a program describing the identity information of the plug-in Android package APK in the plug-in Android package APK according to preset rules; 存储单元,用于将所述程序存储在预先设置的所述插件安卓包APK的目录下;A storage unit, for storing the program in the preset directory of the plug-in Android package APK; 获取单元,用于在主相机APK与所述插件安卓包APK相互通信的情况下,主相机APK解析所述程序,并获取所述插件安卓包APK的身份信息,其中,所述插件安卓包APK与所述主相机APK在同一个进程中,以保证所述主相机APK与所述插件安卓包APK能相互通信,所述插件包括美颜相机。an acquisition unit, configured to parse the program by the main camera APK under the condition that the main camera APK and the plug-in Android package APK communicate with each other, and obtain the identity information of the plug-in Android package APK, wherein the plug-in Android package APK In the same process as the main camera APK, to ensure that the main camera APK and the plug-in Android package APK can communicate with each other, and the plug-in includes a beauty camera. 4.根据权利要求3所述的移动终端,其特征在于,所述身份信息至少包括所述插件的名称、所述描述插件的程序的类的名称、移动终端的前置摄像头是否支持所述插件的应用程序的标识、所述移动终端是否安装所述插件的应用程序的标识中一个或者两个以上。4. The mobile terminal according to claim 3, wherein the identity information comprises at least the name of the plug-in, the name of the class of the program describing the plug-in, whether the front camera of the mobile terminal supports the plug-in One or more than one of the identifier of the application program of the mobile terminal and the identifier of the application program of whether the plug-in is installed on the mobile terminal.
CN201810316867.6A 2014-12-10 2014-12-10 Method and mobile terminal for describing plug-in installation package Expired - Fee Related CN108563429B (en)

Priority Applications (1)

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

Applications Claiming Priority (2)

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

Related Parent Applications (1)

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

Publications (2)

Publication Number Publication Date
CN108563429A CN108563429A (en) 2018-09-21
CN108563429B true CN108563429B (en) 2021-06-29

Family

ID=52852266

Family Applications (2)

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

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN201410758987.3A Expired - Fee Related CN104536733B (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 (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004534304A (en) * 2001-05-30 2004-11-11 ビーイーエイ システムズ, インコーポレイテッド System and method for a software component plug-in framework
CN101582039A (en) * 2009-06-18 2009-11-18 深圳市汇海科技开发有限公司 Plug-in loading method for saving memory cost
CN103389905A (en) * 2012-05-10 2013-11-13 航天信息股份有限公司 Plug-in loading method and plug-in loading system
CN103810008A (en) * 2014-02-19 2014-05-21 迈普通信技术股份有限公司 Plug-in loading method and system
CN104077158A (en) * 2013-03-29 2014-10-01 联想(北京)有限公司 Plugin installation method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101446903B (en) * 2008-12-19 2011-06-08 北京大学 Automatic component classification method
CN102546708B (en) * 2010-12-27 2015-04-29 阿里巴巴集团控股有限公司 Plug-in obtaining method and system as well as relevant devices
CN105094890B (en) * 2012-03-29 2018-12-07 北京奇虎科技有限公司 A kind of application plug loading method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004534304A (en) * 2001-05-30 2004-11-11 ビーイーエイ システムズ, インコーポレイテッド System and method for a software component plug-in framework
CN101582039A (en) * 2009-06-18 2009-11-18 深圳市汇海科技开发有限公司 Plug-in loading method for saving memory cost
CN103389905A (en) * 2012-05-10 2013-11-13 航天信息股份有限公司 Plug-in loading method and plug-in loading system
CN104077158A (en) * 2013-03-29 2014-10-01 联想(北京)有限公司 Plugin installation method and device
CN103810008A (en) * 2014-02-19 2014-05-21 迈普通信技术股份有限公司 Plug-in loading method and system

Also Published As

Publication number Publication date
CN104536733A (en) 2015-04-22
CN108563429A (en) 2018-09-21
CN104536733B (en) 2018-05-11

Similar Documents

Publication Publication Date Title
US11617073B2 (en) Method enabling migration of a subscription
CN104252342B (en) Embedded application implementation method and device capable of configuring parameters
CN103207794B (en) The sharing method of application program between mobile terminal in LAN
WO2018086268A1 (en) Packaging method, device, and terminal employing plugin format, and storage medium
CN105573790A (en) Vehicle-mounted system software upgrade method, vehicle-mounted system and software server
CN103513998A (en) Method and device for generating upgrade package and method and terminal for upgrading dynamic documents in difference mode
WO2020015191A1 (en) Business rule releasing and managing method, electronic device and readable storage medium
US10127037B2 (en) Method for recognizing application type
CN110018835B (en) YANG model configuration data processing method and device, terminal device and storage medium
WO2015058574A1 (en) Method and apparatus for implementing push notification of extensive application program
CN104301139B (en) Router adaptation method, device and terminal device
CN108319463A (en) A kind of application upgrade method, apparatus
CN103412767A (en) Method and system for recognizing and upgrading application version
US11831727B2 (en) Profile based content and services
CN106713004B (en) Router adaptation method and system
CN108959929B (en) Program file processing method and device
US20170262263A1 (en) Process and system for the generation of an operating program in the form of a mobile application that is capable of operating on a mobile device
CN107632875B (en) E-commerce interface integration method, system, computer equipment and readable storage medium
CN105391763A (en) Method and server for reinforcing a plurality of apk files
CN104636122A (en) Sharing method and device of capacity component
CN103324551A (en) Application data migration method and system
CN104869559A (en) operator information updating method and device
CN108563429B (en) Method and mobile terminal for describing plug-in installation package
CN105786636A (en) A system repair method and device
CN113886015B (en) Application message publishing method based on k8s

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
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210629