CN110989876B - Application program adaptation method, mobile terminal and storage medium - Google Patents

Application program adaptation method, mobile terminal and storage medium Download PDF

Info

Publication number
CN110989876B
CN110989876B CN201911047150.7A CN201911047150A CN110989876B CN 110989876 B CN110989876 B CN 110989876B CN 201911047150 A CN201911047150 A CN 201911047150A CN 110989876 B CN110989876 B CN 110989876B
Authority
CN
China
Prior art keywords
application program
application
mobile terminal
name
package
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911047150.7A
Other languages
Chinese (zh)
Other versions
CN110989876A (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.)
Shenzhen Putian Yitong Technologies Co ltd
Original Assignee
Shenzhen Putian Yitong Technologies Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Putian Yitong Technologies Co ltd filed Critical Shenzhen Putian Yitong Technologies Co ltd
Priority to CN201911047150.7A priority Critical patent/CN110989876B/en
Publication of CN110989876A publication Critical patent/CN110989876A/en
Application granted granted Critical
Publication of CN110989876B publication Critical patent/CN110989876B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses an application program adaptation method, a mobile terminal and a storage medium, wherein the application program adaptation method comprises the following steps: when the key of the main interface of the mobile terminal is detected to be pressed, entering a preset application program management interface; searching an application package name and an entry class name matched with the mobile terminal in a database according to the application icon selected by the user; and starting the application program according to the application program package name and the portal class name, and entering a control interface of the application program. The invention realizes automatic matching of the application package name and the portal class name adapted to the mobile terminal by searching the application package name and the portal class name, so as to solve the troublesome operations of manual searching and setting and improve the efficiency of the mobile terminal for adapting to the application.

Description

