CN110955468A - Method and device for calling operation entrance and electronic equipment - Google Patents

Method and device for calling operation entrance and electronic equipment Download PDF

Info

Publication number
CN110955468A
CN110955468A CN201911175580.7A CN201911175580A CN110955468A CN 110955468 A CN110955468 A CN 110955468A CN 201911175580 A CN201911175580 A CN 201911175580A CN 110955468 A CN110955468 A CN 110955468A
Authority
CN
China
Prior art keywords
application
target application
auxiliary
auxiliary information
processing instruction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911175580.7A
Other languages
Chinese (zh)
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 CN201911175580.7A priority Critical patent/CN110955468A/en
Publication of CN110955468A publication Critical patent/CN110955468A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides a method and a device for calling an operation entrance and electronic equipment, wherein the method comprises the following steps: and receiving an auxiliary processing instruction of the target application sent by the first electronic device, wherein the auxiliary processing instruction comprises auxiliary information for triggering the target application to perform device linkage processing, then analyzing the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result. By the method, in the process that the first electronic device logs in the target application, complex operations that a user searches the target application in a plurality of application programs of the target electronic device and searches an operation entry for calling the target application in the searched target application are avoided, time for the user to log in the target application on the first electronic device is effectively shortened, and use experience of the user is improved.

Description

