CN110989876A - 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
CN110989876A
CN110989876A CN201911047150.7A CN201911047150A CN110989876A CN 110989876 A CN110989876 A CN 110989876A CN 201911047150 A CN201911047150 A CN 201911047150A CN 110989876 A CN110989876 A CN 110989876A
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.)
Granted
Application number
CN201911047150.7A
Other languages
Chinese (zh)
Other versions
CN110989876B (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

Images

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: entering a preset application program management interface when detecting that a main interface key of the mobile terminal is pressed; searching an application program package name and an entry class name which are adaptive to the mobile terminal in a database according to an application program icon selected by a user; and 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. According to the invention, the application package name and the entry class name which are adaptive to the mobile terminal are automatically matched by searching the application package name and the entry class name, so that the troublesome operations of manual searching and setting are solved, and the efficiency of adapting the application program of the mobile terminal is improved.

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 program adaptation method, a mobile terminal, and a storage medium.
Background
Due to the openness of the android platform, the android system becomes a mainstream operating system of the mobile terminal; meanwhile, as the fragmentation of the android system is very serious, all manufacturers have own customized systems, such as an MIUI system, an EMUI system, a Funtouch OS system and the like; in each system, there are a camera APP (Application) and a file manager APP that are developed autonomously.
In general, if another APP is started in one APP, for example, a camera APP is started in a WeChat, the package name and the corresponding entry class name of the camera APP need to be known, otherwise, the corresponding camera APP cannot be opened; however, for different models, different manufacturers of mobile phones make the package names of the camera APPs in the operating system and the corresponding entry class names different, and in order to match different models, the package names of the camera APPs need to be manually searched and set, which wastes time and labor.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide an application program adapting method, a mobile terminal and a storage medium, aiming at realizing 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 operations of manual searching and setting and improve the efficiency of adapting an application program by the mobile terminal.
The technical scheme adopted by the invention for solving the technical problem is as follows:
the invention provides an application program adapting method, which comprises the following steps:
entering a preset application program management interface when detecting that a main interface key of the mobile terminal is pressed;
searching an application program package name and an entry class name which are adaptive to the mobile terminal in a database according to an application program icon selected by a user;
and 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.
Further, when it is detected that a main interface key of the mobile terminal is pressed, entering a preset application program management interface, the method includes the following steps:
and presetting the application program management interface, and setting a corresponding application program icon in the application program management interface.
Further, when it is detected that a main interface key of the mobile terminal is pressed, entering a preset application program management interface specifically includes the following steps:
when the mobile terminal is started, detecting whether a main interface key of the mobile terminal is pressed;
when detecting that a main interface key of the mobile terminal is 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 for 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 program 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 program package name and the entry class name which are adapted to the mobile terminal in the application program package.
Further, the searching for 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 program package name and the entry class name in the application program package.
Further, the starting the application program according to the application package name and the entry class name and entering the control interface of the application program specifically includes 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 program 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 is matched with the model of the mobile terminal, starting the application program and entering a control interface of the application program, specifically including 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 adapting program, and the application program adapting program is used for realizing the application program adapting method when being executed by the processor.
The present invention also provides a storage medium, wherein the storage medium stores an application adaptation program, and the application adaptation program is used for implementing the application adaptation method when being executed by a processor.
The invention adopts the technical scheme and has the following effects:
according to the method, when the fact that the key of the main interface of the mobile terminal is pressed is detected, the mobile terminal 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 icon, automatically searching the corresponding application package name and the corresponding entry class name according to the application icon, and matching the mobile terminal through the package name and the entry class name so as to start the application selected by the user; according to the invention, the application package name and the entry class name which are adaptive to the mobile terminal are automatically matched by searching the application package name and the entry class name, so that the troublesome operations of manual searching and setting are solved, and the efficiency of adapting the application program of the mobile terminal is improved.
Drawings
FIG. 1 is a flow chart of an application adaptation method in accordance with a preferred embodiment of the present invention.
Fig. 2 is a functional block diagram of a mobile terminal in a preferred embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Example one
Referring to fig. 1, fig. 1 is a flowchart of an application adaptation method according to 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 program (e.g., a Y program) is to be started, the package name of the Y program and the class name of the entry class need to be obtained (in an application package, the package name and the class name of the entry class are both a string of english character strings); and the Y program can be started in the X program only by acquiring the package name of the Y program and the class name of the entry class.
For different models, the package names and class names of the camera APPs (or file managers APP) of the systems (android systems) 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 need 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 that the model of the mobile terminal is matched with the camera APP or the file manager APP; that is, the model of the mobile terminal needs to be manually adapted to the camera APP or the file manager APP, 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 matched model; the manual adaptation mode brings troubles to the operation of the user.
For the problems existing in the manual adaptation mode, the embodiment provides an application adaptation method to solve the troublesome operations of manual searching and setting, thereby improving the efficiency of adapting the application by the mobile terminal.
As shown in fig. 1, in an implementation manner of the embodiment of the present invention, the application adaptation method includes the following steps:
and step S100, entering a preset application program management interface when detecting that a main interface key of the mobile terminal is pressed.
In this embodiment, an application management APP for managing other applications (in this embodiment, applications of other systems, such as a camera and a file manager of the MIUI system) is installed in the mobile terminal, a management interface for managing other applications is provided in the application management APP, and a user can select an application to be started through the management interface, for example: cameras, file managers, etc.; that is to say, the management interface is an entry for starting an application program such as a camera and a file manager, after a user selects an application program to be started, the mobile terminal searches 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, so that the application program corresponding to the system is automatically matched, and the troublesome operation of manually setting the package name and the application entry of the application program is avoided.
Specifically, in this embodiment, the application management interface needs to be set in the mobile terminal in advance, and a corresponding application icon needs to be set in the application management interface; that is to say, in this embodiment, the application management interface is used to replace the desktop in the mobile terminal, and after the user powers on and presses the Home key, the mobile terminal displays the application management interface instead of the desktop of the mobile terminal; and, in the middle of this application management interface, click the entry that gets into camera APP and file manager APP, through clicking the camera APP icon or the file manager APP icon in this entrance, can get into this camera APP or file manager APP.
That is, in this embodiment, before the step 100, the following steps are further included:
and 001, presetting the application program management interface, and setting a corresponding application program icon in the application program management interface.
Specifically, in this embodiment, when the mobile terminal is powered on, it is detected whether a main interface key (i.e., a HOME key) of the mobile terminal is pressed; when detecting that a main interface key of the mobile terminal is pressed, starting an application program management process, otherwise, directly entering a desktop of the mobile terminal; in this embodiment, the application management interface can be accessed through the program management process; when the mobile terminal enters the application program management interface, the preset application program icon is displayed in the application program management interface, and a user can adapt the application program to the mobile terminal by clicking the application program icon, so that the desired application program is started in the application program management interface; for example, a user may click an icon of a camera APP in the application management interface when the user wants to start the camera APP; after the user clicks the camera APP, the mobile terminal automatically adapts the camera APP to start the camera APP.
That is, 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 detecting that a main interface key of the mobile terminal is pressed, starting an application program management process;
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 S200, searching an application package name and an entrance class name which are adaptive to the mobile terminal in a database according to the application icon selected by the user.
In this embodiment, after the mobile terminal displays the application icon, if it is detected that the user selects the application icon in the application management interface, the application icon selected by the user is obtained, 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; moreover, a plurality of application program packages are stored in the database, and each application program package is provided with a corresponding application program icon; therefore, when the user selects the 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 which are adaptive to the mobile terminal are searched in the application package; for example, a user selecting camera APP may find a file package containing the word "camera" in the system folder; after finding the corresponding application program package, analyzing the application program package, and acquiring attribute information in the application program package to acquire a package name and an entry class name of the application program from the attribute information; for example, after the "camera" package is found, the package is parsed, the attribute information of the camera APP is acquired from the package, the package name and the entry class name of the camera APP are acquired through the attribute information, and the package name and the entry class name of the camera APP are recorded.
That is, in this embodiment, the step 200 specifically includes the following steps:
step 210, acquiring the application program icon selected by the user;
step 220, searching an application program package corresponding to the application program icon in the database according to the application program icon selected by the user;
step 230, searching the application package name and the entry class name adapted to the mobile terminal in the application package.
It should be noted that, in the step 230, the following steps are further specifically included:
step 231, analyzing the application package, and acquiring attribute information in the application package;
step 232, searching the attribute information, and obtaining the application package name and the entry class name in the application package.
According to the invention, the application program package corresponding to the application program icon is searched in the database and is analyzed, so that the mobile terminal can obtain the package name and the entry class name of the application program, and the application program is adapted to the mobile terminal, so that the application program can be started on the application program management interface.
And step S300, 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.
In this embodiment, after the package name and the entry class name of the application program are obtained, the application program may be adapted to the model of the mobile terminal according to the package name and the entry class name, so that the application program is started according to the matching result, and a control interface of the application program is entered to implement the operation and control of the application program.
Specifically, in this embodiment, after the package name and the entry class name of the application program are obtained, it is first determined whether the package name of the application program matches the model of the mobile terminal, and if not, the application program is prompted to be unmatched with the model in the application program management interface; if so, further judging whether the entry class name of the application program is matched with the model of the mobile terminal; when the entry class name of the application program is judged, if the entry class name of the application program is not matched, prompting is carried out in the application program management interface, if the entry class name of the application program is matched, the process of the application program is started, the application interface of the application program is called according to the entry class name, so that the application program enters the control interface of the application program through the application interface, and corresponding control operation is achieved through the control interface.
That is, in this embodiment, the step 300 specifically includes the following steps:
step 310, 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;
step 320, 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 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 step 330, the following steps are further specifically included:
step 331, when the entry class name is matched 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;
and 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, searches whether a package name or an entry class name of the system application contains a camera, if so, the application is a camera APP, and at the moment, the camera APP can be directly started; similarly, the file manager APP also adopts a similar method to automatically acquire; in this way, the problem of each machine adapting to the application is solved.
According to the invention, the application package name and the entry class name which are adaptive to the mobile terminal are automatically matched by searching the application package name and the entry class name, so that the troublesome operations of manual searching and setting are solved, and the efficiency of adapting the application program of the mobile terminal is improved.
Example two
Referring to fig. 2, fig. 2 is a functional block diagram of a mobile terminal according to a preferred embodiment of the 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) according to an embodiment of the present invention, where the mobile terminal includes a processor 10 and a memory 20 connected to the processor 10;
the memory 20 stores an application adaptation program, which is used for implementing the application adaptation method described in the first embodiment when the application adaptation program is executed by the processor 10; as described above.
EXAMPLE III
The embodiment of the invention provides a storage medium, wherein the storage medium stores an application program adapting program, and the application program adapting program is used for realizing the application program adapting method in the first embodiment when being executed by a processor; as described above.
In summary, when it is detected that a main interface key of the mobile terminal is pressed, the mobile terminal enters the application management interface, and displays a corresponding application icon in the application management interface, so that a user can select an application program to be started in the application management interface; after the user selects the application icon, automatically searching the corresponding application package name and the corresponding entry class name according to the application icon, and matching the mobile terminal through the package name and the entry class name so as to start the application selected by the user; according to the invention, the application package name and the entry class name which are adaptive to the mobile terminal are automatically matched by searching the application package name and the entry class name, so that the troublesome operations of manual searching and setting are solved, and the efficiency of adapting the application program of the mobile terminal is improved.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. An application adaptation method, characterized in that the application adaptation method comprises the steps of:
entering a preset application program management interface when detecting that a main interface key of the mobile terminal is pressed;
searching an application program package name and an entry class name which are adaptive to the mobile terminal in a database according to an application program icon selected by a user;
and 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.
2. The application program adapting method according to claim 1, wherein when it is detected that a main interface key of the mobile terminal is pressed, a preset application program management interface is entered, and the method comprises the following steps:
and presetting the application program management interface, and setting a corresponding application program icon in the application program management interface.
3. The application adaptation method according to claim 1, wherein when it is detected that a main interface key of the mobile terminal is pressed, entering a preset application management interface specifically comprises the following steps:
when the mobile terminal is started, detecting whether a main interface key of the mobile terminal is pressed;
when detecting that a main interface key of the mobile terminal is 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.
4. The method for adapting an application program according to claim 1, wherein the step of searching for the name of the application package and the name of the entry class adapted to the mobile terminal in a database according to the application icon selected by the user specifically comprises the following steps:
acquiring the application program 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 program package name and the entry class name which are adapted to the mobile terminal in the application program package.
5. The method according to claim 4, wherein the step of searching the application package for the application package name and the entry class name adapted to the mobile terminal comprises 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 program package name and the entry class name in the application program package.
6. The method for adapting an application program according to claim 1, wherein the step of starting the application program according to the application package name and the entry class name and entering a control interface of the application program specifically comprises the steps of:
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 program 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.
7. The application program adapting method according to claim 6, wherein when the entry class name matches the model of the mobile terminal, the application program is started and a control interface of the application program is entered, specifically comprising 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.
8. The application adaptation method of claim 1, wherein the application comprises a camera and a file manager.
9. A mobile terminal comprising a processor, and a memory coupled to the processor, the memory storing an application adaptation program, the application adaptation program when executed by the processor being configured to implement the application adaptation method of any of claims 1-8.
10. A storage medium, characterized in that the storage medium stores an application adaptation program, which when executed by a processor is adapted to implement the application adaptation method according to any one of claims 1-8.
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 true CN110989876A (en) 2020-04-10
CN110989876B 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)