Application program adaptation method, mobile terminal and storage medium
Technical Field
The present invention relates to the field of mobile terminal applications, and in particular, to an application adaptation method, a mobile terminal, and a storage medium.
Background
Due to the openness of the android platform, the android system becomes a main stream operating system of the mobile terminal; meanwhile, as the fragmentation of the android system is very serious, each large manufacturer has own customization systems, such as a MIUI system, an EMUI system, a Funtouch OS system and the like; in each system, there are an autonomous camera APP (Application) and a file manager APP.
Normally, if another APP is started in one APP, for example, the camera APP is started in a WeChat, the package name of the camera APP and the corresponding entry class name need to be known, otherwise, the corresponding camera APP cannot be opened; however, for different models, because manufacturers of mobile phones are different, the package names of the camera APP in the operating system and the corresponding entry class names are different, and in order to match different models, the package names of the camera APP need to be manually searched and set, so that time and labor are wasted.
Accordingly, the prior art is still in need of improvement and development.
Disclosure of Invention
The invention aims to solve the technical problems of the prior art, and provides an application program adaptation method, a mobile terminal and a storage medium, which aim to realize automatic matching of an application program package name and an entry class name adapted to the mobile terminal by searching the application program package name and the entry class name so as to solve the troublesome operation of manual searching and setting and improve the efficiency of adapting the application program of the mobile terminal.
The technical scheme adopted for solving the technical problems is as follows:
the invention provides an application program adaptation method, which comprises the following steps of:
when the key of the main interface of the mobile terminal is detected to be pressed, entering a preset application program management interface;
searching an application package name and an entry class name matched with the mobile terminal in a database according to the application icon selected by the user;
and starting the application program according to the application program package name and the portal class name, and entering a control interface of the application program.
Further, when the main interface key of the mobile terminal is detected to be pressed, entering a preset application management interface, and the method comprises the following steps:
the application program management interface is preset, and corresponding application program icons are set in the application program management interface.
Further, when the main interface key of the mobile terminal is detected to be pressed, entering a preset application management interface, specifically including the following steps:
when the mobile terminal is started, detecting whether a main interface key of the mobile terminal is pressed or not;
when the main interface key of the mobile terminal is detected to be pressed, starting an application program management process;
and entering the application program management interface according to the application program management process, and displaying the preset application program icon in the application program management interface.
Further, the searching the application package name and the entry class name adapted to the mobile terminal in the database according to the application icon selected by the user specifically includes the following steps:
acquiring the application icon selected by a user;
searching an application program package corresponding to the application program icon in the database according to the application program icon selected by the user;
and searching the application package name and the entry class name matched with the mobile terminal in the application package.
Further, the searching the application package name and the entry class name adapted to the mobile terminal in the application package specifically includes the following steps:
analyzing the application program package and acquiring attribute information in the application program package;
and searching the attribute information, and acquiring the application package name and the entry class name in the application package.
Further, the method starts the application program according to the application program package name and the portal class name, and enters a control interface of the application program, and specifically comprises the following steps:
judging whether the application program package name is matched with the model of the mobile terminal or not according to the acquired application program package name;
when the application package name is matched with the model of the mobile terminal, judging whether the entry class name is matched with the model of the mobile terminal;
and when the entry class name is matched with the model of the mobile terminal, starting the application program and entering a control interface of the application program.
Further, when the entry class name matches with the model of the mobile terminal, the application program is started and a control interface of the application program is entered, and the method specifically comprises the following steps:
when the entry class name is matched with the model of the mobile terminal, starting the process of the application program;
calling an application interface of the application program according to the entry class name;
and entering a control interface of the application program through the application interface so as to realize corresponding control operation through the control interface.
Further, the application includes a camera and a file manager.
The invention also provides a mobile terminal, which comprises a processor and a memory connected with the processor, wherein the memory stores an application program adaptation program, and the application program adaptation program is used for realizing the application program adaptation method when being executed by the processor.
The present invention also provides a storage medium storing an application adaptation program for implementing the application adaptation method as described above when executed by a processor.
The technical scheme adopted by the invention has the following effects:
when the key of the main interface of the mobile terminal is detected to be pressed, the method enters the application program management interface, and the corresponding application program icon is displayed in the application program management interface, so that a user can select an application program to be started in the application program management interface; after the user selects the application program icon, the corresponding application program package name and the corresponding entry class name are automatically searched according to the application program icon so as to match the mobile terminal through the application program package name and the corresponding entry class name, and therefore the application program selected by the user is started; the invention realizes automatic matching of the application package name and the portal class name adapted to the mobile terminal by searching the application package name and the portal class name, so as to solve the troublesome operations of manual searching and setting and improve the efficiency of the mobile terminal for adapting to the application.
Drawings
FIG. 1 is a flow chart of an application adaptation method in a preferred embodiment of the invention.
Fig. 2 is a functional block diagram of a mobile terminal in a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clear and clear, the present invention will be further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Example 1
Referring to fig. 1, fig. 1 is a flowchart of an application adaptation method in a preferred embodiment of the invention.
Typically, another APP program is started in one APP, for example: in an APP (e.g., an X program), when another APP (e.g., a Y program) is to be started, a package name of the Y program and a class name of an entry class need to be obtained (in an application package, the package name and the class name of the entry class are each a string of english strings); starting the Y program in the X program can only be realized if the package name of the Y program and the class name of the entry class are obtained.
For different machine types, the package names and class names of the camera APP (or the file manager APP) of each system (android system) are different due to different manufacturers; when a user starts a camera APP or a file manager APP on an APP for the first time, the package name and the class name of the camera APP or the file manager APP are required to be manually searched according to the model of the mobile terminal, and then the model of the mobile terminal and the camera APP or the file manager APP are stored in the same folder so as to enable the model of the mobile terminal to be matched with the camera APP or the file manager APP; that is, the camera APP or the file manager APP needs to be manually adapted to the model of the mobile terminal, so that the camera APP or the file manager APP can be smoothly started on one APP when the camera APP or the file manager APP is started next time; otherwise, the camera APP or the file manager APP cannot be opened without the adapted model; the manual adaptation mode does not bring trouble to the operation of a user.
Aiming at the problems of the manual adaptation mode, the embodiment provides an application program adaptation method to solve the troublesome operations of manual searching and setting, thereby improving the efficiency of adapting the application program of the mobile terminal.
As shown in fig. 1, in one implementation of the embodiment of the present invention, the application adaptation method includes the following steps:
step S100, when the main interface key of the mobile terminal is detected to be pressed, entering a preset application program management interface.
In this embodiment, an application program management APP for managing other application programs (in this embodiment, application programs of other systems, for example, a camera of the MIUI system, a file manager, etc.) is installed in the mobile terminal, and a management interface for managing other application programs is provided in the application program management APP, through which a user may select an application program to be started, for example: cameras, file managers, etc.; that is, the management interface is an entry for starting application programs such as a camera and a file manager, after the user selects the application program to be started, the mobile terminal searches for a package name and an application entry corresponding to the application program according to the application program, and then starts the application program adapted to the mobile terminal through the package name and the application entry, thereby realizing automatic matching of the application program corresponding to the system, and avoiding troublesome operations of manually setting the package name and the application entry of the application program.
Specifically, in this embodiment, it is necessary to set the application management interface in the mobile terminal in advance, and set a corresponding application icon in the application management interface; that is, in this embodiment, the application management interface replaces the desktop in the mobile terminal, and after the user starts up and presses the Home key, the mobile terminal displays the application management interface instead of the desktop of the mobile terminal; in addition, in the application management interface, an entry for clicking to enter the camera APP and the file manager APP is provided, and the camera APP or the file manager APP can be entered by clicking the camera APP icon or the file manager APP icon at the entry.
That is, in this embodiment, before the step 100, the method further includes the following steps:
and step 001, presetting the application management interface, and setting corresponding application icons in the application management interface.
Specifically, in this embodiment, when the mobile terminal is turned on, it is detected whether a main interface key (i.e., HOME key) of the mobile terminal is pressed; when the main interface key of the mobile terminal is detected to be pressed, an application program management process is started, otherwise, the application program management process directly enters the desktop of the mobile terminal; in this embodiment, the application management interface may be accessed through the program management process; when the mobile terminal enters the application management interface, the preset application icon is displayed in the application management interface, and a user can adapt an application program to the mobile terminal by clicking the application icon, so that a desired application program is started in the application management interface; for example, a user may want to activate a camera APP, and may click an icon of the camera APP in the application management interface; after the user clicks on the camera APP, the mobile terminal then automatically adapts the camera APP to start the camera APP.
Namely, in this embodiment, the step 100 specifically includes the following steps:
step 110, when the mobile terminal is started, detecting whether a main interface key of the mobile terminal is pressed;
step 120, when the main interface key of the mobile terminal is detected to be pressed, starting an application program management process;
and step 130, entering the application management interface according to the application management process, and displaying the preset application icon in the application management interface.
According to the invention, the application program management interface is arranged in the mobile terminal, and the application program package name and the entry class name corresponding to the application program icon can be searched in the database according to the application program icon selected by the user, so that the application program selected by the user can be adapted, and the application program selected by the user can be started.
And step 200, searching an application package name and an entry class name matched with the mobile terminal in a database according to the application icon selected by the user.
In this embodiment, after the application icon is displayed on the mobile terminal, if it is detected that the user selects the application icon in the application management interface, the application icon selected by the user is acquired, and an application package corresponding to the application icon is searched in a database of the mobile terminal.
Specifically, in this embodiment, the database is a database in the memory of the mobile terminal; in the database, a plurality of application packages are stored, and each application package has a corresponding application icon; therefore, when the user selects an application icon in the application management interface, the corresponding application package can be searched according to the storage address of the application icon, and the package name and the entry class name matched with the mobile terminal are searched in the application package; for example, a user selecting camera APP can find a package containing the word "camera" in the system folder; after the corresponding application program package is found, the application program package is analyzed, and attribute information in the application program package is acquired, so that the package name and the entry class name of the application program are acquired from the attribute information; for example, after a "camera" package is found, the package is parsed, attribute information of the camera APP is obtained from the package, the package name and the entry class name of the camera APP are obtained from the attribute information, and the package name and the entry class name of the camera APP are recorded.
Namely, in this embodiment, the step 200 specifically includes the following steps:
step 210, acquiring the application icon selected by the user;
step 220, searching an application package corresponding to the application icon in the database according to the application icon selected by the user;
and step 230, searching the application package name and the entry class name matched with the mobile terminal in the application package.
It should be noted that, in the above step 230, the following steps are specifically included:
step 231, analyzing the application package, and obtaining attribute information in the application package;
and step 232, searching the attribute information, and acquiring the application package name and the entry class name in the application package.
The invention searches the application program package corresponding to the application program icon in the database and analyzes the application program package, so that the mobile terminal can acquire the package name and the entry class name of the application program, thereby adapting the application program to the mobile terminal, and being capable of starting the application program in the application program management interface.
And step S300, starting the application program according to the application program package name and the portal class name, and entering a control interface of the application program.
In this embodiment, after the package name and the entry class name of the application program are obtained, the application program and the model of the mobile terminal may be adapted according to the package name and the entry class name, so as to start the application program according to the matching result, and enter the control interface of the application program, so as to implement the control of the application program.
Specifically, in this embodiment, after the package name and the entry class name of the application program are obtained, whether the package name of the application program is matched with the model of the mobile terminal is first determined, if not, the application program is prompted in the application program management interface to be not matched with the model; if so, further judging whether the entry class name of the application program is matched with the model of the mobile terminal; when judging the entry class name of the application program, if the entry class name is not matched, prompting in the application program management interface, if the entry class name is not matched, starting the process of the application program, calling the application interface of the application program according to the entry class name, and entering the control interface of the application program through the application interface, so that corresponding control operation is realized through the control interface.
Namely, in this embodiment, the step 300 specifically includes the following steps:
step 310, judging whether the application package name is matched with the model of the mobile terminal according to the acquired application package name;
step 320, when the application package name matches the model of the mobile terminal, judging whether the entry class name matches the model of the mobile terminal;
and 330, starting the application program and entering a control interface of the application program when the entry class name is matched with the model of the mobile terminal.
It should be noted that, in the above step 330, the following steps are specifically included:
step 331, when the entry class name matches with the model of the mobile terminal, starting the process of the application program;
step 332, calling an application interface of the application program according to the entry class name;
step 333, entering a control interface of the application program through the application interface to realize corresponding control operation through the control interface.
In this embodiment, the package name or class name of the camera APP contains the word "camera", and the file manager APP contains the word "file"; in the subsequent use process, when entering an application program management interface, the mobile terminal traverses the system application and searches whether the package name or the entry class name of the system application contains camera, if so, the application is camera APP, and at the moment, the camera APP can be directly started; similarly, the file manager APP is also automatically acquired by adopting a similar method; in this way, the problem of adapting the application to each machine is solved.
The invention realizes automatic matching of the application package name and the portal class name adapted to the mobile terminal by searching the application package name and the portal class name, so as to solve the troublesome operations of manual searching and setting and improve the efficiency of the mobile terminal for adapting to the application.
Example two
Referring to fig. 2, fig. 2 is a functional block diagram of a mobile terminal according to a preferred embodiment of the present invention.
As shown in fig. 2, an embodiment of the present invention provides a mobile terminal, which may be a mobile phone (or a tablet computer), where the mobile terminal of the present embodiment includes a processor 10 and a memory 20 connected to the processor 10;
the memory 20 stores an application adaptation program which, when executed by the processor 10, is adapted to implement the application adaptation method described in the first embodiment; as described in detail above.
Example III
An embodiment of the present invention provides a storage medium, where the storage medium stores an application adaptation program, where the application adaptation program is used to implement the application adaptation method described in the first embodiment, when the application adaptation program is executed by a processor; as described in detail above.
In summary, when the key of the main interface of the mobile terminal is detected to be pressed, the method enters the application program management interface, and the corresponding application program icon is displayed in the application program management interface, so that a user can select an application program to be started in the application program management interface; after the user selects the application program icon, the corresponding application program package name and the corresponding entry class name are automatically searched according to the application program icon so as to match the mobile terminal through the application program package name and the corresponding entry class name, and therefore the application program selected by the user is started; the invention realizes automatic matching of the application package name and the portal class name adapted to the mobile terminal by searching the application package name and the portal class name, so as to solve the troublesome operations of manual searching and setting and improve the efficiency of the mobile terminal for adapting to the application.
Of course, those skilled in the art will appreciate that implementing all or part of the above-described methods may be implemented by a computer program for instructing relevant hardware (such as a processor, a controller, etc.), where the program may be stored in a computer-readable storage medium, and where the program may include the steps of the above-described method embodiments when executed. The storage medium may be a memory, a magnetic disk, an optical disk, or the like.
It is to be understood that the invention is not limited in its application to the examples described above, but is capable of modification and variation in light of the above teachings by those skilled in the art, and that all such modifications and variations are intended to be included within the scope of the appended claims.