Method and device for calling operation entrance and electronic equipment
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for retrieving an operation entry, and an electronic device.
Background
With the rapid development of computer technology, terminals mainly including mobile phones and tablet computers are rapidly popularized, and watching videos and playing games through the terminals gradually become a common entertainment mode in people's lives.
Generally, a user has a requirement for logging in an application of the same account on multiple terminals, in order to ensure the security of logging in the same account on multiple terminals at the same time, device linkage operation needs to be performed among the multiple terminals, for example, when the user logs in an account of an application at a computer terminal, the computer terminal usually displays a login two-dimensional code, at this time, the user is required to find a position of the same application of the logged-in account in an intelligent terminal (such as a smart phone) where multiple application programs are installed and open the application, then a scanning operation entry is found in the application, the two-dimensional code displayed at the computer terminal is scanned through the found scanning operation entry, and finally authorized login is achieved.
Therefore, when a user logs in an account of an application in an electronic device (e.g., a computer), if the user needs to scan the two-dimensional code of the computer end through other electronic devices (e.g., a smart phone) for authorization, the user needs to perform a large amount of complicated operations, which causes unnecessary time consumption.
Disclosure of Invention
The embodiment of the invention aims to provide a method and a device for calling an operation entry and electronic equipment, and aims to solve the problems that in the prior art, the operation is complicated, the time consumption is long and the user experience is poor in the process of logging in through multiple devices.
In order to solve the above technical problem, the embodiment of the present invention is implemented as follows:
in a first aspect, an embodiment of the present invention provides a method for invoking an operation entry, including:
receiving an auxiliary processing instruction of a target application sent by first electronic equipment, wherein the auxiliary processing instruction comprises auxiliary information for triggering the target application to perform equipment linkage processing;
and analyzing the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
Optionally, the analyzing the auxiliary information, and invoking an operation entry of an application matched with the auxiliary information according to an analysis result includes:
analyzing the auxiliary information, and judging whether an application matched with the auxiliary information exists according to an analysis result;
and if so, calling an operation entrance of the application matched with the auxiliary information according to the analysis result.
Optionally, the method further comprises:
and if not, sending prompt information of the application which is not installed and matched with the auxiliary information to the first electronic equipment.
In a second aspect, an embodiment of the present invention provides a method for invoking an operation portal, including:
acquiring auxiliary information to be subjected to auxiliary processing of a target application, and generating an auxiliary processing instruction of the target application based on the auxiliary information;
and sending an auxiliary processing instruction of the target application to second electronic equipment so that the second electronic equipment analyzes the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
Optionally, before the sending the auxiliary processing instruction of the target application to the second electronic device, the method further includes:
acquiring a communication number corresponding to the second electronic equipment;
correspondingly, the sending of the auxiliary processing instruction of the target application to the second electronic device includes:
and sending a message containing an auxiliary processing instruction of the target application to second electronic equipment based on the acquired communication number.
Optionally, before the sending the auxiliary processing instruction of the target application to the second electronic device, the method further includes:
running a predetermined instant messaging application;
correspondingly, the sending of the auxiliary processing instruction of the target application to the second electronic device includes:
and sending the auxiliary processing instruction of the target application to the target account of the application matched with the instant messaging application installed in the second electronic equipment through the target account of the instant messaging application.
In a third aspect, an embodiment of the present invention provides an apparatus for invoking an operation entry, including:
the processing instruction receiving module is used for receiving an auxiliary processing instruction of a target application sent by first electronic equipment, wherein the auxiliary processing instruction comprises auxiliary information for triggering the target application to perform equipment linkage processing;
and the operation entrance calling module is used for analyzing the auxiliary information and calling the operation entrance of the application matched with the auxiliary information according to the analysis result.
In a fourth aspect, an embodiment of the present invention provides an apparatus for invoking an operation portal, including:
the processing instruction generating module is used for acquiring auxiliary information to be subjected to auxiliary processing of a target application and generating an auxiliary processing instruction of the target application based on the auxiliary information;
and the processing instruction sending module is used for sending the auxiliary processing instruction of the target application to second electronic equipment so as to enable the second electronic equipment to analyze the auxiliary information and call an operation entrance of the application matched with the auxiliary information according to an analysis result.
In a fifth aspect, an embodiment of the present invention provides an electronic device, including a processor, a communication interface, a memory, and a communication bus; the processor, the communication interface and the memory complete mutual communication through a bus; the memory is used for storing a computer program; the processor is configured to execute the program stored in the memory, to implement the method steps for invoking the operation portal according to the first aspect, and/or to implement the method steps for invoking the operation portal according to the second aspect.
In a sixth aspect, the present invention provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the method steps of invoking an operation entry of watermark information according to the first aspect, and/or implements the method steps of invoking an operation entry according to the second aspect.
As can be seen from the technical solutions provided by the embodiments of the present specification, in the embodiments of the present specification, an auxiliary processing instruction of a target application sent by a first electronic device is received, where the auxiliary processing instruction includes auxiliary information for triggering the target application to perform device linkage processing, and then the auxiliary information is analyzed, and an operation entry of the application matched with the auxiliary information is retrieved according to an analysis result. Therefore, by the method for analyzing the received auxiliary information of the target application and calling the operation entry of the application matched with the auxiliary information according to the analysis result, the complex operation that a user searches the target application in a plurality of application programs of the target electronic equipment and searches the operation entry for calling the target application in the searched target application is avoided, the time for the user to log in the target application on the first electronic equipment is effectively shortened, and the use experience of the user is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a first flowchart illustrating a method for invoking an operation entry according to an embodiment of the present invention;
FIG. 2 is a second flowchart illustrating a method for invoking an operation entry according to an embodiment of the present invention;
FIG. 3 is a third flowchart illustrating a method for invoking an operation entry according to an embodiment of the present invention;
FIG. 4 is a fourth flowchart illustrating a method for invoking an operation entry according to an embodiment of the present invention;
FIG. 5 is a fifth flowchart illustrating a method for invoking an operation entry according to an embodiment of the present invention;
FIG. 6 is a block diagram of an apparatus for invoking an operation entry according to an embodiment of the present invention;
FIG. 7 is a block diagram of an apparatus for invoking an operation entry according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of an electronic device according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a method for calling an operation entrance, wherein an execution main body of the method is second electronic equipment, and the second electronic equipment can be a smart phone, a tablet personal computer and the like. Specifically, the second electronic device may be an electronic device that provides a call of a target application operation entry to be logged in, as shown in fig. 1, the method may specifically include the following steps:
s101, receiving an auxiliary processing instruction of a target application sent by first electronic equipment, wherein the auxiliary processing instruction comprises auxiliary information for triggering the target application to perform equipment linkage processing.
The first electronic device may be an electronic device in an association state with the second electronic device. The first electronic device may be an intelligent electronic device such as a desktop computer, a notebook computer, an intelligent television, and a tablet computer. The association state may be a state in which when the first electronic device detects the first operation, an instruction is sent to the second electronic device to trigger the second electronic device to perform the linkage processing. For example, when a certain instant messaging application program is logged on a first electronic device (e.g., a desktop computer), an auxiliary processing instruction is sent to a second electronic device (e.g., a smart phone) to trigger a state of linkage processing performed by the second electronic device. The target application may be a shopping application, a shopping webpage, an instant messaging application, a video application, and the like. The auxiliary processing instructions may include: one or more of auxiliary information of the login target application, auxiliary information of the synchronization target application's predetermined audio information, and auxiliary information of the synchronization target application's predetermined video. The auxiliary information may include identification information of the target application, address information of the second electronic device associated with the first electronic device, and the like. The identification information of the target application may be the name, full name, development code, etc. of the target application.
For example, according to the method provided in this embodiment, a plurality of application programs developed by a company or an organization may be associated with the same identification information, or may be associated with a plurality of identification information.
In addition, the computer/mobile phone client and the computer/mobile phone web page of the same target application may correspond to the same identification information, or may correspond to a plurality of identification information, for example, both the computer/mobile phone client and the computer/mobile phone web page of a certain shopping application may correspond to the same identification information, or may correspond to a plurality of identification information.
In implementation, when the first electronic device detects a login instruction of a target application, auxiliary information of the target application is acquired, an auxiliary processing instruction is generated based on the acquired auxiliary information of the target application and is sent to a second electronic device in a state associated with the first electronic device, and then the second electronic device receives the auxiliary processing instruction of the target application sent by the first electronic device.
Specifically, for example, the first electronic device may be a computer, the second electronic device may be a smart phone, the target application may be a shopping application program corresponding to a shopping webpage, and the identification information of the target application may be development code information of the shopping application program. When a user triggers to log in the shopping webpage on a computer, the computer usually prompts the user to scan the shopping application program of the mobile phone, when the computer detects that the shopping webpage is in a state to be scanned, development code information of the shopping application program corresponding to the shopping webpage and address information of the smart phone in a state associated with the computer are obtained, an auxiliary processing instruction is generated based on the obtained development code information of the shopping application program and the address information of the smart phone in the state associated with the computer, and then the generated auxiliary processing instruction is sent to the smart phone in the state associated with the computer.
Or, for example, the first electronic device may be a computer, the second electronic device may be a smartphone, the target application may be a video application, and the identification information of the target application may be development code information of the video application. When a user wants to transfer to a smart phone end to continue watching when the user watches video on a computer, at the moment, the user can trigger the video application program on the computer, when the computer detects that the video application program is in a state to be scanned, the development code information of the video application program and the address information of the smart phone in a state associated with the computer are obtained, an auxiliary processing instruction is generated based on the obtained development code information of the video application program and the address information of the smart phone in the state associated with the computer, and then the generated auxiliary processing instruction is sent to the smart phone in the state associated with the computer.
And S102, analyzing the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
The operation entries include one or more of an operation entry for scanning a code (e.g., a scanning operation entry) and an operation entry for shaking (e.g., a shaking operation entry). In addition, the operation entry can also be a shortcut operation entry under any menu item in the application.
In practice, for example: based on the example that the target application in S101 is the shopping application corresponding to the shopping webpage, after the smart phone receives the auxiliary processing instruction of the shopping application sent by the computer, the auxiliary information (the development code of the shopping application) is analyzed, and then the scanning operation entry of the shopping application matching with the development code information of the shopping application is called according to the analysis result.
Or, in the above embodiment, after the smartphone receives an auxiliary processing instruction of the shopping application sent by the computer, the smartphone analyzes auxiliary information (development code of the shopping application), and generates a prompt window according to an analysis result, where the prompt window may include prompt information and an operation entry button, for example, the prompt information may be that your associated device is logging in at a shopping webpage end, and ask you scan the two-dimensional code to complete the logging in. When the user triggers the operation entrance button, the scanning operation entrance of the shopping application program can be called.
Alternatively, for example: based on the example that the target application in S101 is a video application, after the smartphone receives an auxiliary processing instruction of the video application sent by the computer, the smartphone parses auxiliary information (development code of the video application), and then calls a scanning operation entry of the video application that matches the development code information of the video application according to a parsing result. The method has the advantages that the area to be scanned in the video application program on the computer is scanned through the scanning operation inlet called in the smart phone, so that the video information and the playing position watched on the computer can be synchronized in the video application program on the smart phone.
As can be seen from the technical solutions provided by the embodiments of the present specification, in the embodiments of the present specification, an auxiliary processing instruction of a target application sent by a first electronic device is received, where the auxiliary processing instruction includes auxiliary information for triggering the target application to perform device linkage processing, and then the auxiliary information is analyzed, and an operation entry of the application matched with the auxiliary information is retrieved according to an analysis result. Therefore, by the method for analyzing the received auxiliary information of the target application and calling the operation entry of the application matched with the auxiliary information according to the analysis result, the complex operation that a user searches the target application in a plurality of application programs of the target electronic equipment and searches the operation entry for calling the target application in the searched target application is avoided, the time for the user to log in the target application on the first electronic equipment is effectively shortened, and the use experience of the user is improved.
As shown in fig. 2, the specific processing manner of S102 may be various, and an alternative processing manner is provided below, which may specifically refer to the processing of S1021-S1022 described below.
And S1021, analyzing the auxiliary information, and judging whether the application matched with the auxiliary information exists according to the analysis result.
And S1022, if the judgment result is yes, calling the operation entry of the application matched with the auxiliary information according to the analysis result.
In practice, for example: based on the example that the target application in S101 is the shopping application corresponding to the shopping webpage, after receiving the auxiliary processing instruction of the target application (e.g., the shopping webpage) sent by the first electronic device (e.g., the computer), the second electronic device (e.g., the smart phone) first analyzes the auxiliary information (development code of the shopping application) included in the auxiliary processing instruction, and determines whether the shopping application matched with the development code of the shopping webpage exists in the smart phone. And if the shopping application program matched with the development code of the shopping application program exists, calling a scanning operation entrance of the shopping application program.
Wherein, the method further comprises:
and if the judgment result is negative, sending prompt information of the application which is not installed and matched with the auxiliary information to the first electronic equipment.
In implementation, if the second electronic device (e.g., a smart phone) determines, according to the analysis result, that the smart phone terminal does not have a shopping application program that matches the auxiliary information (e.g., a development code of the shopping application program), sending, to the first electronic device (e.g., a computer), a prompt message that the shopping application program is not installed in the second electronic device (e.g., a smart phone).
As can be seen from the technical solutions provided by the embodiments of the present specification, in the embodiments of the present specification, an auxiliary processing instruction of a target application sent by a first electronic device is received, where the auxiliary processing instruction includes auxiliary information for triggering the target application to perform device linkage processing, and then the auxiliary information is analyzed, and an operation entry of the application matched with the auxiliary information is retrieved according to an analysis result. Therefore, by the method for analyzing the received auxiliary information of the target application and calling the operation entry of the application matched with the auxiliary information according to the analysis result, the complex operation that a user searches the target application in a plurality of application programs of the target electronic equipment and searches the operation entry for calling the target application in the searched target application is avoided, the time for the user to log in the target application on the first electronic equipment is effectively shortened, and the use experience of the user is improved.
On the basis of the same technical concept, the embodiment of the present invention further provides a method for invoking an operation portal corresponding to the method for invoking an operation portal described in fig. 1 to fig. 2, where an execution subject of the method is a first electronic device, and the first electronic device may be a smart phone, a tablet computer, or the like. Specifically, the first electronic device may be an electronic device to be logged in for a target application, for example, the first electronic device may be an electronic device providing a two-dimensional code identifier of the target application to be logged in, as shown in fig. 3, the method at least includes the following steps:
s201, acquiring auxiliary information to be subjected to auxiliary processing of the target application, and generating an auxiliary processing instruction of the target application based on the auxiliary information.
S202, sending an auxiliary processing instruction of the target application to the second electronic device, so that the second electronic device analyzes the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
As can be seen from the technical solutions provided in the embodiments of the present specification, by obtaining auxiliary information to be subjected to auxiliary processing of a target application, and generating an auxiliary processing instruction of the target application based on the auxiliary information, and then sending the auxiliary processing instruction of the target application to a second electronic device, so that the second electronic device analyzes the auxiliary information, and calls an operation entry of an application matched with the auxiliary information according to an analysis result, a complicated operation of a user searching for the target application in multiple application programs of the target electronic device and searching for the operation entry of the target application in the searched target application is avoided, time for the user to log in the target application on the first electronic device is effectively reduced, and user experience is improved.
As shown in fig. 4, the specific processing manner of S202 may be various, and an alternative processing manner is provided below, which may be referred to as the processing of S2021 below.
S2021, transmits an auxiliary processing instruction of the target application to the second electronic device based on the short-range wireless communication method.
The Near Field Communication mode may be one or more of bluetooth, NFC (Near Field Communication), UWB (Ultra-Wideband), and Zigbee.
As shown in fig. 5, before the step S202 sends the auxiliary processing instruction of the target application to the second electronic device, so that the second electronic device analyzes the auxiliary information, and invokes, according to an analysis result, an operation entry of the application matching with the auxiliary information, the method further includes:
s203, acquiring a communication number corresponding to the second electronic device.
The specific processing manner of S202 may be various, and an alternative processing manner is provided below, which can be specifically referred to as the processing of S2022 below.
S2022, sending a message including an auxiliary processing instruction of the target application to the second electronic device based on the acquired communication number.
In implementation, the link information carrying the auxiliary processing instruction including the target application can be sent to the second electronic device based on the acquired communication number by sending the multimedia message.
As shown in fig. 6, before the step S202 sends the auxiliary processing instruction of the target application to the second electronic device, so that the second electronic device analyzes the auxiliary information, and invokes, according to an analysis result, an operation entry of the application matching with the auxiliary information, the method further includes:
and S204, running the preset instant messaging application.
The specific processing manner of S202 may be various, and an alternative processing manner is provided below, which can be specifically referred to as the processing of S2023 below.
And S2023, sending the auxiliary processing instruction of the target application to a target account of an application matched with the instant messaging application installed in the second electronic device through the target account of the instant messaging application.
In an implementation, before sending an auxiliary processing instruction of a target application to a second electronic device (e.g., a smart phone), the first electronic device and the second electronic device may log in a certain instant messaging application of a target account at the same time, and at this time, the auxiliary processing instruction of the target application (e.g., a shopping application) may be sent to a target account of an application installed in the second electronic device and matched with the instant messaging application through the target account of the instant messaging application.
As can be seen from the technical solutions provided in the embodiments of the present specification, by obtaining auxiliary information to be subjected to auxiliary processing of a target application, and generating an auxiliary processing instruction of the target application based on the auxiliary information, and then sending the auxiliary processing instruction of the target application to a second electronic device, so that the second electronic device analyzes the auxiliary information, and calls an operation entry of an application matched with the auxiliary information according to an analysis result, a complicated operation of a user searching for the target application in multiple application programs of the target electronic device and searching for the operation entry of the target application in the searched target application is avoided, time for the user to log in the target application on the first electronic device is effectively reduced, and user experience is improved.
On the basis of the same technical concept, corresponding to the method for invoking an operation portal described in fig. 1 to 2, an embodiment of the present invention further provides an apparatus for invoking an operation portal, and fig. 6 is a schematic diagram of module components of the apparatus for invoking an operation portal provided in an embodiment of the present invention, where the apparatus for invoking an operation portal is used to perform the method for invoking an operation portal described in fig. 1 to 2, and as shown in fig. 6, the apparatus for invoking an operation portal includes:
a processing instruction receiving module 601, configured to receive an auxiliary processing instruction of a target application sent by a first electronic device, where the auxiliary processing instruction includes auxiliary information for triggering the target application to perform device linkage processing;
and an operation entry calling module 602, configured to parse the auxiliary information, and call an operation entry of an application matched with the auxiliary information according to a parsing result.
The embodiment of the present specification provides an apparatus for invoking an operation entry, where by analyzing received auxiliary information of a target application and invoking the operation entry of an application matched with the auxiliary information according to an analysis result, a user is prevented from searching for the target application in multiple application programs of a target electronic device and from searching for a complex operation of invoking the operation entry of the target application in the searched target application, thereby effectively reducing the time for the user to log in the target application on a first electronic device, and improving the user experience.
Optionally, the operation entry retrieving module 602 is configured to:
analyzing the auxiliary information, and judging whether an application matched with the auxiliary information exists according to an analysis result;
and if so, calling an operation entrance of the application matched with the auxiliary information according to the analysis result.
Optionally, the operation entry retrieving module 602 is configured to:
and if not, sending prompt information of the application which is not installed and matched with the auxiliary information to the first electronic equipment.
As can be seen from the technical solutions provided by the embodiments of the present specification, in the embodiments of the present specification, an auxiliary processing instruction of a target application sent by a first electronic device is received, where the auxiliary processing instruction includes auxiliary information for triggering the target application to perform device linkage processing, and then the auxiliary information is analyzed, and an operation entry of the application matched with the auxiliary information is retrieved according to an analysis result. Therefore, by the method for analyzing the received auxiliary information of the target application and calling the operation entry of the application matched with the auxiliary information according to the analysis result, the complex operation that a user searches the target application in a plurality of application programs of the target electronic equipment and searches the operation entry for calling the target application in the searched target application is avoided, the time for the user to log in the target application on the first electronic equipment is effectively shortened, and the use experience of the user is improved.
The device for invoking the operation entry according to the embodiment of the present invention can implement each process in the embodiment corresponding to the method for invoking the operation entry described in fig. 1 to fig. 2, and for avoiding repetition, details are not described here again.
It should be noted that the apparatus for retrieving an operation entry provided in the embodiment of the present invention and the method for retrieving an operation entry provided in the embodiment of the present invention are based on the same inventive concept, and therefore, for specific implementation of the embodiment, reference may be made to the implementation of the method for retrieving an operation entry described in fig. 1 to fig. 2, and repeated details are not described again.
Based on the same technical concept, an embodiment of the present invention further provides an electronic device, which is configured to execute the method for retrieving an operation entry provided in the foregoing embodiment, fig. 8 is a schematic diagram of a hardware structure of an electronic device for implementing the method for retrieving an operation entry described in fig. 1 to fig. 2, where the electronic device 800 shown in fig. 8 includes, but is not limited to: a radio frequency unit 801, a network module 802, an audio output unit 803, an input unit 804, a sensor 805, a display unit 806, a user input unit 807, an interface unit 808, a memory 809, a processor 810, and a power supply 811. Those skilled in the art will appreciate that the electronic device configuration shown in fig. 8 does not constitute a limitation of the electronic device, and that the electronic device may include more or fewer components than shown, or some components may be combined, or a different arrangement of components. In the embodiment of the present invention, the electronic device includes, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palm computer, a vehicle-mounted terminal, a wearable device, a pedometer, and the like.
Wherein, the processor 810 is configured to:
receiving an auxiliary processing instruction of a target application sent by first electronic equipment, wherein the auxiliary processing instruction comprises auxiliary information for triggering the target application to perform equipment linkage processing;
and analyzing the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
Further, the processor 810 is further configured to:
analyzing the auxiliary information, and judging whether an application matched with the auxiliary information exists according to an analysis result;
and if so, calling an operation entrance of the application matched with the auxiliary information according to the analysis result.
Additionally, processor 810 is further configured to:
and if not, sending prompt information of the application which is not installed and matched with the auxiliary information to the first electronic equipment.
As can be seen from the technical solutions provided by the embodiments of the present specification, in the embodiments of the present specification, an auxiliary processing instruction of a target application sent by a first electronic device is received, where the auxiliary processing instruction includes auxiliary information for triggering the target application to perform device linkage processing, and then the auxiliary information is analyzed, and an operation entry of the application matched with the auxiliary information is retrieved according to an analysis result. Therefore, by the method for analyzing the received auxiliary information of the target application and calling the operation entry of the application matched with the auxiliary information according to the analysis result, the complex operation that a user searches the target application in a plurality of application programs of the target electronic equipment and searches the operation entry for calling the target application in the searched target application is avoided, the time for the user to log in the target application on the first electronic equipment is effectively shortened, and the use experience of the user is improved.
It should be noted that, the electronic device 800 provided in the embodiment of the present invention can implement each process implemented by the electronic device in the method for retrieving an operation entry described in fig. 1 to fig. 2, and for avoiding repetition, details are not described here again.
It should be understood that, in the embodiment of the present invention, the radio frequency unit 801 may be used for receiving and sending signals during a message sending and receiving process or a call process, and specifically, receives downlink data from a base station and then processes the received downlink data to the processor 810; in addition, the uplink data is transmitted to the base station. In general, radio frequency unit 801 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. Further, the radio frequency unit 801 can also communicate with a network and other devices through a wireless communication system.
The electronic device provides wireless broadband internet access to the user via the network module 802, such as to assist the user in sending and receiving e-mails, browsing web pages, and accessing streaming media.
The audio output unit 803 may convert audio data received by the radio frequency unit 801 or the network module 802 or stored in the memory 809 into an audio signal and output as sound. Also, the audio output unit 803 may also provide audio output related to a specific function performed by the electronic apparatus 900 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 803 includes a speaker, a buzzer, a receiver, and the like.
The input unit 804 is used for receiving an audio or video signal. The input Unit 804 may include a Graphics Processing Unit (GPU) 8041 and a microphone 8042, and the Graphics processor 8041 processes image data of a still picture or video obtained by an image capturing device (such as a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 806. The image frames processed by the graphics processor 8041 may be stored in the memory 809 (or other storage medium) or transmitted via the radio frequency unit 801 or the network module 802. The microphone 8042 can receive sound, and can process such sound into audio data. The processed audio data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 801 in case of a phone call mode.
The electronic device 800 also includes at least one sensor 805, such as light sensors, motion sensors, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 8061 according to the brightness of ambient light and a proximity sensor that can turn off the display panel 8061 and/or the backlight when the electronic device 800 is moved to the ear. As one type of motion sensor, an accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of an electronic device (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), and vibration identification related functions (such as pedometer, tapping); the sensors 805 may also include fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc., which are not described in detail herein.
The display unit 806 is used to display information input by the user or information provided to the user. The Display unit 806 may include a Display panel 8061, and the Display panel 8061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 807 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic apparatus. Specifically, the user input unit 807 includes a touch panel 8071 and other input devices 8072. The touch panel 8071, also referred to as a touch screen, may collect touch operations by a user on or near the touch panel 8071 (e.g., operations by a user on or near the touch panel 8071 using a finger, a stylus, or any other suitable object or accessory). The touch panel 8071 may include two portions of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 810, receives a command from the processor 810, and executes the command. In addition, the touch panel 8071 can be implemented by various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 8071, the user input unit 807 can include other input devices 8072. In particular, other input devices 8072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
Further, the touch panel 8071 can be overlaid on the display panel 8061, and when the touch panel 8071 detects a touch operation on or near the touch panel 8071, the touch operation is transmitted to the processor 810 to determine the type of the touch event, and then the processor 810 provides a corresponding visual output on the display panel 8061 according to the type of the touch event. Although in fig. 8, the touch panel 8071 and the display panel 8061 are two independent components to implement the input and output functions of the electronic device, in some embodiments, the touch panel 8071 and the display panel 8061 may be integrated to implement the input and output functions of the electronic device, and the implementation is not limited herein.
The interface unit 808 is an interface for connecting an external device to the electronic apparatus 800. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 808 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the electronic device 800 or may be used to transmit data between the electronic device 800 and external devices.
The memory 809 may be used to store software programs as well as various data. The memory 809 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 809 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 810 is a control center of the electronic device, connects various parts of the whole electronic device by using various interfaces and lines, performs various functions of the electronic device and processes data by running or executing software programs and/or modules stored in the memory 809 and calling data stored in the memory 809, thereby monitoring the whole electronic device. Processor 810 may include one or more processing units; preferably, the processor 810 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 810.
The electronic device 800 may also include a power supply 811 (e.g., a battery) for powering the various components, and preferably, the power supply 811 may be logically coupled to the processor 810 via a power management system to manage charging, discharging, and power consumption management functions via the power management system.
In addition, the electronic device 800 includes some functional modules that are not shown, and are not described in detail herein.
Preferably, an embodiment of the present invention further provides an electronic device, which includes a processor 810, a memory 809, and a computer program stored in the memory 809 and capable of running on the processor 810, where the computer program, when executed by the processor 810, implements each process of the method embodiment for invoking an operation entry, and can achieve the same technical effect, and in order to avoid repetition, details are not described here again.
Further, corresponding to the method for invoking the operation entry provided in the foregoing embodiment, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by the processor 810, the steps of the method for invoking the operation entry are implemented, and the same technical effect can be achieved, and in order to avoid repetition, details are not described here again. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
On the basis of the same technical concept, corresponding to the method for invoking the operation portal described in fig. 3 to 5, an embodiment of the present invention further provides an apparatus for invoking the operation portal, and fig. 7 is a schematic block diagram of the apparatus for invoking the operation portal provided in the embodiment of the present invention, where the apparatus for invoking the operation portal is used to perform the method for invoking the operation portal described in fig. 3 to 5, and as shown in fig. 7, the apparatus for invoking the operation portal includes:
a processing instruction generating module 701, configured to obtain auxiliary information to be subjected to auxiliary processing of a target application, and generate an auxiliary processing instruction of the target application based on the auxiliary information;
a processing instruction sending module 702, configured to send an auxiliary processing instruction of the target application to a second electronic device, so that the second electronic device analyzes the auxiliary information, and displays an operation entry of the application matched with the auxiliary information according to an analysis result.
The embodiment of the present specification provides an apparatus for invoking an operation entry, where an auxiliary information to be subjected to auxiliary processing of a target application is obtained, an auxiliary processing instruction of the target application is generated based on the auxiliary information, and then the auxiliary processing instruction of the target application is sent to a second electronic device, so that the second electronic device parses the auxiliary information, and displays an operation entry of an application matched with the auxiliary information according to a parsing result, thereby avoiding a user from searching for the target application in multiple application programs of the target electronic device and a complex operation of searching for the operation entry displaying the target application in the searched target application, effectively reducing a time for the user to log in the target application on a first electronic device, and improving user experience.
Optionally, the processing instruction sending module 702 is configured to:
and sending an auxiliary processing instruction of the target application to a second electronic device based on a short-distance wireless communication mode.
Optionally, the apparatus further includes a communication number obtaining module, configured to:
acquiring a communication number corresponding to the second electronic equipment;
the processing instruction sending module 702 is configured to:
and sending a message containing an auxiliary processing instruction of the target application to second electronic equipment based on the acquired communication number.
Optionally, the apparatus further includes a communication application running module, configured to:
running a predetermined instant messaging application;
the processing instruction sending module 702 is configured to:
and sending the auxiliary processing instruction of the target application to the target account of the application matched with the instant messaging application installed in the second electronic equipment through the target account of the instant messaging application.
Optionally, the operation entrance includes one or more of an operation entrance for scanning a code and an operation entrance for shaking.
Optionally, the auxiliary processing instruction includes: logging in one or more of auxiliary information of the target application, auxiliary information synchronizing predetermined audio information of the target application, and auxiliary information synchronizing predetermined video of the target application.
The embodiment of the present specification provides an apparatus for invoking an operation entry, where an auxiliary information to be subjected to auxiliary processing of a target application is obtained, an auxiliary processing instruction of the target application is generated based on the auxiliary information, and then the auxiliary processing instruction of the target application is sent to a second electronic device, so that the second electronic device parses the auxiliary information, and invokes an operation entry of an application matched with the auxiliary information according to a parsing result, thereby avoiding a complicated operation of a user searching for the target application in multiple application programs of the target electronic device and searching for the operation entry of invoking the target application in the searched target application, effectively reducing a time for the user to log in the target application on a first electronic device, and improving user experience.
The device for retrieving an operation entry according to the embodiment of the present invention can implement each process in the embodiment corresponding to the method for retrieving an operation entry described in fig. 3 to fig. 5, and for avoiding repetition, details are not described here again.
It should be noted that the apparatus for retrieving an operation entry provided in the embodiment of the present invention and the method for retrieving an operation entry provided in the embodiment of the present invention are based on the same inventive concept, and therefore, for specific implementation of the embodiment, reference may be made to the implementation of the method for retrieving an operation entry described in the foregoing fig. 3 to fig. 5, and repeated details are not repeated.
Based on the same technical concept, an embodiment of the present invention further provides an electronic device for executing the method for retrieving an operation entry according to the foregoing embodiment, where fig. 9 is a schematic diagram of a hardware structure of an electronic device for implementing the method for retrieving an operation entry described in fig. 3 to 5, and the electronic device 900 shown in fig. 9 includes, but is not limited to: a radio frequency unit 901, a network module 902, an audio output unit 903, an input unit 904, a sensor 905, a display unit 906, a user input unit 907, an interface unit 908, a memory 909, a processor 910, and a power supply 911. Those skilled in the art will appreciate that the electronic device configuration shown in fig. 9 does not constitute a limitation of the electronic device, and that the electronic device may include more or fewer components than shown, or some components may be combined, or a different arrangement of components. In the embodiment of the present invention, the electronic device includes, but is not limited to, a mobile phone, a tablet computer, a notebook computer, a palm computer, a vehicle-mounted terminal, a wearable device, a pedometer, and the like.
Wherein, the processor 910 is configured to:
acquiring auxiliary information to be subjected to auxiliary processing of a target application, and generating an auxiliary processing instruction of the target application based on the auxiliary information;
and sending an auxiliary processing instruction of the target application to second electronic equipment so that the second electronic equipment analyzes the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
Further, the processor 910 is further configured to:
and sending an auxiliary processing instruction of the target application to a second electronic device based on a short-distance wireless communication mode.
Further, the processor 910 is further configured to:
acquiring a communication number corresponding to the second electronic equipment;
and sending a message containing an auxiliary processing instruction of the target application to second electronic equipment based on the acquired communication number.
In addition, the processor 910 is further configured to:
running a predetermined instant messaging application;
and sending the auxiliary processing instruction of the target application to the target account of the application matched with the instant messaging application installed in the second electronic equipment through the target account of the instant messaging application.
In addition, the operation entrance comprises one or more of an operation entrance for scanning codes and an operation entrance for shaking.
Additionally, the auxiliary processing instructions include: logging in one or more of auxiliary information of the target application, auxiliary information synchronizing predetermined audio information of the target application, and auxiliary information synchronizing predetermined video of the target application.
As can be seen from the technical solutions provided in the embodiments of the present specification, by obtaining auxiliary information to be subjected to auxiliary processing of a target application, and generating an auxiliary processing instruction of the target application based on the auxiliary information, and then sending the auxiliary processing instruction of the target application to a second electronic device, so that the second electronic device analyzes the auxiliary information, and calls an operation entry of an application matched with the auxiliary information according to an analysis result, a complicated operation of a user searching for the target application in multiple application programs of the target electronic device and searching for the operation entry of the target application in the searched target application is avoided, time for the user to log in the target application on the first electronic device is effectively reduced, and user experience is improved.
It should be noted that, the electronic device 900 provided in the embodiment of the present invention can implement each process implemented by the electronic device in the foregoing method for retrieving an operation entry described in fig. 3 to fig. 5, and for avoiding repetition, details are not described here again.
It should be understood that, in the embodiment of the present invention, the radio frequency unit 901 may be used for receiving and sending signals during a message transmission and reception process or a call process, and specifically, after receiving downlink data from a base station, the downlink data is processed by the processor 910; in addition, the uplink data is transmitted to the base station. Generally, the radio frequency unit 901 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 901 can also communicate with a network and other devices through a wireless communication system.
The electronic device provides wireless broadband internet access to the user via the network module 902, such as assisting the user in sending and receiving e-mails, browsing web pages, and accessing streaming media.
The audio output unit 903 may convert audio data received by the radio frequency unit 901 or the network module 902 or stored in the memory 909 into an audio signal and output as sound. Also, the audio output unit 903 may provide audio output related to a specific function performed by the electronic device 900 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 903 includes a speaker, a buzzer, a receiver, and the like.
The input unit 904 is used to receive audio or video signals. The input Unit 904 may include a Graphics Processing Unit (GPU) 9041 and a microphone 9042, and the Graphics processor 9041 processes image data of a still picture or video obtained by an image capturing device (such as a camera) in a video capture mode or an image capture mode. The processed image frames may be displayed on the display unit 906. The image frames processed by the graphic processor 9041 may be stored in the memory 909 (or other storage medium) or transmitted via the radio frequency unit 901 or the network module 902. The microphone 9042 can receive sounds and can process such sounds into audio data. The processed audio data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 901 in case of the phone call mode.
The electronic device 900 also includes at least one sensor 905, such as light sensors, motion sensors, and other sensors. Specifically, the light sensor includes an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 9061 according to the brightness of ambient light, and the proximity sensor may turn off the display panel 9061 and/or the backlight when the electronic device 900 is moved to the ear. As one type of motion sensor, an accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), detect the magnitude and direction of gravity when stationary, and can be used to identify the posture of an electronic device (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), and vibration identification related functions (such as pedometer, tapping); the sensors 905 may also include a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, an infrared sensor, etc., which are not described in detail herein.
The display unit 906 is used to display information input by the user or information provided to the user. The Display unit 906 may include a Display panel 9061, and the Display panel 9061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 907 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the electronic device. Specifically, the user input unit 907 includes a touch panel 9071 and other input devices 9072. The touch panel 9071, also referred to as a touch screen, may collect touch operations by a user on or near the touch panel 9071 (e.g., operations by a user on or near the touch panel 9071 using a finger, a stylus, or any other suitable object or accessory). The touch panel 9071 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 910, receives a command from the processor 910, and executes the command. In addition, the touch panel 9071 may be implemented by using various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The user input unit 907 may include other input devices 9072 in addition to the touch panel 9071. Specifically, the other input devices 9072 may include, but are not limited to, a physical keyboard, function keys (such as a volume control key, a switch key, and the like), a track ball, a mouse, and a joystick, which are not described herein again.
Further, the touch panel 9071 may be overlaid on the display panel 9061, and when the touch panel 9071 detects a touch operation on or near the touch panel 9071, the touch panel is transmitted to the processor 910 to determine the type of the touch event, and then the processor 910 provides a corresponding visual output on the display panel 9061 according to the type of the touch event. Although in fig. 9, the touch panel 9071 and the display panel 9061 are two independent components to implement the input and output functions of the electronic device, in some embodiments, the touch panel 9071 and the display panel 9061 may be integrated to implement the input and output functions of the electronic device, which is not limited herein.
The interface unit 908 is an interface for connecting an external device to the electronic apparatus 900. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 908 may be used to receive input from external devices (e.g., data information, power, etc.) and transmit the received input to one or more elements within the electronic device 900 or may be used to transmit data between the electronic device 900 and external devices.
The memory 909 may be used to store software programs as well as various data. The memory 909 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 909 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
The processor 910 is a control center of the electronic device, connects various parts of the entire electronic device using various interfaces and lines, and performs various functions of the electronic device and processes data by running or executing software programs and/or modules stored in the memory 909 and calling data stored in the memory 909, thereby performing overall monitoring of the electronic device. Processor 910 may include one or more processing units; preferably, the processor 910 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It is to be appreciated that the modem processor described above may not be integrated into processor 910.
The electronic device 900 may further include a power supply 911 (e.g., a battery) for supplying power to various components, and preferably, the power supply 911 may be logically connected to the processor 910 through a power management system, so as to manage charging, discharging, and power consumption management functions through the power management system.
In addition, the electronic device 900 includes some functional modules that are not shown, and thus are not described in detail herein.
Preferably, an embodiment of the present invention further provides an electronic device, which includes a processor 910, a memory 909, and a computer program stored in the memory 909 and capable of running on the processor 910, and when the computer program is executed by the processor 910, the processes of the method embodiment for invoking the operation entry are implemented, and the same technical effect can be achieved, and details are not described here to avoid repetition.
Further, corresponding to the method for invoking the operation entry provided in the foregoing embodiment, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by the processor 910, the steps of the method for invoking the operation entry are implemented, and the same technical effect can be achieved, and in order to avoid repetition, details are not described here again. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It is to be understood that the embodiments described herein may be implemented in hardware, software, firmware, middleware, microcode, or any combination thereof. For a hardware implementation, the processing units may be implemented within one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), general purpose processors, controllers, micro-controllers, microprocessors, other electronic units designed to perform the functions described herein, or a combination thereof.
For a software implementation, the techniques described in this disclosure may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions described in this disclosure. The software codes may be stored in a memory and executed by a processor. The memory may be implemented within the processor or external to the processor.
It should also be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made herein without departing from the spirit and scope of the invention as defined in the appended claims. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the scope of the claims of the present invention.

