[go: up one dir, main page]

CN108009031A - The control method and mobile terminal of a kind of application program - Google Patents

The control method and mobile terminal of a kind of application program Download PDF

Info

Publication number
CN108009031A
CN108009031A CN201711338046.4A CN201711338046A CN108009031A CN 108009031 A CN108009031 A CN 108009031A CN 201711338046 A CN201711338046 A CN 201711338046A CN 108009031 A CN108009031 A CN 108009031A
Authority
CN
China
Prior art keywords
application program
identification information
jump
mobile terminal
application
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
CN201711338046.4A
Other languages
Chinese (zh)
Other versions
CN108009031B (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.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co Ltd filed Critical Vivo Mobile Communication Co Ltd
Priority to CN201711338046.4A priority Critical patent/CN108009031B/en
Publication of CN108009031A publication Critical patent/CN108009031A/en
Application granted granted Critical
Publication of CN108009031B publication Critical patent/CN108009031B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephone Function (AREA)

Abstract

本发明提供了一种应用程序的控制方法及移动终端,解决现有的应用程序由于内部做了封闭环境,无法调起其他应用程序的问题。本发明的方法包括:获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;根据所述第一标识信息,跳转至所述第二应用程序;执行与所述第二标识信息对应的目标操作。本发明实施例的方法不受应用程序封闭环境的限制,根据上述跳转串码能够方便快捷地实现由第一应用程序到第二应用程序的跳转。

The invention provides an application program control method and a mobile terminal, which solves the problem that other application programs cannot be invoked due to the closed environment inside the existing application program. The method of the present invention includes: acquiring a jump string code for jumping from a first application program to a second application program, the jump string code including first identification information of the second application program and executing the second application program The second identification information of the target operation of the program; according to the first identification information, jump to the second application program; execute the target operation corresponding to the second identification information. The method of the embodiment of the present invention is not limited by the closed environment of the application program, and the jump from the first application program to the second application program can be realized conveniently and quickly according to the above jump string code.

Description

一种应用程序的控制方法及移动终端Application program control method and mobile terminal

技术领域technical field

本发明实施例涉及通信技术领域,尤其涉及一种应用程序的控制方法及移动终端。Embodiments of the present invention relate to the field of communication technologies, and in particular, to an application program control method and a mobile terminal.

背景技术Background technique

移动终端内的某些应用程序app因为技术原因不具备调起第三方应用的能力,或者由于在应用程序的内部做了封闭环境,使得该应用程序不提供调起第三方应用的能力,导致用户需要在使用该类应用程序时无法与其他应用程序流畅衔接,假设在一应用程序的某一公众号内宣传一个最新的购机活动,但是需要打开特定官网参与抽奖获得活动优惠券,而由于该应用程序的封闭坏境导致用户虽然看到了活动,但无法直接从公众号打开特定官网并定位到特定官网的活动页,降低了用户的参与度。Some application programs in the mobile terminal do not have the ability to invoke third-party applications due to technical reasons, or due to the closed environment inside the application, the application does not provide the ability to invoke third-party applications, causing users When using this type of application, it cannot be smoothly connected with other applications. Assume that a new purchase activity is promoted in a certain official account of an application, but it is necessary to open a specific official website to participate in the lottery to obtain event coupons, and because of this The closed environment of the application causes users to see the event, but cannot directly open a specific official website from the official account and locate the event page of the specific official website, which reduces user participation.

发明内容Contents of the invention

本发明实施例提供一种应用程序的控制方法及移动终端,以解决现有的应用程序由于内部做了封闭环境,无法调起其他应用程序的问题。Embodiments of the present invention provide an application program control method and a mobile terminal to solve the problem that existing application programs cannot invoke other application programs due to the closed environment inside.

为了解决上述技术问题,本发明是这样实现的:In order to solve the problems of the technologies described above, the present invention is achieved in that:

第一方面,本发明实施例提供了一种应用程序的控制方法,应用于移动终端,包括:In the first aspect, the embodiment of the present invention provides an application program control method applied to a mobile terminal, including:

获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;Acquiring a jump string code for jumping from the first application program to the second application program, the jump string code including the first identification information of the second application program and the first code for executing the target operation of the second application program 2. Identification information;

根据所述第一标识信息,跳转至所述第二应用程序;Jump to the second application program according to the first identification information;

执行与所述第二标识信息对应的目标操作。Execute the target operation corresponding to the second identification information.

第二方面,本发明实施例还提供了一种移动终端,包括:In the second aspect, the embodiment of the present invention also provides a mobile terminal, including:

获取模块,用于获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;An acquisition module, configured to acquire a jump string code for jumping from the first application program to the second application program, the jump string code including the first identification information of the second application program and executing the second application program The second identification information of the target operation;

跳转模块,用于根据所述第一标识信息,跳转至所述第二应用程序;A jump module, configured to jump to the second application program according to the first identification information;

处理模块,用于执行与所述第二标识信息对应的目标操作。A processing module, configured to execute a target operation corresponding to the second identification information.

第三方面,本发明的实施例还提供了一种移动终端,包括:存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如上所述应用程序的控制方法的步骤。In the third aspect, the embodiment of the present invention also provides a mobile terminal, including: a memory, a processor, and a computer program stored on the memory and operable on the processor, when the computer program is executed by the processor The steps of the control method of the above-mentioned application program are realized.

第四方面,本发明的实施例还提供了一种计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如上所述应用程序的控制方法的步骤。In a fourth aspect, the embodiments of the present invention further provide a computer-readable storage medium storing a computer program, and when the computer program is executed by a processor, the steps of the method for controlling the application program as described above are realized.

在本发明实施例中,获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;根据所述第一标识信息,跳转至所述第二应用程序;执行与所述第二标识信息对应的目标操作。本发明实施例的方法不受应用程序封闭环境的限制,根据上述跳转串码能够方便快捷地实现由第一应用程序到第二应用程序的跳转。In the embodiment of the present invention, a jump string code for jumping from the first application program to the second application program is acquired, the jump string code includes the first identification information of the second application program and the second application program is executed. The second identification information of the target operation of the application; jumping to the second application according to the first identification information; and executing the target operation corresponding to the second identification information. The method of the embodiment of the present invention is not limited by the closed environment of the application program, and the jump from the first application program to the second application program can be realized conveniently and quickly according to the above jump string code.

附图说明Description of drawings

图1为本发明实施例的应用程序的控制方法的流程图之一;FIG. 1 is one of the flowcharts of the control method of the application program in the embodiment of the present invention;

图2为本发明实施例的应用程序的控制方法的流程图之二;FIG. 2 is the second flowchart of the control method of the application program in the embodiment of the present invention;

图3为本发明实施例的应用程序的控制方法的具体应用示意图;FIG. 3 is a schematic diagram of a specific application of an application program control method according to an embodiment of the present invention;

图4为本发明实施例的移动终端的模块示意图之一;Fig. 4 is one of the module schematic diagrams of the mobile terminal according to the embodiment of the present invention;

图5为本发明实施例的移动终端的模块示意图之二;FIG. 5 is a second schematic diagram of modules of a mobile terminal according to an embodiment of the present invention;

图6为本发明实施例的移动终端的结构框图。FIG. 6 is a structural block diagram of a mobile terminal according to an embodiment of the present invention.

具体实施方式Detailed ways

下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完成地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some of the embodiments of the present invention, not all of them. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.

如图1所示,本发明实施例的调起应用程序的方法,包括:As shown in Figure 1, the method for invoking an application program in the embodiment of the present invention includes:

步骤101:获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息。Step 101: Obtain a jump string code for jumping from the first application program to the second application program, the jump string code includes the first identification information of the second application program and the target for executing the second application program The second identification information of the operation.

其中,上述跳转串码包含第一字段和第二字段;其中,所述第一字段用于承载所述第一标识信息;所述第二字段用于承载在所述第二标识信息。上述第一应用程序可具体为移动终端当前运行的应用程序。Wherein, the above jump string code includes a first field and a second field; wherein, the first field is used to carry the first identification information; and the second field is used to carry the second identification information. The foregoing first application program may specifically be an application program currently running on the mobile terminal.

在本发明的具体实施例中,由服务器与终端预先约定跳转串码(用于调起各种应用程序,可动态配置拓展应用程序的标识信息)。上述跳转串码具体由服务器根据业务需求向移动终端发送,并由移动终端的处理器获取,如移动终端的预设服务进程,并通过预设服务进程来根据上述跳转串码从第一应用程序跳转至第二应用程序。In a specific embodiment of the present invention, the server and the terminal agree in advance on the jump string code (used to invoke various application programs, and the identification information of the expanded application program can be dynamically configured). The above-mentioned jump serial code is specifically sent by the server to the mobile terminal according to the business requirements, and is obtained by the processor of the mobile terminal, such as the preset service process of the mobile terminal, and through the preset service process, according to the above-mentioned jump serial code from the first The application jumps to the second application.

步骤102:根据所述第一标识信息,跳转至所述第二应用程序。Step 102: Jump to the second application program according to the first identification information.

其中,不同的应用程序具有不同的标识信息,如官网为xxx001,应用商店为xxx002。Wherein, different application programs have different identification information, such as xxx001 for the official website and xxx002 for the application store.

具体的,获取与所述第一标识信息对应的目标应用程序包名;根据所述目标应用程序包名,跳转至所述第二应用程序。Specifically, acquire a target application package name corresponding to the first identification information; and jump to the second application program according to the target application package name.

通过上述预设服务进程作为中间模块,由第一应用程序跳转至第二应用程序,实现第一应用程序与第二应用程序的流畅衔接。By using the above-mentioned preset service process as an intermediate module, the first application program jumps to the second application program, so that the smooth connection between the first application program and the second application program is realized.

步骤103:执行与所述第二标识信息对应的目标操作。Step 103: Execute a target operation corresponding to the second identification information.

其中,不同的操作对应不同的标识信息,如001为在官网可执行抽奖次数的操作,002为在应用商店则下载某个应用的操作。Among them, different operations correspond to different identification information, for example, 001 is an operation that can perform lottery draws on the official website, and 002 is an operation that downloads an application in an application store.

通过上述预设服务进程作为中间模块,由第一应用程序跳转至第二应用程序,并根据第二标识信息执行相应的操作,实现第一应用程序与第二应用程序的流畅衔接。By using the preset service process as an intermediate module, the first application program jumps to the second application program, and performs corresponding operations according to the second identification information, so as to realize the smooth connection between the first application program and the second application program.

进一步地,所述移动终端的剪切面板包括所述跳转串码,该跳转串码是移动终端在检测到跳转至所述第二应用程序的触发操作时,由移动终端复制到所述移动终端的剪切面板上的。Further, the clipping panel of the mobile terminal includes the jump serial code, which is copied to the second application program by the mobile terminal when the mobile terminal detects the trigger operation of jumping to the second application program. on the clipping panel of the mobile terminal described above.

作为一种可选的实现方式,上述步骤101获取从第一应用程序跳转至第二应用程序的跳转串码,包括:As an optional implementation, the above step 101 obtains a jump string code for jumping from the first application program to the second application program, including:

检测所述移动终端的剪切面板所复制的内容是否发生变化;在所述剪切面板所复制的内容发生变化的情况下,从所述剪切面板中,读取所述第一标识信息和所述第二标识信息,得到所述跳转串码。Detecting whether the content copied by the clipping panel of the mobile terminal changes; if the content copied by the clipping panel changes, read the first identification information and The second identification information obtains the jump serial code.

上述跳转串码除包含上述第一字段和第二字段外,还可包含用于承载第二应用程序的目标页面的标识信息的第三字段以及用于承载用户标识信息的第四字段。上述预设服务进程通过识别该跳转串码中的字段,便可打开相应的应用程序以及进入该应用程序内进行具体的业务操作。In addition to the above-mentioned first field and second field, the above-mentioned jump string code may also include a third field for carrying identification information of the target page of the second application program and a fourth field for carrying user identification information. The above preset service process can open the corresponding application program and enter the application program to perform specific business operations by identifying the fields in the jump string code.

假定当前运行的应用程序为第一应用程序,则在第一应用程序的H5页面,执行复制操作,将跳转串码复制到移动终端的剪切面板。将跳转串码复制到剪切面板后,由预设服务进程调取剪切面板公共的读取接口,在每次剪切面板有变化的时候,通过接口获取剪切面板的跳转串码,且预设服务进程作为一个公共服务进程,在移动终端开机时就会启动,监听功能加在预设服务进程内,根据该监听功能进行剪切面板的监听,该预设服务进程是一个常驻进程,可以一直在后台监听,预设服务进程监听当前剪切面板的内容,解析跳转串码,解析成功后,打开相应的应用程序,并将相应的参数(第二字段)传递给该应用程序,由该应用程序进行相应的业务操作,该参数可用于执行打开具体应用程序内的某个页面,并进行执行某项任务(如下载、增加抽奖次数,产品预约等)。Assuming that the currently running application program is the first application program, then on the H5 page of the first application program, a copy operation is performed to copy the jump serial code to the clipping panel of the mobile terminal. After copying the jump string code to the cut panel, the preset service process calls the common reading interface of the cut panel, and obtains the jump string code of the cut panel through the interface every time the cut panel changes , and the default service process is a public service process, it will start when the mobile terminal is turned on, the monitoring function is added to the default service process, and the monitoring of the cutting panel is performed according to the monitoring function, the default service process is a regular The resident process can always monitor in the background. The preset service process monitors the content of the current clipping panel and parses the jump string code. After the parsing is successful, open the corresponding application program and pass the corresponding parameter (second field) to the The application program performs corresponding business operations. This parameter can be used to open a certain page in a specific application program and perform a certain task (such as downloading, increasing the number of lottery draws, and making product reservations, etc.).

该实现方式中,在第一应用程序中执行复制操作,将跳转串码复制到剪切面板,并由预设服务进程监听剪切面板内容,当剪切面板的内容发生变化时,由预设服务进程作为中间模块调起相应的应用程序解除封锁。例如,在封闭的应用环境内,点击复制生成的识别码到剪切面板,剪切面板通过接口告知预设服务进程(需要一个长链接常驻在后台的进程监听剪切面板行为)剪切面板有变化,预设服务进程识别剪切面板的信息并调起app,并拓传相应的信息给APP,由APP执行具体业务操作。In this implementation, the copy operation is executed in the first application program, and the jump string code is copied to the cutout panel, and the content of the cutout panel is monitored by the preset service process. When the content of the cutout panel changes, the preset Set the service process as an intermediate module to call up the corresponding application program to unblock. For example, in a closed application environment, click to copy the generated identification code to the clipping panel, and the clipping panel will notify the preset service process through the interface (a process that needs a long link to stay in the background to monitor the behavior of the clipping panel) clipping panel If there is a change, the default service process recognizes the information of the clipping panel and invokes the app, and transmits the corresponding information to the app, and the app performs specific business operations.

下面结合具体应用场景,对上述实现方式进行具体说明。The above implementation manner will be specifically described below in combination with specific application scenarios.

假定第一应用程序通过公众号展示活动,如图2所示,上述实现方式可具体包括:Assuming that the first application program displays activities through the official account, as shown in Figure 2, the above implementation methods may specifically include:

步骤201:用户在第一应用程序内触发打开第二应用程序。Step 201: The user triggers the opening of the second application program in the first application program.

具体的,可通过用户点击上述公众号内显示的活动,来触发打开第二应用程序。Specifically, the opening of the second application program may be triggered by the user clicking on the activity displayed in the official account.

步骤202:在第一应用程序内对服务器生成的跳转串码进行复制操作。Step 202: Copy the jump string code generated by the server in the first application program.

由于复制操作时在每个应用程序内均能执行的操作,这里,通过复制跳转串码来使预设服务进程控制由第一应用程序跳转到第二应用程序。Since the copying operation is an operation that can be executed in each application program, here, the preset service process control is transferred from the first application program to the second application program by copying the jump serial code.

步骤203:剪切面板获取复制的跳转串码。Step 203: Cut the panel to obtain the copied jump string code.

该跳转串码包括所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息。The jump sequence code includes first identification information of the second application program and second identification information for executing a target operation of the second application program.

这里,剪切面板获取跳转串码,并通知给预设服务进程,以便于预设服务进程根据该跳转串码调起相应的应用程序。Here, the clipping panel obtains the jump serial code, and notifies the preset service process, so that the preset service process can invoke the corresponding application program according to the jump serial code.

步骤204:预设服务进程监听到剪切面板的内容发生变化,对剪切面板当前复制的内容进行识别。Step 204: The preset service process detects that the content of the clipping panel changes, and identifies the currently copied content of the clipping panel.

其中,预设服务进程是一个常驻进程,可以一直在后台监听,预设服务进程监听当前剪切面板的内容,解析跳转串码,解析成功后,打开相应的应用程序,并将相应的参数传递给该应用程序,由该应用程序进行相应的业务操作,该参数可用于执行打开具体应用程序内的某个页面,并进行执行某项任务(如下载、增加抽奖次数,产品预约等)。Among them, the preset service process is a resident process, which can always monitor in the background. The preset service process monitors the content of the current clipping panel, parses the jump string code, and after the parsing is successful, opens the corresponding application program and sends the corresponding The parameter is passed to the application, and the application performs corresponding business operations. The parameter can be used to open a certain page in a specific application and perform a certain task (such as downloading, increasing the number of lottery draws, product reservations, etc.) .

步骤205:预设服务进程根据识别的内容,打开第二应用程序并进行相应的操作。Step 205: The preset service process opens the second application program and performs corresponding operations according to the identified content.

通过上述预设服务进程作为中间模块,在第一应用程序中调起第二应用程序(即由第一应用程序跳转至第二应用程序),并执行相应的操作,实现第一应用程序与第二应用程序的流畅衔接,如果在第一应用程序内做商业化下载,需要下载一个应用,通过本发明的方法可以直接跳转至应用商店由商店执行对此产品的下载操作,提高了下载体验,又如,在公众号推广最新的官方产品,需要在官网app内实行预约抽奖活动,以目前的形式是无法通过打开官网app实现的,只能通过一些提醒告知用户去打开官网app参与,通过本发明实施例的方法,如图3所示,可直接点击参与活动打开官网参与活动,大大提升了活动转化率。Using the above-mentioned preset service process as an intermediate module, the second application program is invoked in the first application program (that is, the first application program jumps to the second application program), and corresponding operations are performed to realize the first application program and the second application program. The smooth connection of the second application program, if you do commercial download in the first application program, you need to download an application, you can directly jump to the application store through the method of the present invention, and the store executes the download operation of this product, which improves the download speed. For another example, to promote the latest official products on the official account, it is necessary to make an appointment for a lottery in the official website app. In the current form, it cannot be realized by opening the official website app. Only some reminders can be used to inform users to open the official website app to participate. Through the method of the embodiment of the present invention, as shown in FIG. 3 , you can directly click to participate in the activity to open the official website to participate in the activity, which greatly improves the conversion rate of the activity.

作为另一种可选的实现方式,上述步骤101获取从第一应用程序跳转至第二应用程序的跳转串码,包括:As another optional implementation, the above step 101 obtains a jump string code for jumping from the first application program to the second application program, including:

获取服务器发送的业务请求,所述业务请求包括:预设应用程序的预设页面的第三标识信息、在所述预设页面中请求跳转的第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息。Obtain the service request sent by the server, the service request including: the third identification information of the preset page of the preset application program, the first identification information of the second application program requesting to jump in the preset page, and the The second identification information describing the target operation of the second application program.

这里,业务请求由后台服务器生成,该业务请求还可包括:需要开启的页面的标识信息以及用户标识信息。预设服务进程作为一个公共服务进程,在移动终端开机时就会启动,用于监听当前运行的应用程序是什么应用程序以及当前打开的界面具体是什么页面。Here, the service request is generated by the background server, and the service request may also include: identification information of the page to be opened and user identification information. As a public service process, the preset service process is started when the mobile terminal is turned on, and is used to monitor what application program is currently running and what page is the currently opened interface.

在所述移动终端当前显示的页面与所述第三标识信息对应的页面相匹配的情况下,根据所述第一标识信息和所述第二标识信息,获取所述跳转串码。If the page currently displayed by the mobile terminal matches the page corresponding to the third identification information, the jump serial code is acquired according to the first identification information and the second identification information.

假定上述业务请求具体是请求在第一应用程序某个页面调起某app,移动终端的预设服务进程监听到当前运行的应用程序为第一应用程序,且显示的页面为业务请求中的页面,则根据业务请求得到跳转串码,并根据该跳转串码,跳转至某app,并把其他需要执行的参数传给app,由app自己去执行其他业务操作。Assume that the above business request specifically requests to call up a certain app on a certain page of the first application program, and the preset service process of the mobile terminal detects that the currently running application program is the first application program, and the displayed page is the page in the service request , then get the jump string code according to the business request, and jump to a certain app according to the jump string code, and pass other parameters to be executed to the app, and the app will perform other business operations by itself.

该实现方式中,预设服务进程的监听可控,完全由自有系统和后台完成打开APP的步骤,不受第三方封闭环境的限制,能够由当前应用程序跳转到其他应用程序。In this implementation mode, the monitoring of the preset service process is controllable, and the steps of opening the APP are completely completed by its own system and background, and it is not restricted by the closed environment of the third party, and can jump from the current application to other applications.

本发明实施例的应用程序的控制方法,获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;根据所述第一标识信息,跳转至所述第二应用程序;执行与所述第二标识信息对应的目标操作。本发明实施例的方法不受应用程序封闭环境的限制,根据上述跳转串码能够方便快捷地实现由第一应用程序到第二应用程序的跳转。The application program control method of the embodiment of the present invention obtains a jump string code for jumping from a first application program to a second application program, and the jump string code includes the first identification information and the execution code of the second application program. The second identification information of the target operation of the second application; jumping to the second application according to the first identification information; and executing the target operation corresponding to the second identification information. The method of the embodiment of the present invention is not limited by the closed environment of the application program, and the jump from the first application program to the second application program can be realized conveniently and quickly according to the above jump string code.

如图4所示,本发明的实施例还提供了一种移动终端,包括:As shown in Figure 4, the embodiment of the present invention also provides a mobile terminal, including:

获取模块401,用于获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;An acquisition module 401, configured to acquire a jump string code for jumping from a first application program to a second application program, the jump string code including first identification information of the second application program and executing the second application program second identification information of the target operation of the program;

跳转模块402,用于根据所述第一标识信息,跳转至所述第二应用程序;A jump module 402, configured to jump to the second application program according to the first identification information;

处理模块403,用于执行与所述第二标识信息对应的目标操作。A processing module 403, configured to execute a target operation corresponding to the second identification information.

本发明实施例的移动终端,所述跳转串码包含第一字段和第二字段;其中,所述第一字段用于承载所述第一标识信息;所述第二字段用于承载在所述第二标识信息。In the mobile terminal according to the embodiment of the present invention, the jump string code includes a first field and a second field; wherein, the first field is used to carry the first identification information; the second field is used to carry the The second identification information.

本发明实施例的移动终端,所述移动终端的剪切面板包括所述跳转串码;In the mobile terminal according to the embodiment of the present invention, the clipping panel of the mobile terminal includes the jump serial code;

如图5所示,所述获取模块401包括:As shown in Figure 5, the acquisition module 401 includes:

检测子模块4011,用于检测所述移动终端的剪切面板所复制的内容是否发生变化;The detection sub-module 4011 is used to detect whether the content copied by the clipping panel of the mobile terminal has changed;

第一获取子模块4012,用于在所述剪切面板所复制的内容发生变化的情况下,从所述剪切面板中,读取所述第一标识信息和所述第二标识信息,得到所述跳转串码。The first acquiring submodule 4012 is configured to read the first identification information and the second identification information from the clipping panel when the copied content of the clipping panel changes, and obtain The jump sequence code.

本发明实施例的移动终端,所述获取模块401包括:In the mobile terminal of the embodiment of the present invention, the acquisition module 401 includes:

第二获取子模块4013,用于获取服务器发送的业务请求,所述业务请求包括:预设应用程序的预设页面的第三标识信息、在所述预设页面中请求跳转的第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;The second obtaining sub-module 4013 is used to obtain the service request sent by the server, the service request includes: the third identification information of the preset page of the preset application program, the second application requesting to jump in the preset page the first identification information of the program and the second identification information of executing the target operation of the second application program;

第三获取子模块4014,用于在所述移动终端当前显示的页面与所述第三标识信息对应的页面相匹配的情况下,根据所述第一标识信息和所述第二标识信息,获取所述跳转串码。The third obtaining submodule 4014 is configured to obtain, according to the first identification information and the second identification information, when the page currently displayed by the mobile terminal matches the page corresponding to the third identification information The jump sequence code.

本发明实施例的移动终端,所述跳转模块402包括:In the mobile terminal of the embodiment of the present invention, the jump module 402 includes:

第四获取子模块4021,用于获取与所述第一标识信息对应的目标应用程序包名;A fourth obtaining submodule 4021, configured to obtain the target application package name corresponding to the first identification information;

跳转子模块4022,用于根据所述目标应用程序包名,跳转至所述第二应用程序。The jump sub-module 4022 is configured to jump to the second application program according to the package name of the target application program.

需要说明的是,该移动终端是与上述方法实施例对应的移动终端,上述方法实施例中所有实现方式均适用于该移动终端的实施例中,也能达到相同的技术效果。It should be noted that the mobile terminal is a mobile terminal corresponding to the above method embodiment, and all the implementation methods in the above method embodiment are applicable to the mobile terminal embodiment, and can also achieve the same technical effect.

本发明实施例的移动终端,获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;根据所述第一标识信息,跳转至所述第二应用程序;执行与所述第二标识信息对应的目标操作。本发明实施例的方法不受应用程序封闭环境的限制,根据上述跳转串码能够方便快捷地实现由第一应用程序到第二应用程序的跳转。The mobile terminal according to the embodiment of the present invention acquires a jump string code for jumping from the first application program to the second application program, the jump string code includes the first identification information of the second application program and executes the second application program The second identification information of the target operation of the second application program; according to the first identification information, jump to the second application program; and execute the target operation corresponding to the second identification information. The method of the embodiment of the present invention is not limited by the closed environment of the application program, and the jump from the first application program to the second application program can be realized conveniently and quickly according to the above jump string code.

图6为实现本发明各个实施例的一种移动终端的硬件结构示意图,该移动终端600包括但不限于:射频单元601、网络模块602、音频输出单元603、输入单元604、传感器605、显示单元606、用户输入单元607、接口单元608、存储器609、处理器610、以及电源611等部件。本领域技术人员可以理解,图6中示出的移动终端结构并不构成对移动终端的限定,移动终端可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。在本发明实施例中,移动终端包括但不限于手机、平板电脑、笔记本电脑、掌上电脑、车载终端、可穿戴设备、以及计步器等。6 is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present invention, the mobile terminal 600 includes but not limited to: a radio frequency unit 601, a network module 602, an audio output unit 603, an input unit 604, a sensor 605, and a display unit 606 , a user input unit 607 , an interface unit 608 , a memory 609 , a processor 610 , and a power supply 611 and other components. Those skilled in the art can understand that the structure of the mobile terminal shown in Figure 6 does not constitute a limitation on the mobile terminal, and the mobile terminal may include more or less components than shown in the figure, or combine certain components, or different components layout. In the embodiment of the present invention, the mobile terminal includes, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a vehicle-mounted terminal, a wearable device, and a pedometer.

其中,处理器610,用于获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;根据所述第一标识信息,跳转至所述第二应用程序;执行与所述第二标识信息对应的目标操作。Wherein, the processor 610 is configured to acquire a jump string code for jumping from the first application program to the second application program, where the jump string code includes the first identification information of the second application program and executes the second application program. The second identification information of the target operation of the second application program; according to the first identification information, jump to the second application program; and execute the target operation corresponding to the second identification information.

本发明实施例的上述技术方案,获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;根据所述第一标识信息,跳转至所述第二应用程序;执行与所述第二标识信息对应的目标操作。本发明实施例的方法不受应用程序封闭环境的限制,根据上述跳转串码能够方便快捷地实现由第一应用程序到第二应用程序的跳转。In the above technical solution of the embodiment of the present invention, the jump string code for jumping from the first application program to the second application program is acquired, and the jump string code includes the first identification information of the second application program and the execution of the The second identification information of the target operation of the second application; jumping to the second application according to the first identification information; and executing the target operation corresponding to the second identification information. The method of the embodiment of the present invention is not limited by the closed environment of the application program, and the jump from the first application program to the second application program can be realized conveniently and quickly according to the above jump string code.

应理解的是,本发明实施例中,射频单元601可用于收发信息或通话过程中,信号的接收和发送,具体的,将来自基站的下行数据接收后,给处理器610处理;另外,将上行的数据发送给基站。通常,射频单元601包括但不限于天线、至少一个放大器、收发信机、耦合器、低噪声放大器、双工器等。此外,射频单元601还可以通过无线通信系统与网络和其他设备通信。It should be understood that, in the embodiment of the present invention, the radio frequency unit 601 can be used for receiving and sending signals during sending and receiving information or during a call. Specifically, the downlink data from the base station is received and processed by the processor 610; in addition, the Uplink data is sent to the base station. Generally, the radio frequency unit 601 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 601 can also communicate with the network and other devices through a wireless communication system.

移动终端通过网络模块602为用户提供了无线的宽带互联网访问,如帮助用户收发电子邮件、浏览网页和访问流式媒体等。The mobile terminal provides users with wireless broadband Internet access through the network module 602, such as helping users send and receive emails, browse web pages, and access streaming media.

音频输出单元603可以将射频单元601或网络模块602接收的或者在存储器609中存储的音频数据转换成音频信号并且输出为声音。而且,音频输出单元603还可以提供与移动终端600执行的特定功能相关的音频输出(例如,呼叫信号接收声音、消息接收声音等等)。音频输出单元603包括扬声器、蜂鸣器以及受话器等。The audio output unit 603 may convert audio data received by the radio frequency unit 601 or the network module 602 or stored in the memory 609 into an audio signal and output as sound. Also, the audio output unit 603 can also provide audio output related to a specific function performed by the mobile terminal 600 (for example, a call signal reception sound, a message reception sound, etc.). The audio output unit 603 includes a speaker, a buzzer, a receiver, and the like.

输入单元604用于接收音频或视频信号。输入单元604可以包括图形处理器(Graphics Processing Unit,GPU)6041和麦克风6042,图形处理器6041对在视频捕获模式或图像捕获模式中由图像捕获装置(如摄像头)获得的静态图片或视频的图像数据进行处理。处理后的图像帧可以显示在显示单元606上。经图形处理器6041处理后的图像帧可以存储在存储器609(或其它存储介质)中或者经由射频单元601或网络模块602进行发送。麦克风6042可以接收声音,并且能够将这样的声音处理为音频数据。处理后的音频数据可以在电话通话模式的情况下转换为可经由射频单元601发送到移动通信基站的格式输出。The input unit 604 is used for receiving audio or video signals. The input unit 604 may include a graphics processing unit (Graphics Processing Unit, GPU) 6041 and a microphone 6042, and the graphics processing unit 6041 is used for still pictures or video images obtained by an image capture device (such as a camera) in a video capture mode or an image capture mode. The data is processed. The processed image frames may be displayed on the display unit 606 . The image frames processed by the graphics processor 6041 may be stored in the memory 609 (or other storage media) or sent via the radio frequency unit 601 or the network module 602 . The microphone 6042 can receive sound, and can process such sound into audio data. The processed audio data can be converted into a format that can be sent to a mobile communication base station via the radio frequency unit 601 for output in the case of a phone call mode.

移动终端600还包括至少一种传感器605,比如光传感器、运动传感器以及其他传感器。具体地,光传感器包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示面板6061的亮度,接近传感器可在移动终端600移动到耳边时,关闭显示面板6061和/或背光。作为运动传感器的一种,加速计传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别移动终端姿态(比如横竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等;传感器605还可以包括指纹传感器、压力传感器、虹膜传感器、分子传感器、陀螺仪、气压计、湿度计、温度计、红外线传感器等,在此不再赘述。The mobile terminal 600 also includes at least one sensor 605, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor and a proximity sensor, wherein the ambient light sensor can adjust the brightness of the display panel 6061 according to the brightness of the ambient light, and the proximity sensor can turn off the display panel 6061 and the display panel 6061 when the mobile terminal 600 moves to the ear / or backlighting. As a kind of motion sensor, the accelerometer sensor can detect the magnitude of acceleration in various directions (generally three axes), and can detect the magnitude and direction of gravity when it is still, and can be used to identify the posture of mobile terminals (such as horizontal and vertical screen switching, related games, etc.) , magnetometer posture calibration), vibration recognition-related functions (such as pedometer, knocking), etc.; the sensor 605 can also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, Infrared sensors, etc., will not be repeated here.

显示单元606用于显示由用户输入的信息或提供给用户的信息。显示单元606可包括显示面板6061,可以采用液晶显示器(Liquid Crystal Display,LCD)、有机发光二极管(Organic Light-Emitting Diode,OLED)等形式来配置显示面板6061。The display unit 606 is used to display information input by the user or information provided to the user. The display unit 606 may include a display panel 6061, and the display panel 6061 may be configured in the form of a liquid crystal display (Liquid Crystal Display, LCD), an organic light-emitting diode (Organic Light-Emitting Diode, OLED), or the like.

用户输入单元607可用于接收输入的数字或字符信息,以及产生与移动终端的用户设置以及功能控制有关的键信号输入。具体地,用户输入单元607包括触控面板6071以及其他输入设备6072。触控面板6071,也称为触摸屏,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触控面板6071上或在触控面板6071附近的操作)。触控面板6071可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息,并将它转换成触点坐标,再送给处理器610,接收处理器610发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触控面板6071。除了触控面板6071,用户输入单元607还可以包括其他输入设备6072。具体地,其他输入设备6072可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆,在此不再赘述。The user input unit 607 can be used to receive input numbers or character information, and generate key signal input related to user settings and function control of the mobile terminal. Specifically, the user input unit 607 includes a touch panel 6071 and other input devices 6072 . The touch panel 6071, also referred to as a touch screen, can collect the user's touch operations on or near it (for example, the user uses any suitable object or accessory such as a finger or a stylus on the touch panel 6071 or near the touch panel 6071). operate). The touch panel 6071 may include two parts, a touch detection device and a touch controller. Among them, the touch detection device detects the user's touch orientation, and detects the signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts it into contact coordinates, and sends it to the For the processor 610, receive the command sent by the processor 610 and execute it. In addition, the touch panel 6071 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic wave. In addition to the touch panel 6071 , the user input unit 607 may also include other input devices 6072 . Specifically, other input devices 6072 may include, but are not limited to, physical keyboards, function keys (such as volume control keys, switch keys, etc.), trackballs, mice, and joysticks, which will not be repeated here.