Claims (6)

1. An application adaptation method, characterized in that the application adaptation method comprises the steps of:
an application program management interface is set in the mobile terminal in advance, and corresponding application program icons are set in the application program management interface, so that the application program management interface is used for replacing a desktop in the mobile terminal; when the main interface key of the mobile terminal is detected to be pressed, entering a preset application program management interface;
searching an application package name and an entry class name matched with the mobile terminal in a database according to the application icon selected by the user;
the database is a database in the memory of the mobile terminal, a plurality of application program packages are stored in the database, and each application program package is provided with a corresponding application program icon;
the method comprises the following steps of searching an application package name and an entry class name matched with the mobile terminal in a database according to an application icon selected by a user, and specifically comprises the following steps:
acquiring the application icon selected by a user;
searching an application program package corresponding to the application program icon in the database according to the application program icon selected by the user;
searching the application program package name and the entry class name matched with the mobile terminal in the application program package;
the searching the application program package name and the entry class name matched with the mobile terminal in the application program package specifically comprises the following steps:
analyzing the application program package and acquiring attribute information in the application program package;
searching the attribute information, and acquiring the application package name and the entry class name in the application package;
starting the application program according to the application program package name and the entry class name, and entering a control interface of the application program;
the method for starting the application program according to the application program package name and the entry class name and entering a control interface of the application program specifically comprises the following steps:
judging whether the application program package name is matched with the model of the mobile terminal or not according to the acquired application program package name;
when the application package name is matched with the model of the mobile terminal, judging whether the entry class name is matched with the model of the mobile terminal;
when the entry class name is matched with the model of the mobile terminal, starting the application program and entering a control interface of the application program;
and when the entry class name is not matched with the model of the mobile terminal, prompting that the application program is not matched with the model of the mobile terminal in an application program management interface.
2. The application adaptation method according to claim 1, wherein the entering the preset application management interface when the pressing of the main interface key of the mobile terminal is detected, specifically comprises the following steps:
when the mobile terminal is started, detecting whether a main interface key of the mobile terminal is pressed or not;
when the main interface key of the mobile terminal is detected to be pressed, starting an application program management process;
and entering the application program management interface according to the application program management process, and displaying the preset application program icon in the application program management interface.
3. The application adaptation method according to claim 1, wherein when the portal class name matches the model of the mobile terminal, the application is started and a control interface of the application is entered, specifically comprising the steps of:
when the entry class name is matched with the model of the mobile terminal, starting the process of the application program;
calling an application interface of the application program according to the entry class name;
and entering a control interface of the application program through the application interface so as to realize corresponding control operation through the control interface.
4. The application adaptation method according to claim 1, wherein the application comprises a camera and a file manager.
5. A mobile terminal comprising a processor and a memory coupled to the processor, the memory storing an application adaptation program that, when executed by the processor, is configured to implement the application adaptation method of any one of claims 1-4.
6. A computer readable storage medium, characterized in that the computer readable storage medium stores an application adaptation program, which when executed by a processor is adapted to carry out the steps of the application adaptation method according to any of claims 1-4.
CN201911047150.7A 2019-10-30 2019-10-30 Application program adaptation method, mobile terminal and storage medium Active CN110989876B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911047150.7A CN110989876B (en) 2019-10-30 2019-10-30 Application program adaptation method, mobile terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911047150.7A CN110989876B (en) 2019-10-30 2019-10-30 Application program adaptation method, mobile terminal and storage medium