Claims (10)

1. A method of operating a deployment of a portal, the method comprising:
receiving an auxiliary processing instruction of a target application sent by first electronic equipment, wherein the auxiliary processing instruction comprises auxiliary information for triggering the target application to perform equipment linkage processing;
and analyzing the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
2. The method according to claim 1, wherein the parsing the auxiliary information and retrieving an operation entry of an application matching the auxiliary information according to a parsing result comprises:
analyzing the auxiliary information, and judging whether an application matched with the auxiliary information exists according to an analysis result;
and if so, calling an operation entrance of the application matched with the auxiliary information according to the analysis result.
3. The method of claim 1, further comprising:
and if not, sending prompt information of the application which is not installed and matched with the auxiliary information to the first electronic equipment.
4. A method of operating a deployment of a portal, the method comprising:
acquiring auxiliary information to be subjected to auxiliary processing of a target application, and generating an auxiliary processing instruction of the target application based on the auxiliary information;
and sending an auxiliary processing instruction of the target application to second electronic equipment so that the second electronic equipment analyzes the auxiliary information, and calling an operation entry of the application matched with the auxiliary information according to an analysis result.
5. The method of claim 4, wherein before the sending the auxiliary processing instruction of the target application to the second electronic device, further comprising:
acquiring a communication number corresponding to the second electronic equipment;
correspondingly, the sending of the auxiliary processing instruction of the target application to the second electronic device includes:
and sending a message containing an auxiliary processing instruction of the target application to second electronic equipment based on the acquired communication number.
6. The method of claim 4, wherein before the sending the auxiliary processing instruction of the target application to the second electronic device, further comprising:
running a predetermined instant messaging application;
correspondingly, the sending of the auxiliary processing instruction of the target application to the second electronic device includes:
and sending the auxiliary processing instruction of the target application to the target account of the application matched with the instant messaging application installed in the second electronic equipment through the target account of the instant messaging application.
7. An apparatus for operating retrieval of a portal, the apparatus comprising:
the processing instruction receiving module is used for receiving an auxiliary processing instruction of a target application sent by first electronic equipment, wherein the auxiliary processing instruction comprises auxiliary information for triggering the target application to perform equipment linkage processing;
and the operation entrance calling module is used for analyzing the auxiliary information and calling the operation entrance of the application matched with the auxiliary information according to the analysis result.
8. An apparatus for operating retrieval of a portal, the apparatus comprising:
the processing instruction generating module is used for acquiring auxiliary information to be subjected to auxiliary processing of a target application and generating an auxiliary processing instruction of the target application based on the auxiliary information;
and the processing instruction sending module is used for sending the auxiliary processing instruction of the target application to second electronic equipment so as to enable the second electronic equipment to analyze the auxiliary information and call an operation entrance of the application matched with the auxiliary information according to an analysis result.
9. An electronic device comprising a processor, a communication interface, a memory, and a communication bus; the processor, the communication interface and the memory complete mutual communication through a bus; the memory is used for storing a computer program; the processor, configured to execute the program stored in the memory, to perform the method steps of invoking the operation portal according to any one of claims 1-3, and/or to perform the method steps of invoking the operation portal according to any one of claims 4-6.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of invoking an operation portal according to any one of claims 1-3 and/or the method steps of invoking an operation portal according to any one of claims 4-6.
CN201911175580.7A 2019-11-26 2019-11-26 Method and device for calling operation entrance and electronic equipment Pending CN110955468A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911175580.7A CN110955468A (en) 2019-11-26 2019-11-26 Method and device for calling operation entrance and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911175580.7A CN110955468A (en) 2019-11-26 2019-11-26 Method and device for calling operation entrance and electronic equipment