Cited By (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 (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140075456A1 (en) * 2012-09-10 2014-03-13 Fujitsu Limited Information processing apparatus and method for controlling information processing apparatus
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
US20190155668A1 (en) * 2016-07-27 2019-05-23 Alibaba Group Holding Limited Awakening an application by means of a mobile browser

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140075456A1 (en) * 2012-09-10 2014-03-13 Fujitsu Limited Information processing apparatus and method for controlling information processing apparatus
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
US20190155668A1 (en) * 2016-07-27 2019-05-23 Alibaba Group Holding Limited Awakening an application by means of a mobile browser
CN108874475A (en) * 2017-05-10 2018-11-23 Tcl集团股份有限公司 A kind of implementation method of window background, mobile terminal and storage device

Cited By (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

Also Published As

Publication number Publication date
CN110989876B (en) 2023-09-22

Similar Documents

Publication Publication Date Title
KR101851082B1 (en) Method and device for information push
CA2747620C (en) Contextual application launch via search query
CN110018858B (en) Application management method and device based on voice control
CN108595191B (en) Application installation method and device
CN106933967B (en) Batch modification method and device for file contents
WO2020007225A1 (en) Voice control method and device
CN111801731B (en) Voice control method, voice control device, and computer-executable nonvolatile storage medium
CN110162442B (en) System performance bottleneck positioning method and system
EP4130953A1 (en) Device state identification method and apparatus, and smart terminal
CN106126414B (en) Application software testing method and system
CN106095248A (en) A kind of application program based on mobile terminal is searched and is started method and system
CN111385633B (en) Resource searching method based on voice, intelligent terminal and storage medium
WO2019161620A1 (en) Application dependency update method, terminal and device, and storage medium
US10824685B2 (en) Range programming using a search query
CN110570846B (en) Voice control method and device and mobile phone
CN110989876B (en) Application program adaptation method, mobile terminal and storage medium
US11526340B2 (en) Providing context-based application suggestions
CN104572661B (en) terminal device and information processing method
CN111723270A (en) RPA robot searching method, device and equipment
WO2014161328A1 (en) Application program display method, apparatus, and terminal
CN110716914A (en) Database configuration method, system, computer readable storage medium and terminal equipment
CN112581957B (en) Computer voice control method, system and related device
CN114356330A (en) Page configuration method and device, electronic equipment and storage medium
CN109088977B (en) Control method and control device for automatically installing mobile terminal application
WO2016169105A1 (en) Application menu processing method and device

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