进一步的,触控面板6071可覆盖在显示面板6061上,当触控面板6071检测到在其上或附近的触摸操作后,传送给处理器610以确定触摸事件的类型,随后处理器610根据触摸事件的类型在显示面板6061上提供相应的视觉输出。虽然在图6中,触控面板6071与显示面板6061是作为两个独立的部件来实现移动终端的输入和输出功能,但是在某些实施例中,可以将触控面板6071与显示面板6061集成而实现移动终端的输入和输出功能,具体此处不做限定。Furthermore, the touch panel 6071 can be covered on the display panel 6061, and when the touch panel 6071 detects a touch operation on or near it, it will be sent to the processor 610 to determine the type of the touch event, and then the processor 610 can The type of event provides a corresponding visual output on the display panel 6061. Although in FIG. 6, the touch panel 6071 and the display panel 6061 are used as two independent components to realize the input and output functions of the mobile terminal, in some embodiments, the touch panel 6071 and the display panel 6061 can be integrated. The implementation of the input and output functions of the mobile terminal is not specifically limited here.

接口单元608为外部装置与移动终端600连接的接口。例如,外部装置可以包括有线或无线头戴式耳机端口、外部电源(或电池充电器)端口、有线或无线数据端口、存储卡端口、用于连接具有识别模块的装置的端口、音频输入/输出(I/O)端口、视频I/O端口、耳机端口等等。接口单元608可以用于接收来自外部装置的输入(例如,数据信息、电力等等)并且将接收到的输入传输到移动终端600内的一个或多个元件或者可以用于在移动终端600和外部装置之间传输数据。The interface unit 608 is an interface for connecting an external device to the mobile terminal 600 . For example, an external device may include a wired or wireless headset port, an external power (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device with an identification module, audio input/output (I/O) ports, video I/O ports, headphone ports, and more. The interface unit 608 can be used to receive input from an external device (for example, data information, power, etc.) transfer data between devices.

存储器609可用于存储软件程序以及各种数据。存储器609可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据手机的使用所创建的数据(比如音频数据、电话本等)等。此外,存储器609可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。The memory 609 can be used to store software programs as well as various data. The memory 609 can mainly include a program storage area and a data storage area, wherein the program storage area can store an operating system, at least one application program required by a function (such as a sound playback function, an image playback function, etc.); Data created by the use of mobile phones (such as audio data, phonebook, etc.), etc. In addition, the memory 609 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage devices.

处理器610是移动终端的控制中心,利用各种接口和线路连接整个移动终端的各个部分,通过运行或执行存储在存储器609内的软件程序和/或模块,以及调用存储在存储器609内的数据,执行移动终端的各种功能和处理数据,从而对移动终端进行整体监控。处理器610可包括一个或多个处理单元;优选的,处理器610可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器610中。The processor 610 is the control center of the mobile terminal, which uses various interfaces and lines to connect various parts of the entire mobile terminal, by running or executing software programs and/or modules stored in the memory 609, and calling data stored in the memory 609 , execute various functions of the mobile terminal and process data, so as to monitor the mobile terminal as a whole. The processor 610 may include one or more processing units; preferably, the processor 610 may integrate an application processor and a modem processor, wherein the application processor mainly processes the operating system, user interface and application programs, etc., and the modem The processor mainly handles wireless communication. It can be understood that the foregoing modem processor may not be integrated into the processor 610 .

移动终端600还可以包括给各个部件供电的电源611(比如电池),优选的,电源611可以通过电源管理系统与处理器610逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。The mobile terminal 600 can also include a power supply 611 (such as a battery) for supplying power to various components. Preferably, the power supply 611 can be logically connected to the processor 610 through a power management system, so as to manage charging, discharging, and power consumption through the power management system. and other functions.

另外,移动终端600包括一些未示出的功能模块,在此不再赘述。In addition, the mobile terminal 600 includes some functional modules not shown, which will not be repeated here.

优选的,本发明实施例还提供一种移动终端,包括处理器,存储器,存储在存储器上并可在所述处理器上运行的计算机程序,该计算机程序被处理器执行时实现上述应用程序的控制方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。Preferably, an embodiment of the present invention also provides a mobile terminal, including a processor, a memory, and a computer program stored on the memory and operable on the processor, and when the computer program is executed by the processor, the above-mentioned application program is implemented. Each process of the embodiment of the control method can achieve the same technical effect, so in order to avoid repetition, details are not repeated here.

本发明实施例还提供一种计算机可读存储介质,计算机可读存储介质上存储有计算机程序,该计算机程序被处理器执行时实现上述应用程序的控制方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。其中,所述的计算机可读存储介质,如只读存储器(Read-Only Memory,简称ROM)、随机存取存储器(Random AccessMemory,简称RAM)、磁碟或者光盘等。The embodiment of the present invention also provides a computer-readable storage medium. A computer program is stored on the computer-readable storage medium. When the computer program is executed by a processor, each process of the above-mentioned application program control method embodiment is realized, and the same To avoid repetition, the technical effects will not be repeated here. Wherein, the computer-readable storage medium is, for example, a read-only memory (Read-Only Memory, ROM for short), a random access memory (Random Access Memory, RAM for short), a magnetic disk or an optical disk, and the like.

需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素。It should be noted that, in this document, the term "comprising", "comprising" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, It also includes other elements not expressly listed, or elements inherent in the process, method, article, or device. Without further limitations, an element defined by the phrase "comprising a ..." does not preclude the presence of additional identical elements in the process, method, article, or apparatus comprising that element.

通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本发明各个实施例所述的方法。Through the description of the above embodiments, those skilled in the art can clearly understand that the methods of the above embodiments can be implemented by means of software plus a necessary general-purpose hardware platform, and of course also by hardware, but in many cases the former is better implementation. Based on such an understanding, the essence of the technical solution of the present invention or the part that contributes to the prior art can be embodied in the form of software products, and the computer software products are stored in a storage medium (such as ROM/RAM, disk, CD) contains several instructions to make a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the methods described in various embodiments of the present invention.

上面结合附图对本发明的实施例进行了描述,但是本发明并不局限于上述的具体实施方式,上述的具体实施方式仅仅是示意性的,而不是限制性的,本领域的普通技术人员在本发明的启示下,在不脱离本发明宗旨和权利要求所保护的范围情况下,还可做出很多形式,均属于本发明的保护之内。Embodiments of the present invention have been described above in conjunction with the accompanying drawings, but the present invention is not limited to the above-mentioned specific implementations, and the above-mentioned specific implementations are only illustrative, rather than restrictive, and those of ordinary skill in the art will Under the enlightenment of the present invention, without departing from the gist of the present invention and the protection scope of the claims, many forms can also be made, all of which belong to the protection of the present invention.

Claims (12)

1.一种应用程序的控制方法,应用于移动终端,其特征在于,包括:1. A control method of an application program, applied to a mobile terminal, characterized in that, comprising: 获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;Acquiring a jump string code for jumping from the first application program to the second application program, the jump string code including the first identification information of the second application program and the first code for executing the target operation of the second application program 2. Identification information; 根据所述第一标识信息,跳转至所述第二应用程序;Jump to the second application program according to the first identification information; 执行与所述第二标识信息对应的目标操作。Execute the target operation corresponding to the second identification information. 2.根据权利要求1所述的应用程序的控制方法,其特征在于,所述跳转串码包含第一字段和第二字段;其中,所述第一字段用于承载所述第一标识信息;所述第二字段用于承载在所述第二标识信息。2. The application program control method according to claim 1, wherein the jump string code includes a first field and a second field; wherein the first field is used to carry the first identification information ; The second field is used to carry the second identification information. 3.根据权利要求1所述的应用程序的控制方法,其特征在于,所述移动终端的剪切面板包括所述跳转串码;3. the control method of application program according to claim 1, is characterized in that, the cutting panel of described mobile terminal comprises described jump string code; 所述获取从第一应用程序跳转至第二应用程序的跳转串码,包括:The acquisition of the jump string code for jumping from the first application program to the second application program includes: 检测所述移动终端的剪切面板所复制的内容是否发生变化;Detect whether the content copied by the clipping panel of the mobile terminal changes; 在所述剪切面板所复制的内容发生变化的情况下,从所述剪切面板中,读取所述第一标识信息和所述第二标识信息,得到所述跳转串码。When the content copied by the clipping panel changes, the first identification information and the second identification information are read from the clipping panel to obtain the jump serial code. 4.根据权利要求1所述的应用程序的控制方法,其特征在于,所述获取从第一应用程序跳转至第二应用程序的跳转串码,包括:4. The application control method according to claim 1, wherein said obtaining a jump string code for jumping from the first application to the second application comprises: 获取服务器发送的业务请求,所述业务请求包括:预设应用程序的预设页面的第三标识信息、在所述预设页面中请求跳转的第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;Obtain the service request sent by the server, the service request including: the third identification information of the preset page of the preset application program, the first identification information of the second application program requesting to jump in the preset page, and the Describe the second identification information of the target operation of the second application program; 在所述移动终端当前显示的页面与所述第三标识信息对应的页面相匹配的情况下,根据所述第一标识信息和所述第二标识信息,获取所述跳转串码。If the page currently displayed by the mobile terminal matches the page corresponding to the third identification information, the jump serial code is acquired according to the first identification information and the second identification information. 5.根据权利要求1所述的应用程序的控制方法,其特征在于,所述根据所述第一标识信息,跳转至所述第二应用程序,包括:5. The application program control method according to claim 1, wherein the jumping to the second application program according to the first identification information comprises: 获取与所述第一标识信息对应的目标应用程序包名;Obtain a target application package name corresponding to the first identification information; 根据所述目标应用程序包名,跳转至所述第二应用程序。According to the package name of the target application program, jump to the second application program. 6.一种移动终端,其特征在于,包括:6. A mobile terminal, characterized in that, comprising: 获取模块,用于获取从第一应用程序跳转至第二应用程序的跳转串码,所述跳转串码包含所述第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;An acquisition module, configured to acquire a jump string code for jumping from the first application program to the second application program, the jump string code including the first identification information of the second application program and executing the second application program The second identification information of the target operation; 跳转模块,用于根据所述第一标识信息,跳转至所述第二应用程序;A jump module, configured to jump to the second application program according to the first identification information; 处理模块,用于执行与所述第二标识信息对应的目标操作。A processing module, configured to execute a target operation corresponding to the second identification information. 7.根据权利要求6所述的移动终端,其特征在于,所述跳转串码包含第一字段和第二字段;其中,所述第一字段用于承载所述第一标识信息;所述第二字段用于承载在所述第二标识信息。7. The mobile terminal according to claim 6, wherein the jump string code includes a first field and a second field; wherein the first field is used to carry the first identification information; the The second field is used to carry the second identification information. 8.根据权利要求6所述的移动终端,其特征在于,所述移动终端的剪切面板包括所述跳转串码;8. The mobile terminal according to claim 6, wherein the clipping panel of the mobile terminal comprises the jump string code; 所述获取模块包括:The acquisition module includes: 检测子模块,用于检测所述移动终端的剪切面板所复制的内容是否发生变化;A detection submodule, configured to detect whether the content copied by the clipping panel of the mobile terminal has changed; 第一获取子模块,用于在所述剪切面板所复制的内容发生变化的情况下,从所述剪切面板中,读取所述第一标识信息和所述第二标识信息,得到所述跳转串码。The first obtaining submodule is configured to read the first identification information and the second identification information from the clipping panel when the content copied by the clipping panel changes, and obtain the The jump sequence code described above. 9.根据权利要求6所述的移动终端,其特征在于,所述获取模块包括:9. The mobile terminal according to claim 6, wherein the acquiring module comprises: 第二获取子模块,用于获取服务器发送的业务请求,所述业务请求包括:预设应用程序的预设页面的第三标识信息、在所述预设页面中请求跳转的第二应用程序的第一标识信息和执行所述第二应用程序的目标操作的第二标识信息;The second obtaining sub-module is used to obtain the service request sent by the server, the service request including: the third identification information of the preset page of the preset application program, the second application program requesting to jump in the preset page the first identification information of and the second identification information of executing the target operation of the second application program; 第三获取子模块,用于在所述移动终端当前显示的页面与所述第三标识信息对应的页面相匹配的情况下,根据所述第一标识信息和所述第二标识信息,获取所述跳转串码。The third acquiring submodule is configured to acquire the information according to the first identification information and the second identification information when the page currently displayed by the mobile terminal matches the page corresponding to the third identification information. The jump sequence code described above. 10.根据权利要求6所述的移动终端,其特征在于,所述跳转模块包括:10. The mobile terminal according to claim 6, wherein the jump module comprises: 第四获取子模块,用于获取与所述第一标识信息对应的目标应用程序包名;A fourth obtaining submodule, configured to obtain the target application package name corresponding to the first identification information; 跳转子模块,用于根据所述目标应用程序包名,跳转至所述第二应用程序。The jump submodule is used to jump to the second application program according to the package name of the target application program. 11.一种移动终端,其特征在于,包括:存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如权利要求1至5中任一项所述应用程序的控制方法的步骤。11. A mobile terminal, characterized in that it comprises: a memory, a processor, and a computer program stored on the memory and operable on the processor, when the computer program is executed by the processor, the computer program according to claims 1 to 1 is implemented. Steps in the method for controlling the application program described in any one of 5. 12.一种计算机可读存储介质,其特征在于,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如权利要求1至5中任一项所述应用程序的控制方法的步骤。12. A computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the application according to any one of claims 1 to 5 is realized The steps of the control method of the program.
CN201711338046.4A 2017-12-14 2017-12-14 Application control method and mobile terminal Active CN108009031B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711338046.4A CN108009031B (en) 2017-12-14 2017-12-14 Application control method and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711338046.4A CN108009031B (en) 2017-12-14 2017-12-14 Application control method and mobile terminal

Publications (2)

Publication Number Publication Date
CN108009031A true CN108009031A (en) 2018-05-08
CN108009031B CN108009031B (en) 2020-05-26

Family

ID=62058835

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711338046.4A Active CN108009031B (en) 2017-12-14 2017-12-14 Application control method and mobile terminal

Country Status (1)

Country Link
CN (1) CN108009031B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110245306A (en) * 2019-05-05 2019-09-17 阿里巴巴集团控股有限公司 A kind of information displaying method, system, device and electronic equipment
CN112068941A (en) * 2020-09-03 2020-12-11 北京百度网讯科技有限公司 Application invoking method and device, electronic equipment and storage medium
WO2021102748A1 (en) * 2019-11-27 2021-06-03 深圳市欢太科技有限公司 Method and apparatus for downloading application, mobile terminal and storage medium
CN115103060A (en) * 2022-06-24 2022-09-23 中国银行股份有限公司 Function jump interception method and device for mobile phone application program

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110282938A1 (en) * 2010-05-12 2011-11-17 Electronics And Telecommunications Research Institute Method of providing seamless interoperability between web browser and application in single-threaded environment and apparatus for performing the same
US20150378522A1 (en) * 2014-06-27 2015-12-31 Sonos, Inc. Application Launch
CN105302561A (en) * 2015-11-05 2016-02-03 精硕世纪科技(北京)有限公司 Memory clipboard based intelligent identification method and system
CN105808725A (en) * 2016-03-08 2016-07-27 腾讯科技(深圳)有限公司 Method and apparatus for processing application information
CN106033303A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Information searching and identifying method and device
US20160316065A1 (en) * 2015-04-23 2016-10-27 Naver Corporation Apparatus and method of providing call connection information
CN106406931A (en) * 2016-08-25 2017-02-15 广州华多网络科技有限公司 Studio rapid starting method and device in application program, and terminal equipment
CN106528659A (en) * 2016-10-19 2017-03-22 广东欧珀移动通信有限公司 A control method and device for jumping from a browser to an application program
CN106933615A (en) * 2015-12-31 2017-07-07 阿里巴巴集团控股有限公司 The awakening method and device of APP applications
CN106970977A (en) * 2017-03-28 2017-07-21 腾讯音乐娱乐(深圳)有限公司 A kind of webpage redirects processing method and processing device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110282938A1 (en) * 2010-05-12 2011-11-17 Electronics And Telecommunications Research Institute Method of providing seamless interoperability between web browser and application in single-threaded environment and apparatus for performing the same
US20150378522A1 (en) * 2014-06-27 2015-12-31 Sonos, Inc. Application Launch
CN106033303A (en) * 2015-03-19 2016-10-19 阿里巴巴集团控股有限公司 Information searching and identifying method and device
US20160316065A1 (en) * 2015-04-23 2016-10-27 Naver Corporation Apparatus and method of providing call connection information
CN105302561A (en) * 2015-11-05 2016-02-03 精硕世纪科技(北京)有限公司 Memory clipboard based intelligent identification method and system
CN106933615A (en) * 2015-12-31 2017-07-07 阿里巴巴集团控股有限公司 The awakening method and device of APP applications
CN105808725A (en) * 2016-03-08 2016-07-27 腾讯科技(深圳)有限公司 Method and apparatus for processing application information
CN106406931A (en) * 2016-08-25 2017-02-15 广州华多网络科技有限公司 Studio rapid starting method and device in application program, and terminal equipment
CN106528659A (en) * 2016-10-19 2017-03-22 广东欧珀移动通信有限公司 A control method and device for jumping from a browser to an application program
CN106970977A (en) * 2017-03-28 2017-07-21 腾讯音乐娱乐(深圳)有限公司 A kind of webpage redirects processing method and processing device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110245306A (en) * 2019-05-05 2019-09-17 阿里巴巴集团控股有限公司 A kind of information displaying method, system, device and electronic equipment
WO2021102748A1 (en) * 2019-11-27 2021-06-03 深圳市欢太科技有限公司 Method and apparatus for downloading application, mobile terminal and storage medium
CN114365090A (en) * 2019-11-27 2022-04-15 深圳市欢太科技有限公司 Application downloading method and device, mobile terminal and storage medium
CN114365090B (en) * 2019-11-27 2024-12-06 深圳市欢太科技有限公司 Application download method, device, mobile terminal and storage medium
CN112068941A (en) * 2020-09-03 2020-12-11 北京百度网讯科技有限公司 Application invoking method and device, electronic equipment and storage medium
CN112068941B (en) * 2020-09-03 2023-07-21 北京百度网讯科技有限公司 Application calling method, device, electronic device and storage medium
CN115103060A (en) * 2022-06-24 2022-09-23 中国银行股份有限公司 Function jump interception method and device for mobile phone application program

Also Published As

Publication number Publication date
CN108009031B (en) 2020-05-26

Similar Documents

Publication Publication Date Title
WO2019154181A1 (en) Display control method and mobile terminal
CN110035181B (en) A kind of quick application card theme setting method and terminal
CN107734170B (en) Notification message processing method, mobile terminal and wearable device
CN107911445A (en) A kind of information push method, mobile terminal and storage medium
CN108491148B (en) Application sharing method and terminal
CN107808107B (en) Application message display method and mobile terminal
CN110046015A (en) Using sharing method and terminal
CN108595201A (en) A kind of application program update method and mobile terminal
CN108111676A (en) A kind of application control method and mobile terminal
CN108270853B (en) A message processing method and mobile terminal
CN110308834A (en) The setting method and terminal of application icon display mode
CN108009031A (en) The control method and mobile terminal of a kind of application program
CN107835495A (en) A kind of message prompt method, device and mobile terminal
CN109101151B (en) Information display processing method and terminal equipment
CN108170723A (en) A kind of web page resources acquisition methods, terminal device, server and system
CN110138963A (en) A kind of message treatment method and mobile terminal
CN110096203A (en) A kind of screenshot method and mobile terminal
CN110825474B (en) Interface display method and device and electronic equipment
CN107861786A (en) The reminding method and mobile terminal of a kind of notice
CN107979385A (en) The information processing method and mobile terminal of a kind of radio-frequency devices
CN108008892A (en) The method and terminal that a kind of function enables
CN108307048B (en) A message output method and device and mobile terminal
CN108366167B (en) A kind of message reminding method and mobile terminal
CN108089935B (en) Application management method and mobile terminal
CN110471895A (en) Sharing method and terminal 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