Publications (1)

Publication Number Publication Date
CN110955468A true CN110955468A (en) 2020-04-03

Family

ID=69976929

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911175580.7A Pending CN110955468A (en) 2019-11-26 2019-11-26 Method and device for calling operation entrance and electronic equipment

Country Status (1)

Country Link
CN (1) CN110955468A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112333164A (en) * 2020-10-26 2021-02-05 北京白龙马云行科技有限公司 Application login method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731823A (en) * 2013-12-23 2015-06-24 珠海金山办公软件有限公司 Multi-device document browsing method and device
CN106330844A (en) * 2015-07-02 2017-01-11 阿里巴巴集团控股有限公司 Across-terminal login avoiding method and device
CN106921650A (en) * 2016-12-21 2017-07-04 阿里巴巴集团控股有限公司 The login method of striding equipment, system and device
CN107231389A (en) * 2016-03-23 2017-10-03 阿里巴巴集团控股有限公司 A kind of barcode scanning operating method and equipment
CN107566323A (en) * 2016-06-30 2018-01-09 北京金山安全软件有限公司 Application system login method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731823A (en) * 2013-12-23 2015-06-24 珠海金山办公软件有限公司 Multi-device document browsing method and device
CN106330844A (en) * 2015-07-02 2017-01-11 阿里巴巴集团控股有限公司 Across-terminal login avoiding method and device
CN107231389A (en) * 2016-03-23 2017-10-03 阿里巴巴集团控股有限公司 A kind of barcode scanning operating method and equipment
CN107566323A (en) * 2016-06-30 2018-01-09 北京金山安全软件有限公司 Application system login method and device
CN106921650A (en) * 2016-12-21 2017-07-04 阿里巴巴集团控股有限公司 The login method of striding equipment, system and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112333164A (en) * 2020-10-26 2021-02-05 北京白龙马云行科技有限公司 Application login method and device
CN112333164B (en) * 2020-10-26 2023-04-07 北京白龙马云行科技有限公司 Application login method and device

