CN106598974B - Data file generation and calling method and device for android system application program - Google Patents
Data file generation and calling method and device for android system application program Download PDFInfo
- Publication number
- CN106598974B CN106598974B CN201510666061.6A CN201510666061A CN106598974B CN 106598974 B CN106598974 B CN 106598974B CN 201510666061 A CN201510666061 A CN 201510666061A CN 106598974 B CN106598974 B CN 106598974B
- Authority
- CN
- China
- Prior art keywords
- application program
- system application
- android system
- file
- interface
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The embodiment of the application provides a data file generation and calling method and a device for an android system application program, wherein the android system application program is provided with a corresponding database interface file and a reference path of a compiled file, and the data file generation method comprises the following steps: creating an interface folder in the android system application program; moving a database interface file of the android system application program to the interface folder; guiding a reference path of a compiled file of the android system application program to the interface folder; and generating the data file in the android system application program, so that the data file of the system application program can be generated in the application program, and the control of a mobile phone process on the data file is separated.
Description
Technical Field
The application relates to the technical field of computers, in particular to a data file generating and calling method and a data file generating and calling device for an android system application program.
Background
Android is a Linux-based operating system with free and open source codes, which is mainly used in mobile devices such as smart phones and tablet computers. Due to the open source of android, more and more vendors use this operating system. Statistically, as of 2014, mobile devices using the android operating system globally exceed 70%, and how to manage and maintain device applications becomes a difficult problem for such a large number of devices.
Taking a smart phone as an example, the application programs of the smart phone are divided into two types: one is a system application program, such as short message, call, etc., which is built in the device before the delivery of the mobile phone, and assumes the most important functions of the mobile phone, and is generally not uninstallable; the other is that the user downloads the installed third-party application program through the application market, and the application program can be installed or uninstalled at any time according to the needs. For the system application program, a mobile phone manufacturer generally manages and maintains the data file generated by the application program, and the data file has a close relationship with the chip used by the mobile phone. The smart phone using the android operating system can use chips provided by different manufacturers, and mainstream phone chip manufacturers comprise a high pass, a MARVELL, an MTK and the like. Because the software architectures of chips of different manufacturers are different, even for chips of different models of the same manufacturer, the software architectures may be different, and the management and maintenance of system applications are also different. Taking a short message as an example, the generated data files are bound with the mobile phone process, and the mobile phone using the high-pass chip and the mobile phone using the MTK chip are managed and maintained respectively. That is, for system applications of different chip platforms, they need to be managed and maintained separately, and if there are several platforms, there are several software for management and maintenance, which is very inconvenient and takes huge time and labor.
Therefore, for those skilled in the art, one problem that is urgently desired to be solved at present is: how to separate the data file generated by the android system application program from the mobile phone process is achieved, and therefore management and maintenance of the system application program are independent of a chip platform.
Disclosure of Invention
In view of the foregoing problems, embodiments of the present application are provided to provide a data file generating and invoking method for an android system application and a corresponding data file generating and invoking device for an android system application, which overcome or at least partially solve the foregoing problems.
In order to solve the above problem, an embodiment of the present application discloses a data file generation method for an android system application program, where the android system application program has a corresponding database interface file and a reference path of a compiled file, and the method includes:
creating an interface folder in the android system application program;
moving a database interface file of the android system application program to the interface folder;
guiding a reference path of a compiled file of the android system application program to the interface folder;
and generating the data file in the android system application program.
Preferably, the step of creating an interface folder in the android system application program includes:
finding out a data packet of the android system application program;
and creating an interface folder of the android system application program in the data packet.
Preferably, the step of guiding the reference path of the compiled file of the android system application program to the interface folder includes:
acquiring a storage address of the created interface folder;
and modifying the reference path of the compiled file of the android system application program into the storage address of the interface folder.
Preferably, the step of generating the data file in the android system application program includes:
and generating the data file in the data packet of the android system application program.
In order to solve the above problem, an embodiment of the present application further discloses a data file calling method for an application program of an android system, including:
determining a target data file of the android system application program to be called;
directly extracting a target data file from the android system application program, wherein the data file of the android system application program is generated in the following mode:
creating an interface folder in the android system application program;
moving a database interface file of the android system application program to the interface folder;
guiding a reference path of a compiled file of the android system application program to the interface folder;
and generating the data file in the android system application program.
In order to solve the above problem, an embodiment of the present application further discloses a data file generation apparatus for an android system application, where the android system application has a reference path of a corresponding database interface file and a compiled file, and the apparatus includes:
the interface folder creating module is used for creating an interface folder in the android system application program;
the interface file moving module is used for moving the database interface file of the android system application program to the interface folder;
the reference path guiding module of the compiled file is used for guiding the reference path of the compiled file of the android system application program to the interface folder;
and the data file generation module is used for generating the data file in the android system application program.
Preferably, the interface folder creating module includes:
the data packet searching submodule is used for searching out the data packet of the android system application program;
and the interface folder creating submodule is used for creating an interface folder of the android system application program in the data packet.
Preferably, the reference path guidance module of the compiled file includes:
the interface folder storage address acquisition submodule is used for acquiring the storage address of the created interface folder;
and the reference path guiding submodule of the compiled file is used for modifying the reference path of the compiled file of the android system application program into the storage address of the interface folder.
Preferably, the data file generating module includes:
and the data file generation submodule is used for generating the data file in the data packet of the android system application program.
In order to solve the above problem, an embodiment of the present application further discloses a data file calling device for an application program of an android system, including:
the target data file determining module is used for determining a target data file of the android system application program to be called;
the target data file extraction module is used for directly extracting a target data file from the android system application program, wherein the data file of the android system application program is generated in the following mode:
creating an interface folder in the android system application program;
moving a database interface file of the android system application program to the interface folder;
guiding a reference path of a compiled file of the android system application program to the interface folder;
and generating the data file in the android system application program.
Compared with the background art, the embodiment of the application at least comprises the following advantages:
according to the method and the device, the interface folder is created in the android system application program, the database interface file of the system application program is moved to the interface folder, the reference path of the compiled file is modified, and the reference path of the compiled file is guided to the interface folder, so that the data file of the system application program can be generated in the application program, and the control of a mobile phone process on the data file is separated.
And furthermore, the data file of the system application program is generated in the application program, so that the data file required by the system application program can be conveniently and directly called, and the application program can be managed and maintained through the data file, thereby realizing the cross-platform management of the application program.
Drawings
Fig. 1 is a flowchart illustrating steps of an embodiment of a data file generation method for an android system application according to the present application;
FIG. 2 is a flowchart illustrating steps of an embodiment of a method for invoking a data file of an android application;
fig. 3 is a block diagram of an embodiment of a data file generation apparatus for an android system application according to the present application;
fig. 4 is a block diagram of an embodiment of a data file calling apparatus of an android system application according to the present application.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, the present application is described in further detail with reference to the accompanying drawings and the detailed description.
At present, the management and maintenance of the system application program of the smartphone using the android operating system are completed through a data file thereof, and specifically, are operated through a provider interface of the android operating system. The provider provides an interface for accessing data files, and taking short messages as an example, deletion, update or insertion of the short messages, which are data files of a system application program, are realized through the provider interface. However, the provider interface of the android operating system is defined in the phone process of the mobile phone. The phone process is a core process of the mobile phone and is responsible for executing important operations such as managing calls, phone books, data files of various system application programs and the like. Once the phone process is abnormal, the mobile phone is halted and cannot be used.
As can be seen from the above description, the provider interface for managing the data files of the system application is bound to the mobile phone process, not the application itself, so that it is very inconvenient to manage and maintain the system application across chip platforms, and it is necessary to call the phone process corresponding to each chip platform to manage and maintain the data files, which takes a lot of time and labor.
In view of the above problems, one of the core ideas of the embodiments of the present application is to generate a data file of a system application program of an android operating system in the application program, so that the data file is separated from the control of a platform, and the data file is conveniently and directly called from the application program, thereby implementing cross-platform management and maintenance on the system application program.
Referring to fig. 1, a flowchart illustrating steps of an embodiment of a data file generation method for an android system application program according to the present application is shown, which may specifically include the following steps:
102, moving a database interface file of the android system application program to the interface folder;
the android system application program is provided with a corresponding database interface file, and the database interface file manages and maintains the application program through operating the data file of the application program.
In order to move a database interface file into a system application program, firstly, an interface folder needs to be created in the android system application program, and the created interface folder can be named as provider; and then, moving the database interface file of the android system application program to the interface folder.
It should be noted that, in order to avoid the abnormal operation of the program caused by the repeated data file generated by the system application program, before moving the interface file of the database to the interface folder, the interface file originally in the phone process needs to be shielded in advance.
In an embodiment of the present application, the creating an interface folder in the android system application may include the following sub-steps:
substep 1011, finding out the data packet of the android system application program;
substep 1012, creating an interface folder of the android system application in the data package.
Before the interface folder is created, a data packet corresponding to the application program of the android system needs to be found, and various files needed to be used by the application program in installation and operation are stored in the data packet. Taking a short message as an example, a data packet of a system application program corresponding to the short message should be found, and then an interface folder of the android system application program is created in the data packet, which may be named provider.
103, guiding a reference path of a compiled file of the android system application program to the interface folder;
generally, an android application also has a corresponding compiled file, and a reference path of the compiled file points to a database interface file, and the compiled file determines how to perform operations on each file.
After the database interface file of the android system application program is moved to the interface folder provider, a reference path of a compiled file of the android system application program needs to be guided to the interface folder provider, because the path is correspondingly changed after the interface file is moved to the application program, corresponding modification needs to be carried out, otherwise, the compiled file cannot find the interface file, and the result that compiling cannot be carried out is caused.
In an embodiment of the application, the directing the reference path of the compiled file of the android system application to the interface folder may include the following sub-steps:
substep 1031, obtaining the storage address of the created interface folder;
and a substep 1032 of modifying the reference path of the compiled file of the android system application program into the storage address of the interface folder.
In a specific implementation, after an interface folder is created in an android system application program, a storage address of the created interface folder may be recorded, and a reference path of a compiled file of the application program is modified into the storage address of the interface folder.
And 104, generating the data file in the android system application program.
In a specific implementation, a data file corresponding to an application program of the android system can be generated in a data packet of the application program.
According to the embodiment of the application, the interface folder is created in the android system application program, the database interface file of the system application program is moved to the interface folder, the reference path of the compiled file is modified, and the reference path of the compiled file is guided to the interface folder, so that the data file generated by the system application program is separated from the control of a mobile phone process in the application program, and further, the management and maintenance of the application program can be realized by directly calling the required data file from the system application program.
Correspondingly, the application also discloses a data file calling method of the application program of the android system, and referring to fig. 2, a flow chart of steps of an embodiment of the data file calling method of the application program of the android system is shown, and the method specifically includes the following steps:
and step 202, directly extracting a target data file from the android system application program.
The management and maintenance of the android system application program are realized through the operation on the data file of the application program, so that the target data file of the android system application program to be called needs to be determined firstly according to different purposes. After the target data file is determined, the target data file is generated in a data packet of an application program, and the target data file can be directly extracted from the android system application program.
In a specific implementation, the data file of the android system application program may be generated as follows:
substep 211, creating an interface folder in the android system application;
substep 212, moving the database interface file of the android system application program into the interface folder;
substep 213, directing the reference path of the compiled file of the android system application program to the interface folder;
and a substep 214 of generating the data file in the android system application program.
Since the sub-steps 211-214 in this embodiment are similar to the sub-steps 101-104, the detailed description thereof is omitted here.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the embodiments are not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the embodiments. Further, those skilled in the art will also appreciate that the embodiments described in the specification are presently preferred and that no particular act is required of the embodiments of the application.
Referring to fig. 3, a block diagram of a structure of an embodiment of a data file generation apparatus for an android system application according to the present application is shown, which may specifically include the following modules:
an interface folder creating module 301, configured to create an interface folder in the android system application program;
an interface file moving module 302, configured to move a database interface file of the android system application program into the interface folder;
a compiled file reference path guiding module 303, configured to guide a reference path of a compiled file of the android system application program to the interface folder;
a data file generating module 304, configured to generate the data file in the android system application program.
In a preferred embodiment of the present application, the interface folder creation module 301 may include the following sub-modules:
the data packet searching submodule 3011 is configured to search for a data packet of the android system application program;
and the interface folder creating submodule 3012 is configured to create an interface folder of the android system application in the data packet.
In a preferred embodiment of the present application, the reference path guiding module 303 of the compiled document may include the following sub-modules:
an interface folder storage address acquisition submodule 3031, configured to acquire a storage address of the created interface folder;
and a reference path guiding submodule 3032 for modifying the reference path of the compiled file of the android system application program into the storage address of the interface folder.
In a preferred embodiment of the present application, the data file generating module 304 may include the following sub-modules:
the data file generating submodule 3041 is configured to generate the data file in the data packet of the android system application program.
Referring to fig. 4, a block diagram of a structure of an embodiment of a data file calling apparatus of an android system application according to the present application is shown, which may specifically include the following modules:
a target data file determining module 401, configured to determine a target data file of the android system application program that needs to be called;
a target data file extracting module 402, configured to directly extract a target data file from the android system application program, where the data file of the android system application program may be generated in the following manner:
step 411, creating an interface folder in the android system application program;
step 412, moving the database interface file of the android system application program to the interface folder;
step 413, guiding a reference path of the compiled file of the android system application program to the interface folder;
and step 414, generating the data file in the android system application program.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one of skill in the art, embodiments of the present application may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the true scope of the embodiments of the application.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The data file generating and calling method and the data file generating and calling device of the android system application program provided by the application are introduced in detail, specific examples are applied in the text to explain the principle and the implementation mode of the application, and the description of the above embodiments is only used for helping to understand the method and the core idea of the application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.
Claims (6)
1. A data file generation method of an android system application program is characterized in that the android system application program is provided with a corresponding database interface file and a reference path of a compiled file, and the method comprises the following steps:
creating an interface folder in the android system application program;
moving a database interface file of the android system application program to the interface folder;
guiding a reference path of a compiled file of the android system application program to the interface folder;
generating the data file in the android system application program;
the step of creating an interface folder in the android system application program comprises:
finding out a data packet of the android system application program;
creating an interface folder of the android system application program in the data packet;
the step of guiding the reference path of the compiled file of the android system application program to the interface folder comprises the following steps:
acquiring a storage address of the created interface folder;
and modifying the reference path of the compiled file of the android system application program into the storage address of the interface folder.
2. The method of claim 1, wherein the step of generating the data file in the android system application comprises:
and generating the data file in the data packet of the android system application program.
3. A data file calling method of an android system application program is characterized by comprising the following steps:
determining a target data file of the android system application program to be called;
directly extracting a target data file from the android system application program, wherein the data file of the android system application program is generated in the following mode:
creating an interface folder in the android system application program; the interface folder is obtained by finding out a data packet of the android system application program and creating the data packet;
moving a database interface file of the android system application program to the interface folder;
guiding a reference path of a compiled file of the android system application program to the interface folder, including: acquiring a storage address of the created interface folder, and modifying a reference path of a compiled file of the android system application program into the storage address of the interface folder;
generating the data file in the android system application program;
the step of creating an interface folder in the android system application program comprises:
finding out a data packet of the android system application program;
and creating an interface folder of the android system application program in the data packet.
4. The data file generating device of the android system application program is characterized in that the android system application program is provided with a corresponding database interface file and a reference path of a compiled file, and the device comprises:
the interface folder creating module is used for creating an interface folder in the android system application program;
the interface file moving module is used for moving the database interface file of the android system application program to the interface folder;
the reference path guiding module of the compiled file is used for guiding the reference path of the compiled file of the android system application program to the interface folder;
the data file generation module is used for generating the data file in the android system application program;
the interface folder creation module includes:
the data packet searching submodule is used for searching out the data packet of the android system application program;
the interface folder creating submodule is used for creating an interface folder of the android system application program in the data packet;
the reference path guiding module of the compiled file comprises:
the interface folder storage address acquisition submodule is used for acquiring the storage address of the created interface folder;
and the reference path guiding submodule of the compiled file is used for modifying the reference path of the compiled file of the android system application program into the storage address of the interface folder.
5. The apparatus of claim 4, wherein the data file generation module comprises:
and the data file generation submodule is used for generating the data file in the data packet of the android system application program.
6. The utility model provides a data file calling device of android system application which characterized in that includes:
the target data file determining module is used for determining a target data file of the android system application program to be called;
the target data file extraction module is used for directly extracting a target data file from the android system application program, wherein the data file of the android system application program is generated in the following mode:
creating an interface folder in the android system application program; the interface folder is obtained by finding out a data packet of the android system application program and creating the data packet;
moving a database interface file of the android system application program to the interface folder;
guiding a reference path of a compiled file of the android system application program to the interface folder, including: acquiring a storage address of the created interface folder, and modifying a reference path of a compiled file of the android system application program into the storage address of the interface folder;
generating the data file in the android system application program;
the interface folder is created in the android system application program through an interface folder creation module;
the interface folder creation module further comprises:
the data packet searching submodule is used for searching out the data packet of the android system application program;
and the interface folder creating submodule is used for creating an interface folder of the android system application program in the data packet.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510666061.6A CN106598974B (en) | 2015-10-15 | 2015-10-15 | Data file generation and calling method and device for android system application program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510666061.6A CN106598974B (en) | 2015-10-15 | 2015-10-15 | Data file generation and calling method and device for android system application program |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106598974A CN106598974A (en) | 2017-04-26 |
CN106598974B true CN106598974B (en) | 2020-07-03 |
Family
ID=58552158
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510666061.6A Active CN106598974B (en) | 2015-10-15 | 2015-10-15 | Data file generation and calling method and device for android system application program |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106598974B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114528205A (en) * | 2022-01-24 | 2022-05-24 | 山东浪潮科学研究院有限公司 | Android-based application program analysis method, device and medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8122490B2 (en) * | 2002-01-08 | 2012-02-21 | Bottomline Technologies (De), Inc | Transfer server of a secure system for unattended remote file and message transfer |
CN102646042A (en) * | 2012-02-28 | 2012-08-22 | 华为终端有限公司 | Method and terminal equipment for storing application program data |
CN102682057A (en) * | 2012-01-11 | 2012-09-19 | 广东欧珀移动通信有限公司 | Management method for generative paths of data files of Android application program |
-
2015
- 2015-10-15 CN CN201510666061.6A patent/CN106598974B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8122490B2 (en) * | 2002-01-08 | 2012-02-21 | Bottomline Technologies (De), Inc | Transfer server of a secure system for unattended remote file and message transfer |
CN102682057A (en) * | 2012-01-11 | 2012-09-19 | 广东欧珀移动通信有限公司 | Management method for generative paths of data files of Android application program |
CN102646042A (en) * | 2012-02-28 | 2012-08-22 | 华为终端有限公司 | Method and terminal equipment for storing application program data |
Also Published As
Publication number | Publication date |
---|---|
CN106598974A (en) | 2017-04-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102096195B1 (en) | Plug-in packaging methods, devices, terminals and storage media | |
US10699061B2 (en) | Application page quick access | |
CN102289378B (en) | Method for automatically generating APP (Application) | |
CN111399840B (en) | Module development method and device | |
CN105224401A (en) | Scheduled task control method and device | |
CN108874379B (en) | Page processing method and device | |
CN105094777B (en) | Realize the method and device for applying screenshotss | |
CN109101244B (en) | Integrated automatic packaging method for ios system | |
CN104615462A (en) | Cross-platform mobile application generating server side and system | |
CN108170430B (en) | Interface display method and system | |
CN110737589A (en) | automatic point burying method, device, medium and electronic equipment | |
CN111475142A (en) | Method, device and equipment for generating applet file package | |
CN104461621A (en) | Attribute information updating method and device | |
CN106775754A (en) | The compatible processing method and processing device of application | |
CN104536398B (en) | Frequency converter monitoring method and system | |
CN109241026A (en) | The method, apparatus and system of data management | |
CN104133676A (en) | Function execution method and function execution device based on scripts | |
CN109558143B (en) | Method and device for deploying applications in cluster | |
CN110399384A (en) | UDF adaptation method, data processing method, equipment and storage medium | |
CN106598974B (en) | Data file generation and calling method and device for android system application program | |
CN112346761B (en) | Front-end resource online method, device, system and storage medium | |
CN111428209B (en) | Application program confusion method, device and storage medium | |
CN104503776A (en) | Method for rapidly packaging android application on APP development platform | |
CN105446788B (en) | A kind of information processing method and electronic equipment | |
CN112764796A (en) | Installation package generation system |
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 | ||
CP01 | Change in the name or title of a patent holder | ||
CP01 | Change in the name or title of a patent holder |
Address after: 266071 Shandong city of Qingdao province Jiangxi City Road No. 11 Patentee after: Qingdao Hisense Mobile Communication Technology Co.,Ltd. Address before: 266071 Shandong city of Qingdao province Jiangxi City Road No. 11 Patentee before: HISENSE MOBILE COMMUNICATIONS TECHNOLOGY Co.,Ltd. |