Publications (2)

Publication Number Publication Date
CN110989876A CN110989876A (en) 2020-04-10
CN110989876B true CN110989876B (en) 2023-09-22

Family

ID=70082716

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911047150.7A Active CN110989876B (en) 2019-10-30 2019-10-30 Application program adaptation method, mobile terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110989876B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114090121A (en) * 2021-11-17 2022-02-25 西安闻泰信息技术有限公司 Application program control method and device, storage medium and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104077033A (en) * 2014-06-24 2014-10-01 深圳市金立通信设备有限公司 Terminal lock screen control device and terminal
CN104090752A (en) * 2014-06-10 2014-10-08 南靖万利达科技有限公司 Method for promoting customization of shortcut icon on desktop of android system
CN104102539A (en) * 2013-04-09 2014-10-15 腾讯科技(深圳)有限公司 Method and device for acquiring underlying library called by mobile terminal application program
CN104111827A (en) * 2013-04-22 2014-10-22 腾讯科技(深圳)有限公司 Application matching method and device
WO2014180427A1 (en) * 2013-11-29 2014-11-13 中兴通讯股份有限公司 Application program management method and device
CN104933174A (en) * 2015-07-01 2015-09-23 北京博睿宏远科技发展有限公司 Method for solving model adaption problem of mobile phone APP (Application) on the basis of automatic traversal of control
CN108874475A (en) * 2017-05-10 2018-11-23 Tcl集团股份有限公司 A kind of implementation method of window background, mobile terminal and storage device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5971042B2 (en) * 2012-09-10 2016-08-17 富士通株式会社 Information processing apparatus, program, and software execution control method
CN106873961B (en) * 2016-07-27 2021-09-28 创新先进技术有限公司 Method and device for awakening APP through mobile browser

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104102539A (en) * 2013-04-09 2014-10-15 腾讯科技(深圳)有限公司 Method and device for acquiring underlying library called by mobile terminal application program
CN104111827A (en) * 2013-04-22 2014-10-22 腾讯科技(深圳)有限公司 Application matching method and device
WO2014180427A1 (en) * 2013-11-29 2014-11-13 中兴通讯股份有限公司 Application program management method and device
CN104090752A (en) * 2014-06-10 2014-10-08 南靖万利达科技有限公司 Method for promoting customization of shortcut icon on desktop of android system
CN104077033A (en) * 2014-06-24 2014-10-01 深圳市金立通信设备有限公司 Terminal lock screen control device and terminal
CN104933174A (en) * 2015-07-01 2015-09-23 北京博睿宏远科技发展有限公司 Method for solving model adaption problem of mobile phone APP (Application) on the basis of automatic traversal of control
CN108874475A (en) * 2017-05-10 2018-11-23 Tcl集团股份有限公司 A kind of implementation method of window background, mobile terminal and storage device