Similar Documents

Publication Publication Date Title
CN108924037B (en) Display method of rich media communication RCS message and mobile terminal
CN109078319B (en) Game interface display method and terminal
CN109284144B (en) Fast application processing method and mobile terminal
CN107734170B (en) Notification message processing method, mobile terminal and wearable device
CN109412932B (en) Screen capturing method and terminal
CN108551521B (en) Login information prompting method and mobile terminal
CN109544172B (en) Display method and terminal equipment
CN109062634B (en) Application starting method and mobile terminal
CN111597540B (en) Login method of application program, electronic device and readable storage medium
CN111405043B (en) Information processing method and device and electronic equipment
CN111061404A (en) Control method and first electronic device
CN110795002A (en) Screenshot method and terminal equipment
CN107957914B (en) Information processing method and mobile terminal
CN107786739B (en) Information acquisition method and mobile terminal
CN111163449B (en) Application sharing method, first electronic device and computer-readable storage medium
CN108196781B (en) Interface display method and mobile terminal
CN110012151B (en) Information display method and terminal equipment
CN111061446A (en) Display method and electronic equipment
CN108270928B (en) Voice recognition method and mobile terminal
CN108089935B (en) Application program management method and mobile terminal
CN111163227B (en) Sharing method and electronic equipment
CN110471895B (en) Sharing method and terminal device
CN108804615B (en) Sharing method and server
CN111159738A (en) Permission configuration method, application login method and device
CN110851408A (en) File compression method, file decompression method and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination