CN103399792A - Implementation scheme of Android-based plug-in applications - Google Patents
Implementation scheme of Android-based plug-in applications Download PDFInfo
- Publication number
- CN103399792A CN103399792A CN2013103179216A CN201310317921A CN103399792A CN 103399792 A CN103399792 A CN 103399792A CN 2013103179216 A CN2013103179216 A CN 2013103179216A CN 201310317921 A CN201310317921 A CN 201310317921A CN 103399792 A CN103399792 A CN 103399792A
- Authority
- CN
- China
- Prior art keywords
- plug
- unit
- android
- program
- main part
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Stored Programmes (AREA)
Abstract
The invention discloses an implementation scheme of Android-based plug-in applications. The scheme is mainly applied to the development of plug-in Android applications so as to solve the problems of large size, functional complexity and failure of partial update in applications. The implementation scheme is characterized in that as to a plug-in Android application, a non-core core function and a main application are separated, and accordingly the main application is smaller and resource consumption is less; plug-ins of the Android application can be configured dynamically and include configuration plug-ins and plug-in versions; the plug-ins are used for expanding the function of the Android application, and the plug-ins are dynamically updated through a plug-in list provided by a server; the plug-in versions are used for comparing the current version and a latest version for each plug-in; when the current version of each plug-in is older than the latest version, the Android application is allowed to update the plug-ins.
Description
Technical field
The present invention relates to the mobile Internet field, particularly relate to the application plug-in implementation based on Android.
Background technology
Along with the mobile Internet fast development, smart mobile phone, panel computer can complete the function that realizes of most of PC.Because these mobile devices have light, attractive in appearance, easy-to-use characteristics, firmly get popular liking.Yet mobile device also is subject to the factors such as electric weight, volume, and is shorter in resources such as CPU, internal memory and batteries.Battery power resources seems in the Android system especially short.The consumption of battery is mainly derived from access to netwoks frequently.
The Android system is an operating system that allows multitask, and after the user exited all Activity, thread, service etc. all allowed continuing running background, and by this mechanism, application can be safeguarded correctness and the availability of self.Instantly, the application program of high-quality is used more intelligent mechanism, comes the thread, service of supervisory routine etc., avoids unnecessary access to netwoks, adopts prestrain mechanism, monitors mobile phone charged state etc., reduces the resource of program consumes.However, if these functions are not user's actual demand, just resource has been caused to unnecessary waste.
Summary of the invention
Technical matters to be solved by this invention is to provide the application plug-in implementation based on Android, to save the consumption of Android application program to resources such as electric weight, CPU, internal memories in prior art.
For achieving the above object, the invention provides the application plug-in implementation based on Android, comprise Android application program and service end application program, described Android application program is divided into an Android primary application program and several Android plug-in applications;
Described Android primary application program, for management Android plug-in applications, by with server interaction, safeguards available plug-in unit list, allow simultaneously the startup plug-in applications;
Described Android plug-in applications, for: the certain functional modules of specific implementation application program;
Described service end application program, for the plug-in unit list of configuring application program, provide the download function of plug-in unit.
The present invention also provides the application plug-in implementation based on Android, comprising:
The Android primary application program starts the Android plug-in applications by Intent, and the action field of Intent starts the unique identification of specific plug-in application program for identification;
The Android plug-in applications is stated the entrance that is called by master routine in its configuration file, can be for specifying Activity or Service or the BroadcastReceiver of action, plug-in applications does not have entrance initiatively, can only start by primary application program.
The present invention also provides the application plug-in implementation based on Android, comprising:
When the Android primary application program starts the Android plug-in applications, import check code into, plug-in applications checking code, if check code by checking, allows the normal plug-in applications of using, otherwise, give suitable prompting, and exit plug-in applications.
The accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, below will the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is schematic flow sheet in the embodiment of the present invention one;
Fig. 2 is schematic flow sheet in the embodiment of the present invention two.
Embodiment
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the present invention is further detailed explanation below in conjunction with the drawings and specific embodiments.Obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Based on the embodiment in the present invention, those of ordinary skills, not making under the creative work prerequisite the every other embodiment that obtains, belong to the scope of protection of the invention.
Embodiment mono-, referring to Fig. 1.
The invention provides the application plug-in implementation based on Android, described scheme comprises Android primary application program and Android plug-in applications, wherein:
Described Android primary application program, be used to generating check code and starting plug-in card program;
Described Android plug-in applications, be used to being registered to system list, allow master routine to call, and carry out verification to starting check code, guarantees application safety.
The course of work of such scheme specifically comprises the following steps:
Step 1, plug-in card program are stated the entrance action of program in AndroidManifest.xml, intake assembly can be Activity or Service or Broadcast Receiver;
Step 2, be packaged into the apk installation file by application program, is installed to Android equipment, and the plug-in card program auto registration is to system list;
Step 3, master routine, according to the rule that customizes in advance, generate the check code that starts plug-in unit;
Step 4, master routine initialization Intent object, specifying action is the action of definition in step 1, and the check code that generates in step 3 is added in the Intent object as parameter;
Step 5, master routine are passed through startActivity or startService or sendBroadcast method and are sent Intent to the Android system;
Step 6, the chartered assembly of Android system retrieval, draw the action of Intent and the assembly that is complementary at the action of system list registration;
Step 7, the Android system sends initiation message to the assembly of coupling in step 6;
Step 8, plug-in card program is received initiation message, checks the check code of Intent, if check code is correct, start-up routine, otherwise, do not allow start-up routine.
Embodiment bis-, referring to Fig. 2.
Based in embodiment mono-based on the application plug-in implementation of Android, also comprise: Android master routine and server program are mutual, the management plug-in applications, wherein:
Step 1, Android master routine initiate to obtain the request of plug-in unit list to server program, waiting for server is returned;
Step 2, server program are according to request, and inquiry character is should the list of application of program;
Step 3, server returns to the Android master routine by the plug-in unit list;
Step 4, Android master routine are according to the plug-in unit list, to server request download plug-in program;
Step 5, server returns to the Android master routine by the plugin card installation program;
Step 6, when the user did not need plug-in unit, master routine unloaded plug-in card program.
Therefore the implementation of the application plug-in based on Android provided by the invention, have following advantage.
(1) realize simply, be convenient to safeguard
The present invention only needs the agreement between master routine and plug-in card program, the action of Intent and check code are merged at a proprietary protocol, can realize application plug-in, without all functions all being integrated in an installation kit, when plug-in card program has renewal, can only upgrade plug-in card program, not upgrade master routine, between plug-in card program, be independent of each other.
(2) safe
At first, plug-in card program need be stated the self-defined authority of permission in the AndroidManifest.xml configuration file, as does not know authority content, can't start plug-in card program; Secondly, test to check code in the startup porch of plug-in card program, avoids malice to start plug-in card program, and the data of program are damaged.
(3) saving resource, improve application quality
By isolated nuclei heart function and non-core function, by non-core functional independence, be plug-in card program, loading of plug-in program when needed only, were it not for the installation plug-in card program, show the non-core function resource of consumer device not fully, good resource management, help to promote the quality of application.
The above is only the specific embodiment of the present invention; it should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention; can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.
Claims (4)
1. based on the application plug-in implementation of Android, it is characterized in that, comprising:
Using integral is split into to main body applying portion and plug-in application part, main part and plug-in unit partly are APK (Android Package) installation procedure, all can independently install, but but the main part independent startup, the plug-in unit part can only start by main part.
2. method according to claim 1, it is characterized in that, also comprise: main part and plug-in unit are partly by the implicit expression Intent mechanism bridge joint of Android, the corresponding action field of each plug-in unit entrance, main part, by the action of assigned I ntent, starts plug-in card program.
3. method according to claim 1, is characterized in that, also comprises:
By the permission mechanism of Android, strengthen the use safety of plug-in unit part, the plug-in unit part need be stated the permission requirement in advance, main part only has and has stated and change permission, just allows the startup plug-in card program;
By increasing the plug-in unit start-up parameter, the intake section increase parameter verification code at plug-in card program, carry out verification to the parameter that main part is imported into, if verification succeeds allows to use to start plug-in unit, otherwise, do not allow to start plug-in unit.
4. based on the application plug-in implementation of Android, it is characterized in that, comprise serve end program and client-side program;
Described serve end program, for: the plug-in unit of configuration client, when client, during to the list of service end request plug-in unit, the plug-in unit list is returned to client by network, client, by this plug-in unit list, is optionally installed plug-in unit;
Described client-side program, for: after obtaining the plug-in unit list, provide the plug-in unit list to show, plug-in download, plugin card installation, plug-in unit starts, the functions such as plug-in unit unloading.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2013103179216A CN103399792A (en) | 2013-07-24 | 2013-07-24 | Implementation scheme of Android-based plug-in applications |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2013103179216A CN103399792A (en) | 2013-07-24 | 2013-07-24 | Implementation scheme of Android-based plug-in applications |
Publications (1)
Publication Number | Publication Date |
---|---|
CN103399792A true CN103399792A (en) | 2013-11-20 |
Family
ID=49563426
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2013103179216A Pending CN103399792A (en) | 2013-07-24 | 2013-07-24 | Implementation scheme of Android-based plug-in applications |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103399792A (en) |
Cited By (30)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104090785A (en) * | 2014-06-19 | 2014-10-08 | 小米科技有限责任公司 | Method, device and system for providing application program |
CN104375861A (en) * | 2014-11-04 | 2015-02-25 | 北京奇虎科技有限公司 | Installation-free operation method and device for application programs based on Android platform and terminal |
CN104408090A (en) * | 2014-11-11 | 2015-03-11 | 百度在线网络技术(北京)有限公司 | Method and device for opening file |
CN104461583A (en) * | 2014-12-30 | 2015-03-25 | 北京奇虎科技有限公司 | Method and device for calling resource type application and mobile terminal |
CN104598266A (en) * | 2014-12-11 | 2015-05-06 | 百度在线网络技术(北京)有限公司 | Client application service logic updating method and device and equipment |
CN104714827A (en) * | 2015-03-31 | 2015-06-17 | 北京奇虎科技有限公司 | Plug-in update method and device |
WO2015120796A1 (en) * | 2014-02-11 | 2015-08-20 | Tencent Technology (Shenzhen) Company Limited | Application-based service providing method, apparatus, and system |
WO2015192608A1 (en) * | 2014-06-17 | 2015-12-23 | 中兴通讯股份有限公司 | Method for updating app in android system, terminal and storage medium |
CN105516750A (en) * | 2015-12-03 | 2016-04-20 | 深圳市茁壮网络股份有限公司 | Plug-in unloading, deleting and updating method based on object label |
CN105893094A (en) * | 2016-03-31 | 2016-08-24 | 百度在线网络技术(北京)有限公司 | Achieving method and device for application program plug-in |
CN105912366A (en) * | 2016-04-14 | 2016-08-31 | 广州市久邦数码科技有限公司 | Implementation method for plug-in type development of desktop application |
CN105938436A (en) * | 2016-07-14 | 2016-09-14 | 深圳市金立通信设备有限公司 | Startup control method of operation system and terminal |
CN106528191A (en) * | 2015-09-14 | 2017-03-22 | 百度在线网络技术(北京)有限公司 | A tool Android application package running method and device, a client and an apparatus |
CN106775787A (en) * | 2015-11-19 | 2017-05-31 | 阿里巴巴集团控股有限公司 | The installation method and mobile device of software in Android system |
WO2017092681A1 (en) * | 2015-12-01 | 2017-06-08 | 华为技术有限公司 | Interface processing method, electronic device and graphic user interface |
CN106815044A (en) * | 2016-12-12 | 2017-06-09 | 广州视源电子科技股份有限公司 | Method, device and system for software function extension |
CN106886437A (en) * | 2017-01-24 | 2017-06-23 | 北京奇虎科技有限公司 | Application program update method and apparatus |
CN107273151A (en) * | 2017-05-25 | 2017-10-20 | 西安理工大学 | A kind of safe Android App feature card methods |
CN107402761A (en) * | 2017-07-25 | 2017-11-28 | 青岛海信电器股份有限公司 | Using restorative procedure and device |
CN108279939A (en) * | 2016-12-30 | 2018-07-13 | 阿里巴巴集团控股有限公司 | A kind of Android card cages support the method, apparatus and equipment of newly-increased broadcast recipients |
US10152316B2 (en) | 2014-08-14 | 2018-12-11 | Alibaba Group Holding Limited | Mobile application processing |
CN109144605A (en) * | 2018-08-06 | 2019-01-04 | 北京奇艺世纪科技有限公司 | A kind of applied program processing method and device |
CN109240710A (en) * | 2017-07-10 | 2019-01-18 | 珠海格力电器股份有限公司 | Personalized mobile application generation method and device |
CN109542445A (en) * | 2017-08-01 | 2019-03-29 | 北京京东尚科信息技术有限公司 | A kind of method and apparatus that Android plug-in unit melts hair |
CN110166543A (en) * | 2019-05-16 | 2019-08-23 | 腾讯科技(深圳)有限公司 | Applied program processing method, device and computer equipment |
CN110532024A (en) * | 2019-08-28 | 2019-12-03 | 维沃移动通信有限公司 | A kind of version optimization method, device, server and the storage medium of application program |
CN111142972A (en) * | 2019-12-27 | 2020-05-12 | 京东数字科技控股有限公司 | Method, apparatus, system, and medium for extending functions of application program |
CN111225286A (en) * | 2018-11-27 | 2020-06-02 | 上海宜奇信息科技有限公司 | Television game application software installation-free method and system |
CN112433721A (en) * | 2020-11-27 | 2021-03-02 | 北京五八信息技术有限公司 | Application modularization processing method and device, electronic equipment and storage medium |
CN114661371A (en) * | 2022-03-01 | 2022-06-24 | 深圳前海环融联易信息科技服务有限公司 | Client program plug-in method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100269048A1 (en) * | 2009-04-15 | 2010-10-21 | Wyse Technology Inc. | Method and system of specifying application user interface of a remote client device |
CN102591724A (en) * | 2011-12-28 | 2012-07-18 | 奇智软件(北京)有限公司 | Method and device for information interaction |
US20120260232A1 (en) * | 2011-04-06 | 2012-10-11 | Media Direct, Inc. | Systems and methods for a mobile application development and deployment platform |
CN102915247A (en) * | 2012-08-31 | 2013-02-06 | 杭州斯凯网络科技有限公司 | APK (Android Package) plug-in management method |
US20130047149A1 (en) * | 2011-08-19 | 2013-02-21 | Yongyong Xu | Online software execution platform |
-
2013
- 2013-07-24 CN CN2013103179216A patent/CN103399792A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100269048A1 (en) * | 2009-04-15 | 2010-10-21 | Wyse Technology Inc. | Method and system of specifying application user interface of a remote client device |
US20120260232A1 (en) * | 2011-04-06 | 2012-10-11 | Media Direct, Inc. | Systems and methods for a mobile application development and deployment platform |
US20130047149A1 (en) * | 2011-08-19 | 2013-02-21 | Yongyong Xu | Online software execution platform |
CN102591724A (en) * | 2011-12-28 | 2012-07-18 | 奇智软件(北京)有限公司 | Method and device for information interaction |
CN102915247A (en) * | 2012-08-31 | 2013-02-06 | 杭州斯凯网络科技有限公司 | APK (Android Package) plug-in management method |
Non-Patent Citations (4)
Title |
---|
DANYANG JIANG等: "A security assessment method for Android applications based on permission model", 《2012 IEEE 2ND INTERNATIONAL CONFERENCE ON CLOUD COMPUTING AND INTELLIGENCE SYSTEMS》 * |
李平新: "Android系统插件式输入法程序的设计", 《电脑知识与技术》 * |
王亮亮等: "浅析Android之数据共享", 《科技资讯》 * |
闫梅等: "基于Android安全机制的权限检测系统", 《计算机工程与设计》 * |
Cited By (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015120796A1 (en) * | 2014-02-11 | 2015-08-20 | Tencent Technology (Shenzhen) Company Limited | Application-based service providing method, apparatus, and system |
US10298590B2 (en) | 2014-02-11 | 2019-05-21 | Tencent Technology (Shenzhen) Company Limited | Application-based service providing method, apparatus, and system |
CN105323269A (en) * | 2014-06-17 | 2016-02-10 | 中兴通讯股份有限公司 | Method for updating APP in Android system, terminal and storage medium |
WO2015192608A1 (en) * | 2014-06-17 | 2015-12-23 | 中兴通讯股份有限公司 | Method for updating app in android system, terminal and storage medium |
CN104090785B (en) * | 2014-06-19 | 2017-12-29 | 小米科技有限责任公司 | Application program provides method, apparatus and system |
CN104090785A (en) * | 2014-06-19 | 2014-10-08 | 小米科技有限责任公司 | Method, device and system for providing application program |
US10152316B2 (en) | 2014-08-14 | 2018-12-11 | Alibaba Group Holding Limited | Mobile application processing |
US10503490B2 (en) | 2014-08-14 | 2019-12-10 | Alibaba Group Holding Limited | Mobile application processing |
CN105335187B (en) * | 2014-08-14 | 2019-12-13 | 阿里巴巴集团控股有限公司 | Application processing method and device |
CN104375861B (en) * | 2014-11-04 | 2017-06-09 | 北京奇虎科技有限公司 | Application program based on Android platform exempts from method, device and the terminal of installation and operation |
CN104375861A (en) * | 2014-11-04 | 2015-02-25 | 北京奇虎科技有限公司 | Installation-free operation method and device for application programs based on Android platform and terminal |
CN104408090A (en) * | 2014-11-11 | 2015-03-11 | 百度在线网络技术(北京)有限公司 | Method and device for opening file |
CN104598266A (en) * | 2014-12-11 | 2015-05-06 | 百度在线网络技术(北京)有限公司 | Client application service logic updating method and device and equipment |
CN104461583B (en) * | 2014-12-30 | 2018-08-03 | 北京奇虎科技有限公司 | A kind of method, apparatus and mobile terminal for calling resources-type application |
CN104461583A (en) * | 2014-12-30 | 2015-03-25 | 北京奇虎科技有限公司 | Method and device for calling resource type application and mobile terminal |
CN104714827A (en) * | 2015-03-31 | 2015-06-17 | 北京奇虎科技有限公司 | Plug-in update method and device |
CN104714827B (en) * | 2015-03-31 | 2018-06-08 | 北京奇虎科技有限公司 | Update of plug-in method and device |
CN106528191A (en) * | 2015-09-14 | 2017-03-22 | 百度在线网络技术(北京)有限公司 | A tool Android application package running method and device, a client and an apparatus |
CN106775787A (en) * | 2015-11-19 | 2017-05-31 | 阿里巴巴集团控股有限公司 | The installation method and mobile device of software in Android system |
CN106815497B (en) * | 2015-12-01 | 2019-04-23 | 华为终端(东莞)有限公司 | A kind of interface processing method, electronic equipment and graphic user interface |
WO2017092681A1 (en) * | 2015-12-01 | 2017-06-08 | 华为技术有限公司 | Interface processing method, electronic device and graphic user interface |
US10853098B2 (en) | 2015-12-01 | 2020-12-01 | Huawei Technologies Co., Ltd. | Interface processing method, electronic device, and graphical user interface |
CN106815497A (en) * | 2015-12-01 | 2017-06-09 | 华为终端(东莞)有限公司 | A kind of interface processing method, electronic equipment and graphic user interface |
CN105516750B (en) * | 2015-12-03 | 2019-04-30 | 深圳市茁壮网络股份有限公司 | A kind of plug-in unit unloading and deletion and update method based on object label |
CN105516750A (en) * | 2015-12-03 | 2016-04-20 | 深圳市茁壮网络股份有限公司 | Plug-in unloading, deleting and updating method based on object label |
CN105893094A (en) * | 2016-03-31 | 2016-08-24 | 百度在线网络技术(北京)有限公司 | Achieving method and device for application program plug-in |
CN105893094B (en) * | 2016-03-31 | 2019-05-03 | 百度在线网络技术(北京)有限公司 | The implementation method and device of application plug |
CN105912366A (en) * | 2016-04-14 | 2016-08-31 | 广州市久邦数码科技有限公司 | Implementation method for plug-in type development of desktop application |
CN105912366B (en) * | 2016-04-14 | 2019-07-05 | 广州久邦世纪科技有限公司 | A kind of implementation method of multipad plug-in unit |
CN105938436A (en) * | 2016-07-14 | 2016-09-14 | 深圳市金立通信设备有限公司 | Startup control method of operation system and terminal |
CN106815044A (en) * | 2016-12-12 | 2017-06-09 | 广州视源电子科技股份有限公司 | Method, device and system for software function extension |
CN108279939B (en) * | 2016-12-30 | 2021-07-23 | 阿里巴巴集团控股有限公司 | Method, device and equipment for supporting newly-added broadcast receiver by Android plug-in framework |
CN108279939A (en) * | 2016-12-30 | 2018-07-13 | 阿里巴巴集团控股有限公司 | A kind of Android card cages support the method, apparatus and equipment of newly-increased broadcast recipients |
CN106886437A (en) * | 2017-01-24 | 2017-06-23 | 北京奇虎科技有限公司 | Application program update method and apparatus |
CN106886437B (en) * | 2017-01-24 | 2021-08-31 | 北京奇虎科技有限公司 | Application program updating method and device |
CN107273151A (en) * | 2017-05-25 | 2017-10-20 | 西安理工大学 | A kind of safe Android App feature card methods |
CN109240710A (en) * | 2017-07-10 | 2019-01-18 | 珠海格力电器股份有限公司 | Personalized mobile application generation method and device |
CN107402761A (en) * | 2017-07-25 | 2017-11-28 | 青岛海信电器股份有限公司 | Using restorative procedure and device |
CN109542445A (en) * | 2017-08-01 | 2019-03-29 | 北京京东尚科信息技术有限公司 | A kind of method and apparatus that Android plug-in unit melts hair |
CN109144605A (en) * | 2018-08-06 | 2019-01-04 | 北京奇艺世纪科技有限公司 | A kind of applied program processing method and device |
CN111225286A (en) * | 2018-11-27 | 2020-06-02 | 上海宜奇信息科技有限公司 | Television game application software installation-free method and system |
CN110166543A (en) * | 2019-05-16 | 2019-08-23 | 腾讯科技(深圳)有限公司 | Applied program processing method, device and computer equipment |
CN110532024A (en) * | 2019-08-28 | 2019-12-03 | 维沃移动通信有限公司 | A kind of version optimization method, device, server and the storage medium of application program |
CN111142972A (en) * | 2019-12-27 | 2020-05-12 | 京东数字科技控股有限公司 | Method, apparatus, system, and medium for extending functions of application program |
CN112433721A (en) * | 2020-11-27 | 2021-03-02 | 北京五八信息技术有限公司 | Application modularization processing method and device, electronic equipment and storage medium |
CN114661371A (en) * | 2022-03-01 | 2022-06-24 | 深圳前海环融联易信息科技服务有限公司 | Client program plug-in method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103399792A (en) | Implementation scheme of Android-based plug-in applications | |
CN104915237B (en) | Upgrading, upgrade control method and the equipment of bluetooth equipment firmware program | |
CN110377438B (en) | Routing method, device and system of cross-process communication interface | |
CN104991803A (en) | System and method for managing and controlling self-startup of android application under specific conditions | |
CN104216741A (en) | Android plug-in implementation method and device based on APK (Android Package) dynamic loading and interaction method | |
WO2015195724A2 (en) | Integrated apis and uis for consuming services across different distributed networks | |
US10191732B2 (en) | Systems and methods for preventing service disruption during software updates | |
CN103559126A (en) | Method, device and computer terminal for testing software versions | |
CN105159728A (en) | Method and device for obtaining NTP time information based on android system | |
CN105843647A (en) | Application installation method and device | |
CN105045599A (en) | Television and computer integrated machine and method for realizing remote startup and shutdown control of same | |
CN103514007A (en) | Method for warm start of mobile terminal based on Android system | |
CN109408135A (en) | Dual system upgrade method, device, equipment and computer readable storage medium | |
CN102855428A (en) | Security control method of computer and computer | |
CN109150956A (en) | A kind of implementation method, device, equipment and computer storage medium pushing SDK | |
KR101869772B1 (en) | Communication system | |
CN102622254B (en) | Television outage disposal route and system | |
CN104639607A (en) | Remote control method and router | |
CN109947576B (en) | Method for managing internal agent program of virtual machine | |
CN110365839B (en) | Shutdown method, shutdown device, shutdown medium and electronic equipment | |
US20230305833A1 (en) | Methods and apparatus to perform an enhanced s3 protocol to update firmware with a boot script update | |
CN109918215B (en) | Process communication method, system, terminal and storage medium | |
CN106250112A (en) | A kind of auxiliary system for developing software, method and software development system | |
CN109298889A (en) | A kind of method, startup advertisement update method and terminal device generating bootstrap | |
WO2013004175A1 (en) | Software upgrading method and apparatus for electronic devices |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20131120 |