Also Published As

Publication number Publication date
CN110989876A (en) 2020-04-10

Similar Documents

Publication Publication Date Title
US20060235944A1 (en) Method and system for a home screen editor in smartphone devices
CN108595191B (en) Application installation method and device
CN106126414B (en) Application software testing method and system
US20230017725A1 (en) Device state identification method and apparatus, and intelligent terminal
CN106844453B (en) Electronic file format conversion method
WO2020007225A1 (en) Voice control method and device
CN111385633B (en) Resource searching method based on voice, intelligent terminal and storage medium
CN111801731B (en) Voice control method, voice control device, and computer-executable nonvolatile storage medium
CN109117153B (en) Application processing method, device, terminal and storage medium
CN110989876B (en) Application program adaptation method, mobile terminal and storage medium
CN113918209B (en) Method and device for generating upgrade list and readable storage medium
CN110570846A (en) Voice control method and device and mobile phone
CN110609710B (en) Android system starting speed control method, intelligent device and storage medium
US9603020B2 (en) Electronic apparatus and method of executing application program
CN113434134A (en) Component processing method and device, electronic equipment and storage medium
US7802190B2 (en) Application display apparatus and application display system
WO2014161328A1 (en) Application program display method, apparatus, and terminal
CN110716914A (en) Database configuration method, system, computer readable storage medium and terminal equipment
CN113377346B (en) Integrated environment building method and device, electronic equipment and storage medium
CN114356330A (en) Page configuration method and device, electronic equipment and storage medium
CN114327375A (en) Method, tool and computer equipment for detecting java code dependency relationship
CN109088977B (en) Control method and control device for automatically installing mobile terminal application
CN112199561A (en) Application search method and device
CN111083571A (en) Television channel editing management method, device and storage medium
CN111367597A (en) Color switching method and device and electronic equipment

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