WO2022228065A1 - 功能跳转方法及电子设备 - Google Patents

功能跳转方法及电子设备 Download PDF

Info

Publication number
WO2022228065A1
WO2022228065A1 PCT/CN2022/085384 CN2022085384W WO2022228065A1 WO 2022228065 A1 WO2022228065 A1 WO 2022228065A1 CN 2022085384 W CN2022085384 W CN 2022085384W WO 2022228065 A1 WO2022228065 A1 WO 2022228065A1
Authority
WO
WIPO (PCT)
Prior art keywords
electronic device
target application
touch operation
application
target
Prior art date
Application number
PCT/CN2022/085384
Other languages
English (en)
French (fr)
Inventor
赖癸仲
周耀颖
王小凯
张晓波
花彤
肖剑锋
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2022228065A1 publication Critical patent/WO2022228065A1/zh

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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • 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/445Program loading or initiating

Definitions

  • the embodiments of the present application relate to the technical field of terminals, and in particular, to a function jumping method and an electronic device.
  • the tablet after the tablet detects a user's touch operation (such as an operation of clicking an application icon 101 ) on the screen-casting area used to display the screen-casting content of the mobile phone, the tablet sends the touch event to the mobile phone.
  • the mobile phone determines that the current touch event is used to open the memo, then opens the memo, and projects the display content of the memo interface to the projection area on the tablet display for display, so as to start a new application on the projection area (ie, function jump).
  • the source device such as a mobile phone
  • the target device such as a tablet
  • the target device has a long delay in responding to the user's touch operation, and the display less effective.
  • the function jumping method and electronic device provided by the embodiments of the present application can directly start the target application installed in the target device in response to the user's operation on the screen projection area when the target device is installed with the target application, so as to realize the corresponding function. Jump, improve the display effect, and reduce the delay.
  • an embodiment of the present application provides a function jumping method, which is applied to a first electronic device.
  • the method may include: detecting a user's touch operation on the first screen projection area. Determines that the target application launched by the touch operation request is installed locally. The target application is launched and the target function page of the target application requested by the touch operation is displayed.
  • the package information includes one or more of the package name, component name, and component configuration of the locally installed application.
  • the package name is, for example, the application name, which can be used as the unique identifier of the application to distinguish different applications.
  • the component name is, for example, the name of the component contained in the application.
  • the component configuration is, for example, an action that the component can respond to, for example, including the operation name, data, and category/type, such as the action contained in the text editor that the component can respond to includes sending (ie, the action name) text data (ie, data),
  • the corresponding category is the default category.
  • the touch event is used to explain the operation of the user's finger or stylus on the touch screen (or display screen). For example, the touch event includes three stages of touch events based on the start, movement and end of the touch operation detected on the touch screen of the tablet. All touch points obtained in the three stages are packaged and sent to the second electronic device.
  • the first electronic device displays the screencast content of the short message application interface of the second electronic device on the display area, and after detecting the user's touch operation on the display area, encapsulates the touch event and sends it to the second electronic device.
  • the second electronic device determines that the touch operation is an operation of clicking a link displayed on the SMS application interface, which is used to instruct to start the browser and display the function page corresponding to the link, and then sends a query message to the first electronic device to query Whether a browser application is installed in the first electronic device.
  • the first electronic device queries the local package information, and if it is determined that the browser application package name is included in the local package information, it is determined that the browser application is locally installed. After that, the first electronic device directly starts the local browser application, and opens the function page corresponding to the link.
  • the function page corresponding to the link is displayed on the display area, so that the function jump is started locally, which can effectively improve the function jump efficiency.
  • the first electronic device detects a user's touch operation on the display area, and determines that the touch operation is an operation of clicking a link on the SMS application interface according to the layout information of the projected screen content, then directly performs a local package information query, and determines. Whether a browser application for opening links is installed locally. Further, if the first electronic device determines that the target application (that is, the browser application) is not installed locally or the target function cannot be realized, then the touch operation is encapsulated as a touch event and sent to the second electronic device for processing, and the packet information query failure signal is carried. . Then, the second electronic device can directly start the corresponding function page to perform screen projection according to the touch event, without sending a query message to the first electronic device.
  • the target application that is, the browser application
  • the method before detecting the user's touch operation on the first screen projection area, the method further includes: receiving the screen projection content sent by the second electronic device, and displaying the projection screen on the first screen projection area content.
  • the application corresponding to the projected screen content is the same or different from the target application.
  • the touch operation is used to request to start a new target application, and the target application is different from the application corresponding to the current screencast content.
  • the touch operation is used to request a new function contained in the current application, and the target application is the application corresponding to the current screencast content.
  • displaying the target function page of the target application requested by the touch operation includes: displaying the target function page on the first screen projection area.
  • the target function page is displayed on a display area other than the first screen projection area.
  • the first electronic device includes one or more screen projection areas, and the one or more screen projection areas include the first screen projection area.
  • multiple second electronic devices can screen-cast the display content to the first electronic device for display.
  • the display screen of the first electronic device includes a plurality of projection areas for displaying projection contents of the corresponding second electronic device.
  • the first electronic device can send the touch event to the second electronic device corresponding to the screen projection area.
  • an embodiment of the present application provides a function jumping method, which is applied to a second electronic device.
  • the method may include: receiving a touch event sent by the first electronic device; Touch operations on the projection area and encapsulate the touch events generated after the touch operations. According to the touch event, the target application started by the touch operation request is determined. A query message is sent to the first electronic device, where the query message is used to request to query whether the target application is installed in the first electronic device.
  • the method before receiving the touch event sent by the first electronic device, the method further includes: sending screen projection content to the first electronic device.
  • the application corresponding to the projected screen content is the same or different from the target application.
  • the package information includes one or more of the package name, component name, and component configuration of the target application.
  • the method further includes: receiving a query failure response.
  • the display content of the target function page of the target application is sent to the first electronic device, where the target function page is the page requested by the touch operation to be displayed.
  • the second electronic device after the second electronic device receives the query failure response and determines that the target application is not installed in the first electronic device, it needs to start the target application, and project the target function page corresponding to the touch operation to the first electronic device. show. The problem of function jump failure caused by the target application not being installed on the first electronic device is avoided.
  • determining that the target application initiated by the touch operation request is installed locally including: after detecting the user's touch operation on the first screen projection area, sending a touch event corresponding to the touch operation to the second electronic device .
  • a query message sent by the second electronic device is received, where the query message is used to query the package information of the target application started by the touch operation request.
  • the determination that the package information of the target application is stored locally it is determined that the target application is installed locally.
  • the electronic device when the processor reads the computer instructions from the memory, the electronic device also causes the electronic device to perform the following operation: acquire the layout information of the screen projection content displayed in the first screen projection area. Determining that the target application initiated by the touch operation request is installed locally includes: determining the target application initiated by the touch operation request according to the layout information; and determining that the target application is installed locally according to determining the package information of the target application stored locally.
  • the package information includes one or more of the package name, component name, and component configuration of the target application.
  • the electronic device when the processor reads the computer instructions from the memory, the electronic device also causes the electronic device to perform the following operations: receive the screencast content sent by the second electronic device, and display the screencast on the first screencasting area content.
  • the application corresponding to the projected screen content is the same or different from the target application.
  • the first electronic device includes one or more screen projection areas, and the one or more screen projection areas include the first screen projection area.
  • the processor when the processor reads the computer instructions from the memory, the processor further causes the electronic device to perform the following operation: send the screencast content to the first electronic device.
  • the application corresponding to the projected screen content is the same or different from the target application.
  • the package information includes one or more of the package name, component name, and component configuration of the target application.
  • the electronic device when the processor reads the computer instructions from the memory, the electronic device also causes the electronic device to perform the following operations: receive a query failure response.
  • the display content of the target function page of the target application is sent to the first electronic device, where the target function page is the page requested by the touch operation to be displayed.
  • an embodiment of the present application provides an electronic device, the electronic device having the function of implementing the function jumping method described in the first aspect and any one of the possible implementation manners.
  • This function can be implemented by hardware or by executing corresponding software by hardware.
  • the hardware or software includes one or more modules corresponding to the above functions.
  • an embodiment of the present application provides an electronic device, the electronic device having the function of implementing the function jumping method described in the second aspect and any one of the possible implementation manners.
  • This function can be implemented by hardware or by executing corresponding software by hardware.
  • the hardware or software includes one or more modules corresponding to the above functions.
  • an embodiment of the present application provides a computer-readable storage medium, including computer instructions, when the computer instructions are executed on an electronic device, the electronic device is made to perform any of the first aspect and any of the possible implementations.
  • the function jumping method described in one item, or the electronic device executes the function jumping method according to any one of the second aspect and any one of the possible implementation manners.
  • an embodiment of the present application provides a computer program product, which, when the computer program product runs on an electronic device, causes the electronic device to execute any one of the first aspect and any of the possible implementation manners.
  • the function jumping method, or the electronic device executes the function jumping method according to any one of the second aspect and any of the possible implementation manners.
  • an embodiment of the present application provides a circuit system, where the circuit system includes a processing circuit, and the processing circuit is configured to execute the function jumping method described in the first aspect and any one of the possible implementations; or , which is configured to execute the function jumping method described in the second aspect and any one of the possible implementation manners.
  • an embodiment of the present application provides a chip system, including at least one processor and at least one interface circuit, where the at least one interface circuit is configured to perform a transceiving function and send instructions to the at least one processor.
  • the at least one processor executes the function jumping method described in the above first aspect and any one of the possible implementation manners; or, at least one processor executes the above-mentioned second aspect and any one of the possible implementation manners.
  • FIG. 1 is a schematic diagram of a multi-screen collaboration scenario provided by an embodiment of the present application
  • FIG. 2 is a schematic diagram of a communication system provided by an embodiment of the present application.
  • FIG. 3 is a schematic structural diagram of an electronic device provided by an embodiment of the present application.
  • 4A is a schematic diagram 1 of an interface provided by an embodiment of the present application.
  • FIG. 4B is a second schematic diagram of an interface provided by an embodiment of the present application.
  • FIG. 4C is a schematic diagram three of an interface provided by an embodiment of the present application.
  • FIG. 5 is a fourth schematic diagram of an interface provided by an embodiment of the present application.
  • FIG. 6 is a schematic diagram five of the interface provided by the embodiment of the present application.
  • FIG. 7 is a schematic diagram 6 of an interface provided by an embodiment of the present application.
  • FIG. 8 is a seventh schematic diagram of an interface provided by an embodiment of the present application.
  • FIG. 9 is a schematic diagram eight of the interface provided by the embodiment of the present application.
  • FIG. 10 is a flowchart 1 of a function jumping method provided by an embodiment of the present application.
  • FIG. 11 is a flowchart 2 of a function jumping method provided by an embodiment of the present application.
  • FIG. 12 is a schematic structural diagram of a first electronic device provided by an embodiment of the present application.
  • FIG. 13 is a schematic structural diagram of a second electronic device according to an embodiment of the present application.
  • FIG. 2 is a schematic diagram of a communication system to which a function jumping method provided by an embodiment of the present application is applied.
  • the communication system includes a first electronic device 100 and a second electronic device 200 .
  • the first electronic device 100 establishes a communication connection with the second electronic device 200 through a wired connection or a wireless connection.
  • the embodiment of the present application does not specifically limit the connection manner between the first electronic device 100 and the second electronic device 200 .
  • the first electronic device 100 or the second electronic device 200 may specifically be a mobile phone, a tablet computer, a wearable device, a vehicle-mounted device, a notebook computer, an ultra-mobile personal computer (UMPC), a netbook, a personal A terminal device with a display function such as a digital assistant (personal digital assistant, PDA), an artificial intelligence (artificial intelligence) device, etc.
  • the embodiment of the present application does not impose any restrictions on the specific types of the first electronic device 100 and the second electronic device 200.
  • the first electronic device 100 and the second electronic device 200 have a multi-screen collaboration function and can establish a multi-screen collaboration connection. For example, after the first electronic device 100 and the second electronic device 200 are connected, the second electronic device 200 can project the display content of the display screen to the first electronic device 100 for display. While displaying the display content of the second electronic device 200 , the first electronic device 100 can also display its own display content, and can operate the first electronic device 100 and the second electronic device 200 at the same time.
  • the number of the second electronic devices 200 is one or more. For example, if multiple second electronic devices 200 establish a multi-screen collaborative connection with the first electronic device 100, then the multiple second electronic devices 200 can all project the display content to the first electronic device 100 for display, so that the user can use a The first electronic device 100 can view the display content of the at least one second electronic device 200 and operate the at least one second electronic device 200 .
  • FIG. 3 shows a schematic structural diagram of the first electronic device 100 and the second electronic device 200 .
  • the first electronic device 100 and the second electronic device 200 may include a processor 110, an external memory interface 120, an internal memory 121, a universal serial bus (USB) interface 130, a charging management module 140, a power management module 141, The battery 142, the antenna 1, the antenna 2, the mobile communication module 150, the wireless communication module 160, the audio module 170, the sensor module 180, the buttons 190, the motor 191, the indicator 192, the camera 193, the display screen 194, and the subscriber identification module (subscriber identification module, SIM) card interface 195, etc.
  • a processor 110 an external memory interface 120, an internal memory 121, a universal serial bus (USB) interface 130, a charging management module 140, a power management module 141, The battery 142, the antenna 1, the antenna 2, the mobile communication module 150, the wireless communication module 160, the audio module 170, the sensor module 180, the buttons 190, the motor 191, the indicator 192, the camera 193, the display screen 194, and the subscriber identification module (subscriber identification module, SIM) card
  • the structures illustrated in the embodiments of the present application do not constitute a specific limitation on the second electronic device 200 and the first electronic device 100 .
  • the second electronic device 200 and the first electronic device 100 may include more or less components than those shown in the figure, or combine some components, or separate some components, or different components layout.
  • the illustrated components may be implemented in hardware, software, or a combination of software and hardware.
  • the first electronic device 100 may not include the mobile communication module 150, the SIM card interface 195, and the like.
  • the processor 110 may include one or more processing units, for example, the processor 110 may include an application processor (application processor, AP), a modem processor, a graphics processor (graphics processing unit, GPU), an image signal processor (image signal processor, ISP), controller, video codec, digital signal processor (digital signal processor, DSP), baseband processor, and/or neural-network processing unit (neural-network processing unit, NPU), etc. Wherein, different processing units may be independent devices, or may be integrated in one or more processors.
  • application processor application processor, AP
  • modem processor graphics processor
  • ISP image signal processor
  • controller video codec
  • digital signal processor digital signal processor
  • baseband processor baseband processor
  • neural-network processing unit neural-network processing unit
  • the controller can generate an operation control signal according to the instruction operation code and timing signal, and complete the control of fetching and executing instructions.
  • a memory may also be provided in the processor 110 for storing instructions and data.
  • the memory in processor 110 is cache memory. This memory may hold instructions or data that have just been used or recycled by the processor 110 . If the processor 110 needs to use the instruction or data again, it can be called directly from the memory. Repeated accesses are avoided and the latency of the processor 110 is reduced, thereby increasing the efficiency of the system.
  • the processor 110 may include one or more interfaces.
  • the interface may include an integrated circuit (inter-integrated circuit, I2C) interface, an integrated circuit built-in audio (inter-integrated circuit sound, I2S) interface, a pulse code modulation (pulse code modulation, PCM) interface, a universal asynchronous transceiver (universal asynchronous transmitter) receiver/transmitter, UART) interface, mobile industry processor interface (MIPI), general-purpose input/output (GPIO) interface, subscriber identity module (SIM) interface, and / or universal serial bus (universal serial bus, USB) interface, etc.
  • I2C integrated circuit
  • I2S integrated circuit built-in audio
  • PCM pulse code modulation
  • PCM pulse code modulation
  • UART universal asynchronous transceiver
  • MIPI mobile industry processor interface
  • GPIO general-purpose input/output
  • SIM subscriber identity module
  • USB universal serial bus
  • the I2C interface is a bidirectional synchronous serial bus that includes a serial data line (SDA) and a serial clock line (SCL).
  • the processor 110 may contain multiple sets of I2C buses.
  • the processor 110 can be respectively coupled to a touch sensor, a charger, a flash, a camera 193 and the like through different I2C bus interfaces.
  • the processor 110 can couple the touch sensor through the I2C interface, so that the processor 110 and the touch sensor communicate through the I2C bus interface, so as to realize the touch function of the first electronic device 100 and the second electronic device 200 .
  • the MIPI interface can be used to connect the processor 110 with peripheral devices such as the display screen 194 and the camera 193 .
  • MIPI interfaces include camera serial interface (CSI), display serial interface (DSI), etc.
  • the processor 110 communicates with the camera 193 through a CSI interface, so as to implement the photographing function of the first electronic device 100 and the second electronic device 200 .
  • the processor 110 communicates with the display screen 194 through the DSI interface, so as to realize the display function of the first electronic device 100 and the second electronic device 200 .
  • the second electronic device 200 projects the display content to the first electronic device 100, and the first electronic device 100 communicates with the processor and the display screen through the DSI interface to display the projection content.
  • the first electronic device 100 determines that the touch operation is located in the screen projection area, and sends the touch event to the second electronic device 200 .
  • the screen projection area is used to display the screen projection content of the second electronic device 200 .
  • the second electronic device 200 can determine the type of the touch event and perform a corresponding operation.
  • the USB interface 130 is an interface that conforms to the USB standard specification, and may specifically be a Mini USB interface, a Micro USB interface, a USB Type C interface, and the like.
  • the USB interface 130 can be used to connect a charger to charge the first electronic device 100 and the second electronic device 200 , and can also be used to transmit data between the first electronic device 100 and the second electronic device 200 and peripheral devices. It can also be used to connect headphones to play audio through the headphones.
  • the interface can also be used to connect other electronic devices, such as AR devices.
  • the interface connection relationship between the modules illustrated in the embodiments of the present application is only a schematic illustration, and does not constitute a structural limitation on the first electronic device 100 and the second electronic device 200 .
  • the first electronic device 100 and the second electronic device 200 may also adopt different interface connection manners in the foregoing embodiments, or a combination of multiple interface connection manners.
  • the charging management module 140 is used to receive charging input from the charger.
  • the charger may be a wireless charger or a wired charger.
  • the charging management module 140 may receive charging input from the wired charger through the USB interface 130 .
  • the charging management module 140 may receive wireless charging input through the wireless charging coils of the first electronic device 100 and the second electronic device 200. While the charging management module 140 charges the battery 142 , it can also supply power to the electronic device through the power management module 141 .
  • the power management module 141 is used for connecting the battery 142 , the charging management module 140 and the processor 110 .
  • the power management module 141 receives input from the battery 142 and/or the charging management module 140, and supplies power to the processor 110, the internal memory 121, the display screen 194, the camera 193, and the wireless communication module 160.
  • the power management module 141 can also be used to monitor parameters such as battery capacity, battery cycle times, battery health status (leakage, impedance).
  • the power management module 141 may also be provided in the processor 110 .
  • the power management module 141 and the charging management module 140 may also be provided in the same device.
  • the wireless communication function between the first electronic device 100 and the second electronic device 200 may be implemented by antenna 1, antenna 2, mobile communication module 150, wireless communication module 160, modem processor and baseband processor.
  • Antenna 1 and Antenna 2 are used to transmit and receive electromagnetic wave signals.
  • Each antenna in the first electronic device 100 and the second electronic device 200 may be used to cover a single or multiple communication frequency bands. Different antennas can also be reused to improve antenna utilization.
  • the antenna 1 can be multiplexed as a diversity antenna of the wireless local area network. In other embodiments, the antenna may be used in conjunction with a tuning switch.
  • the mobile communication module 150 may provide a wireless communication solution including 2G/3G/4G/5G, etc. applied on the first electronic device 100 and the second electronic device 200 .
  • the mobile communication module 150 may include at least one filter, switch, power amplifier, low noise amplifier (LNA) and the like.
  • the mobile communication module 150 can receive electromagnetic waves from the antenna 1, filter and amplify the received electromagnetic waves, and transmit them to the modulation and demodulation processor for demodulation.
  • the mobile communication module 150 can also amplify the signal modulated by the modulation and demodulation processor, and then turn it into an electromagnetic wave for radiation through the antenna 1 .
  • at least part of the functional modules of the mobile communication module 150 may be provided in the processor 110 .
  • at least part of the functional modules of the mobile communication module 150 may be provided in the same device as at least part of the modules of the processor 110 .
  • the wireless communication module 160 can provide wireless local area networks (wireless local area networks, WLAN) (such as wireless fidelity (Wi-Fi) networks), Bluetooth ( bluetooth, BT), global navigation satellite system (GNSS), frequency modulation (FM), near field communication (NFC), infrared technology (infrared, IR) and other wireless communication solution.
  • the wireless communication module 160 may be one or more devices integrating at least one communication processing module.
  • the wireless communication module 160 receives electromagnetic waves via the antenna 2 , frequency modulates and filters the electromagnetic wave signals, and sends the processed signals to the processor 110 .
  • the wireless communication module 160 can also receive the signal to be sent from the processor 110 , perform frequency modulation on it, amplify it, and convert it into electromagnetic waves for radiation through the antenna 2 .
  • the first electronic device 100 is coupled with the antenna 1 and the mobile communication module 150 of the second electronic device 200, and the antenna 2 is coupled with the wireless communication module 160, so that the first electronic device 100 and the second electronic device 200 can pass through Wireless communication technology communicates with networks and other devices.
  • the wireless communication technologies may include global system for mobile communications (GSM), general packet radio service (GPRS), code division multiple access (CDMA), broadband Code Division Multiple Access (WCDMA), Time Division Code Division Multiple Access (TD-SCDMA), Long Term Evolution (LTE), BT, GNSS, WLAN, NFC , FM, and/or IR technology, etc.
  • the GNSS may include global positioning system (global positioning system, GPS), global navigation satellite system (global navigation satellite system, GLONASS), Beidou navigation satellite system (beidou navigation satellite system, BDS), quasi-zenith satellite system (quasi -zenith satellite system, QZSS) and/or satellite based augmentation systems (SBAS).
  • global positioning system global positioning system, GPS
  • global navigation satellite system global navigation satellite system, GLONASS
  • Beidou navigation satellite system beidou navigation satellite system, BDS
  • quasi-zenith satellite system quadsi -zenith satellite system, QZSS
  • SBAS satellite based augmentation systems
  • the first electronic device 100 and the second electronic device 200 implement a display function through a GPU, a display screen 194, an application processor, and the like.
  • the GPU is a microprocessor for image processing, and is connected to the display screen 194 and the application processor.
  • the GPU is used to perform mathematical and geometric calculations for graphics rendering.
  • Processor 110 may include one or more GPUs that execute program instructions to generate or alter display information.
  • Display screen 194 is used to display images, videos, and the like.
  • Display screen 194 includes a display panel.
  • the display panel can be a liquid crystal display (LCD), an organic light-emitting diode (OLED), an active-matrix organic light-emitting diode or an active-matrix organic light-emitting diode (active-matrix organic light).
  • LED liquid crystal display
  • AMOLED organic light-emitting diode
  • FLED flexible light-emitting diode
  • Miniled MicroLed, Micro-oLed, quantum dot light-emitting diode (quantum dot light emitting diodes, QLED) and so on.
  • the first electronic device 100 and the second electronic device 200 may include one or N display screens 194 , where N is a positive integer greater than one.
  • Camera 193 is used to capture still images or video.
  • the object is projected through the lens to generate an optical image onto the photosensitive element.
  • the photosensitive element may be a charge coupled device (CCD) or a complementary metal-oxide-semiconductor (CMOS) phototransistor.
  • CMOS complementary metal-oxide-semiconductor
  • the photosensitive element converts the optical signal into an electrical signal, and then transmits the electrical signal to the ISP to convert it into a digital image signal.
  • the ISP outputs the digital image signal to the DSP for processing.
  • DSP converts digital image signals into standard RGB, YUV and other formats of image signals.
  • the first electronic device 100 and the second electronic device 200 may include one or N cameras 193 , where N is a positive integer greater than one.
  • the external memory interface 120 may be used to connect an external memory card, such as a MicroSD card, to expand the storage capacity of the first electronic device 100 and the second electronic device 200 .
  • the external memory card communicates with the processor 110 through the external memory interface 120 to realize the data storage function. For example to save files like music, video etc in external memory card.
  • Internal memory 121 may be used to store computer executable program code, which includes instructions.
  • the internal memory 121 may include a storage program area and a storage data area.
  • the storage program area can store an operating system, an application program required for at least one function (such as a sound playback function, an image playback function, etc.), and the like.
  • the storage data area can store data (such as audio data, phone book, etc.) created during the use of the first electronic device 100 and the second electronic device 200 and the like.
  • the internal memory 121 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, universal flash storage (UFS), and the like.
  • the processor 110 executes various functional applications and data processing of the first electronic device 100 and the second electronic device 200 by executing the instructions stored in the internal memory 121 and/or the instructions stored in the memory provided in the processor.
  • the audio module 170 is used for converting digital audio information into analog audio signal output, and also for converting analog audio input into digital audio signal. Audio module 170 may also be used to encode and decode audio signals. In some embodiments, the audio module 170 may be provided in the processor 110 , or some functional modules of the audio module 170 may be provided in the processor 110 . The first electronic device 100 and the second electronic device 200 may implement audio functions through the audio module 170 and the application processor. Such as music playback, recording, etc.
  • the audio module 170 may include a speaker, a receiver, a microphone, and an earphone jack.
  • the sensor module 180 may include a pressure sensor, a gyro sensor, an air pressure sensor, a magnetic sensor, an acceleration sensor, a distance sensor, a proximity light sensor, a fingerprint sensor, a temperature sensor, a touch sensor, an ambient light sensor, a bone conduction sensor, and the like.
  • the pressure sensor is used to sense the pressure signal and can convert the pressure signal into an electrical signal.
  • a pressure sensor may be provided on the display screen 194 .
  • the capacitive pressure sensor may be comprised of at least two parallel plates of conductive material. When a force is applied to the pressure sensor, the capacitance between the electrodes changes.
  • the first electronic device 100 and the second electronic device 200 determine the intensity of the pressure according to the change in capacitance.
  • a touch operation acts on the display screen 194, the first electronic device 100 and the second electronic device 200 detect the intensity of the touch operation according to the pressure sensor.
  • the first electronic device 100 and the second electronic device 200 may also calculate the touched position according to the detection signal of the pressure sensor.
  • touch operations acting on the same touch position but with different touch operation intensities may correspond to different operation instructions. For example, when a touch operation whose intensity is less than the first pressure threshold acts on the short message application icon, the instruction for viewing the short message is executed. When a touch operation with a touch operation intensity greater than or equal to the first pressure threshold acts on the short message application icon, the instruction to create a new short message is executed.
  • Touch sensor also known as "touch device”.
  • the touch sensor may be disposed on the display screen 194, and the touch sensor and the display screen 194 form a touch screen, also referred to as a "touch screen”.
  • a touch sensor is used to detect touch operations on or near it.
  • the touch sensor can pass the detected touch operation to the application processor to determine the type of touch event.
  • Visual output related to touch operations may be provided through display screen 194 .
  • the touch sensor may also be disposed on the surface of the first electronic device 100 and the second electronic device 200 , which is different from the position where the display screen 194 is located.
  • the keys 190 include a power-on key, a volume key, and the like. Keys 190 may be mechanical keys. It can also be a touch key.
  • the first electronic device 100 and the second electronic device 200 can receive key input, and generate key signal input related to user settings and function control of the first electronic device 100 and the second electronic device 200 .
  • Motor 191 can generate vibrating cues.
  • the motor 191 can be used for vibrating alerts for incoming calls, and can also be used for touch vibration feedback.
  • touch operations acting on different applications can correspond to different vibration feedback effects.
  • the motor 191 can also correspond to different vibration feedback effects for touch operations on different areas of the display screen 194 .
  • the indicator 192 can be an indicator light, which can be used to indicate the charging state, the change of the power, and can also be used to indicate a message, a missed call, a notification, and the like.
  • the SIM card interface 195 is used to connect a SIM card.
  • the SIM card can be in contact with and separated from the first electronic device 100 and the second electronic device 200 by being inserted into the SIM card interface 195 or pulled out from the SIM card interface 195 .
  • the first electronic device 100 and the second electronic device 200 may support 1 or N SIM card interfaces, where N is a positive integer greater than 1.
  • the SIM card interface 195 can support Nano SIM card, Micro SIM card, SIM card and so on.
  • a tablet is used as the first electronic device 100 and a mobile phone is used as the second electronic device 200 for illustration.
  • the mobile phone and the tablet have a multi-screen collaboration function, and after the connection is established, the mobile phone can project the content displayed on the display screen to the tablet display.
  • a display area 401 is included on the tablet interface, which is used to display the content projected by the mobile phone.
  • the short message interface is displayed on the current display area 401 , that is, the mobile phone has activated the short message application, and the displayed content of the short message interface is projected to the tablet for display. In this way, the user can view the content of the mobile phone short messages in the process of operating the tablet.
  • the touch event is packaged and sent to the mobile phone for processing.
  • the current touch operation is the operation of the user clicking on the link 41 included in the content of the short message
  • the mobile phone can display the content coordinates of the screen projection area 401 according to the preset coordinates of the content displayed on the display screen of the mobile phone.
  • the current touch operation is used to instruct to start the browser application to open the content corresponding to the link.
  • the mobile phone starts the browser application to display the content corresponding to the link, and then projects the content displayed on the browser interface to the tablet for display.
  • the screen projection area 402 on the tablet display screen displays the content displayed by the browser interface projected by the mobile phone.
  • the display content of the screen projected by the mobile phone can be directly received.
  • the content displayed on the screen needs to be encoded and decoded by the mobile phone and the tablet before it can be displayed in the screen projection area on the tablet, which reduces the efficiency of interactive display, makes it difficult to achieve the best display effect, and affects the user experience.
  • the mobile phone receives the touch event sent by the tablet, it needs to complete the function jump locally, and after determining the content displayed on the page, the content displayed on the page is sent to the tablet for display, resulting in a large delay in user operations.
  • the embodiment of the present application provides a function jump method, the target device can directly open the local target application after detecting the user's operation on the screen projection area, display the target function page, reduce the function jump delay, and improve the display effect.
  • a connection is established between the mobile phone and the tablet, the mobile phone can project the local display content to the tablet for display, and the tablet can receive the user's operation on the displayed content of the mobile phone and perform corresponding response actions.
  • the mobile phone projects the display content on the display screen interface 501 to the display area 502 on the tablet for display.
  • the tablet can detect the user's operation on the display area 502 to display the content on the mobile phone, and can also detect the user's operation on the display area 503 to display the content on the tablet. For example, in response to the user's drag operation on the file on the display area, the tablet drags the mobile phone file displayed on the display area 502 to the display area 503 for display, or drags the file displayed on the display area 503 to the display area 502 displayed on the .
  • the system-integrated functions may be, for example, system-level function applications installed on the mobile phone, but usually do not appear in the form of independent installation package applications.
  • the phone can generate a query message that instructs the tablet to determine whether it has the app installed.
  • the query message may be, for example, a package management query message, which is used to query the package information of the application installed in the tablet, so as to trigger the tablet to determine whether the target application is locally installed.
  • the tablet After receiving the package management query message sent by the mobile phone, the tablet queries the local application package information. If the target application is installed locally, the target application is started, and the target function page corresponding to the touch operation is displayed. If the target application is not installed locally, a query failure response is sent to the mobile phone, and the mobile phone starts the target application based on the query failure response, and projects the target function page to the tablet for display.
  • the package information includes one or more of the package name, component name, and component configuration of the locally installed application.
  • the package name is, for example, the application name, which can be used as the unique identifier of the application to distinguish different applications.
  • the component name is, for example, the name of the component contained in the application.
  • the component configuration is, for example, an action that the component can respond to, for example, including the operation name, data, and category/type, such as the action contained in the text editor that the component can respond to includes sending (ie, the action name) text data (ie, data),
  • the corresponding category is the default category.
  • the touch event is used to explain the operation of the user's finger or stylus on the touch screen (or display screen). For example, the touch event includes three stages of touch events based on the start, movement and end of the touch operation detected on the touch screen of the tablet. All the touch points obtained in the three stages are packaged and sent to the mobile phone.
  • the local application can be directly activated to realize function jumping.
  • the tablet receives the screencast content sent by the mobile phone, which can effectively reduce the delay of function jumping, improve the interactive display efficiency, and achieve a better display effect.
  • the tablet displays the screencast content of the mobile phone short message application interface on the display area 502 , and after detecting the user's touch operation on the display area 502 , the touch event is packaged and sent to the mobile phone.
  • the mobile phone determines that the touch operation is an operation of clicking the link 51, which is used to instruct to start the browser and display the function page corresponding to the link, and then sends a query message to the tablet to check whether a browser application is installed in the tablet.
  • the tablet queries the local package information, and if it is determined that the local package information includes the browser application package name, it is determined that the browser application is locally installed.
  • a browser icon is displayed on the display area 503 , that is, it is determined that a browser application is installed locally.
  • the tablet directly starts the local browser application and opens the function page corresponding to the link.
  • the function page corresponding to the link 51 is displayed on the display area 601 , so that the function jump is started locally, which can effectively improve the function jump efficiency.
  • the tablet still displays the original function page (ie, the page of the SMS application) on the display area 701 , and displays the new function page (ie, the page of the browser application) on the display area 702 .
  • the tablet uses the entire display area of the display screen to display the new function page. In this way, a larger display area can obtain a better display effect, which is convenient for the user to operate.
  • the tablet detects the user's operation of closing the new function page, such as after detecting the operation of clicking the control 81, the new function page is closed, and the tablet displays the interface as shown in FIG. 5, and the interface may include a display showing the original function page. area 502.
  • the touch operation detected by the tablet may be the above-mentioned operation of instructing to jump to a new application, or may be an operation of instructing to jump to a new function in the same application.
  • the display area 901 of the tablet displays the WeChat screen projected by the mobile phone
  • the application interface displays the content.
  • the tablet detects the user's touch operation on the area 901
  • the package touch event is sent to the mobile phone.
  • the mobile phone receives the touch event, it determines that the touch operation is an operation of clicking the control 91, which is used to instruct the display of the payment function page, and then sends a query message to the tablet to check whether WeChat is installed in the tablet.
  • the application can realize the payment function.
  • the tablet After receiving the query message, the tablet queries the local package information. For example, it is determined that the local package information contains WeChat. Application package name, WeChat Payment function components and corresponding component configuration. As shown in (a) of FIG. 9 , WeChat is displayed on the display area 902 icon 92, start local WeChat application, and as shown in (b) of FIG. 9 , jumps to the payment function, and displays the payment function page in the display area 903 . In the scenario shown in Figure 9 above, the tablet displays WeChat before and after the function jump. The function page of the function included in the application, but the display content before the function jump is the screen projection content of the mobile phone, and the display content after the function jump is the display content obtained after the local application is started.
  • WeChat is displayed on the display area 902 icon 92, start local WeChat application, and as shown in (b) of FIG. 9 , jumps to the payment function, and displays the payment function page in the display area 903 .
  • the tablet displays WeChat before
  • the tablet can also obtain the layout information of the projected content while obtaining the projected content. Then, after detecting the user's touch operation on the projected area, the tablet can directly determine the indication content of the touch operation. , there is no need to send touch events back to the mobile phone for processing.
  • the tablet detects the user's touch operation on the display area 502, and determines that the touch operation is an operation of clicking on the link 51 according to the layout information of the projected screen content, then directly performs a local package information query, and determines. Whether a browser application for opening links is installed locally. Further, if the tablet determines that the target application (ie, the browser application) is not installed locally or the target function cannot be implemented, the touch operation is encapsulated as a touch event and sent to the mobile phone for processing, and a packet information query failure signal is carried. Then, the mobile phone can directly start the corresponding function page to perform screen projection according to the touch event, without having to send a query message to the tablet.
  • the target application ie, the browser application
  • the tablet detects a touch operation on the screen projection area, it does not need to perform signal interaction with the mobile phone, and can directly query the package information, further improving the efficiency of function jumping.
  • the mobile phone and the tablet are synchronous screencasting. After the function jumps, the content displayed in the screencasting area of the tablet is synchronized with the content displayed on the mobile phone.
  • the tablet starts the target application locally, and after displaying the target function page, the mobile phone also synchronously starts the target application locally and displays the target function page. Therefore, when the user needs to use the mobile phone to directly view the target function page, there is no need to open the target function, thereby improving the user experience.
  • the tablet directly queries the package information according to the layout information, after the tablet finds that the target application is installed locally, it still needs to send the touch event to the mobile phone, so that the mobile phone can start the target application and display the target function page synchronously.
  • the general user needs to continue to operate on the tablet side, and the mobile phone does not need to synchronously display the target function page, which saves the power consumption of the mobile phone.
  • the mobile phone can obtain the application information list on the tablet side, so after receiving the touch event sent by the tablet, the mobile phone does not need to send a query message to the tablet, but directly uses the application information list to determine whether there is any software installed in the tablet. the corresponding target application. If the mobile phone determines that the target application is installed in the tablet, the mobile phone sends the target application startup instruction to the tablet. Correspondingly, after receiving the target application start instruction, the tablet starts the corresponding target application. Further, the target application startup instruction may also carry target function information. After receiving the target application startup instruction, the tablet starts the target application and displays the target function page. Optionally, after establishing a connection with the mobile phone, the tablet sends local application information list information to the mobile phone. Alternatively, after receiving the screencast content sent by the mobile phone, the tablet sends a local application information list to the mobile phone.
  • the mobile phone obtains the application information list on the tablet side before performing screen projection, and can directly determine whether the target application corresponding to the content to be projected is installed on the tablet. It directly instructs the tablet to start the corresponding target application. Therefore, the tablet can obtain the best display effect at the beginning of multi-screen collaboration.
  • the mobile phone is casting WeChat Before displaying the content on the application page, make sure that WeChat is installed on the tablet according to the application information list on the tablet side. application, instruct the tablet to directly launch WeChat application, the interface shown in Figure 9 (a) is displayed. At this time, the WeChat displayed in the display area 901
  • the application display content is the local display content, rather than the screen-cast display content, so as to provide users with a better display effect.
  • the number of mobile phones is 1 for description.
  • the number of electronic devices connected to the tablet may be one or more.
  • the tablet can still use the above-mentioned function jumping method, according to the touch of the projected screen content of different electronic devices. operation to start the target application locally and achieve the target function.
  • FIG. 10 shows a schematic diagram of a function jumping method provided by an embodiment of the present application. As shown in FIG. 10 , the method may include S1001-S1009:
  • the second electronic device projects the display content to the first electronic device for display.
  • a connection is established between the second electronic device and the first electronic device, and the second electronic device projects the local display content to a screen projection area on the first electronic device for display.
  • the second electronic device may also be described as a source device, the first electronic device may also be described as a target device, and the number of the second electronic devices is one or more.
  • the second electronic device projects the display content to a display area 502 on the first electronic device (such as a tablet) for display.
  • the display area 502 is a screen projection area, which is used to display the screen projection content.
  • the position of the projection area on the flat panel display can be moved.
  • the first electronic device encapsulates a touch event after detecting the user's operation in the screen projection area.
  • the first electronic device sends a touch event to the second electronic device.
  • the first electronic device determines that the touch operation is located in the projection area, and then encapsulates the touch point corresponding to the touch operation as a touch event and sends it to the first electronic device.
  • the second electronic device receives the touch event sent by the first electronic device.
  • the second electronic device determines a target application according to the touch event, and generates a query message corresponding to the target application.
  • the target application may include, for example, an application program (APP), or a system-integrated function.
  • the package information includes one or more of the package name, component name, and component configuration of the locally installed application.
  • the query message may also be described as a package management query message, which is used to instruct the first electronic device to query whether the package information of the locally installed application contains the package information of the target application.
  • the second electronic device parses the touch event and determines the target application corresponding to the touch operation.
  • the first electronic device such as a mobile phone
  • determines that the touch operation is an operation of clicking on the link 51 according to the position of the touch point packaged in the touch event
  • the target application is the browser application used to open the link.
  • the second electronic device after determining the target application, the second electronic device generates a query message for determining whether the target application is installed in the first electronic device.
  • the query message generated by the second electronic device (such as a mobile phone) is used to query the package information of the browser application.
  • the second electronic device may further determine, according to the touch event, a target function of the target application corresponding to the touch operation, and generate a query message for querying the target function. Therefore, after receiving the query message, the first electronic device can display the corresponding target function page.
  • the query message generated by the second electronic device (such as a mobile phone) is used to query WeChat Package information for the payment function of the app.
  • the query message also carries indication information corresponding to the touch operation.
  • the query message also carries link information corresponding to the link 51 , so that after the first electronic device (eg, tablet) starts the browser subsequently, the corresponding web page can be opened according to the link information.
  • the second electronic device sends a query message to the first electronic device.
  • the second electronic device after generating the query message, sends the query message to the first electronic device.
  • the first electronic device receives the query message sent by the second electronic device.
  • the first electronic device determines whether the target application is installed locally. If yes, that is, the target application is installed locally, then step S1007 is performed; if not, that is, the target application is not installed locally, then step S1008 is performed.
  • the first electronic device after receiving the query message, parses the query message to determine whether the corresponding package information is stored locally.
  • the first electronic device starts the target application and displays the corresponding function page.
  • the first electronic device if it locally queries the package information of the target application, it starts the target application and displays the target function page.
  • the first electronic device determines that a browser application is installed locally, then starts the local browser application, opens the page corresponding to the link and displays it on the display area 601. to display.
  • the first electronic device determines that WeChat is installed locally application, start WeChat application.
  • the payment function page is displayed instead of starting WeChat. The default main interface after application.
  • the local application can be directly activated to realize function jumping.
  • the first electronic device receives the screencast content sent by the second electronic device, which can effectively reduce the function jump delay and improve the display quality.
  • the first electronic device sends a query failure response to the second electronic device.
  • the first electronic device if the first electronic device fails to query the package information of the target application, it determines that the target application is not installed locally, and sends a query failure response to the second electronic device. Correspondingly, the second electronic device receives the query failure response sent by the first electronic device.
  • the second electronic device starts the target application, and sends the new screen projection content to the first electronic device.
  • the second electronic device determines that the target application is not installed in the first electronic device, and starts the target application or starts the target function in the activated target application, and changes the target application to the target application.
  • the function page is sent to the first electronic device for screen projection display.
  • the second electronic device can also perform the steps and functions performed by the mobile phone in the above embodiments
  • the first electronic device can also perform the steps and functions performed by the tablet in the above embodiments, so as to realize the function jump provided by the above embodiments. method.
  • the first electronic device can obtain the layout information of the projected screen content, and after detecting an operation on the projected screen content, it can directly determine whether there is a corresponding target application locally according to the layout information.
  • FIG. 11 is a schematic diagram of another function jumping method provided by an embodiment of the present application. As shown in FIG. 11 , the method may include S1101-S1107:
  • the second electronic device projects the display content to the first electronic device for display.
  • step S1101 For the relevant content of step S1101, reference may be made to the relevant description of the above-mentioned step S1001, which will not be repeated here.
  • the first electronic device acquires the display content layout information of the second electronic device.
  • the first electronic device after receiving the screencast content, can acquire layout information of the screencast content. For example, after obtaining the screencast content, the first electronic device sends a layout information request to the second electronic device, requesting to download the layout information of the screencast content. For another example, the second electronic device sends layout information during the process of sending the screencast content to the first electronic device.
  • This embodiment of the present application does not specifically limit the sending order of the screen projection content and the layout information of the screen projection content.
  • the layout information of the screen projection content is used to describe the layout information of the function controls in the screen projection content, so that after detecting the touch operation, the first electronic device can determine the function control corresponding to the touch operation according to the layout information, that is, determine the touch operation. corresponding instructions.
  • the first electronic device After detecting the user's operation in the screen projection area, the first electronic device determines a target application corresponding to the operation according to the layout information.
  • the first electronic device determines a target application corresponding to the touch operation according to the layout information. Further, the first electronic device may also determine the target function of the target application corresponding to the touch operation according to the layout information.
  • the first electronic device may further request the second electronic device to download layout information after detecting the user's operation in the screen projection area.
  • the first electronic device can directly determine the target application corresponding to the touch operation locally according to the layout information, thereby improving the efficiency of determining whether the target application is installed locally.
  • the first electronic device determines whether the target application is installed locally. If yes, that is, the target application is installed locally, then step S1105 is executed; if not, that is, the target application is not installed locally, then step S1106 is executed.
  • the first electronic device starts the target application and displays the corresponding function page.
  • the first electronic device sends a screen projection request to the second electronic device.
  • the screen projection request carries the target application and/or target function information, which is used to request the second electronic device to send the display content of the function page corresponding to the touch operation.
  • the second electronic device starts the target application, and sends the new screen projection content to the first electronic device.
  • steps S1104-S1107 for other contents of steps S1104-S1107, reference may be made to the relevant descriptions of the above-mentioned steps S1006-S1009, which will not be repeated here.
  • the second electronic device can also perform the steps and functions performed by the mobile phone in the above embodiments
  • the first electronic device can also perform the steps and functions performed by the tablet in the above embodiments, so as to realize the function jump provided by the above embodiments. method.
  • the function jumping method provided by the embodiment of the present application has been described in detail above with reference to FIG. 10 and FIG. 11 .
  • the function jumping device provided by the embodiment of the present application will be described in detail below with reference to FIG. 12 and FIG. 13 .
  • FIG. 12 is a schematic structural diagram of a first electronic device provided by an embodiment of the present application.
  • the first electronic device 1200 may be the electronic device itself, a functional unit or chip in the electronic device, or a device matched with the electronic device as the function jumping device.
  • the first electronic device 1200 may include: a processing module 1201 and a transceiver module 1202 .
  • the first electronic device 1200 may be used to implement the functions of the first electronic device (ie, the target device) involved in the foregoing method embodiments.
  • the processing module 1201 is configured to support the first electronic device 1200 to perform steps S1002, S1006 and S1007 in FIG. 10; and/or, support the first electronic device 1200 to perform steps S1103 and S1104 in FIG. 11 and step S1105.
  • the transceiver module 1202 is configured to support the first electronic device 1200 to perform step S1001, step S1003, step S1005 and step S1008 in FIG. 10; and/or, support the first electronic device 1200 to perform step S1101 in FIG. 11 , step S1102 and step S1106.
  • the transceiver module may include a receiving module and a transmitting module, which may be implemented by a transceiver or a circuit component related to the transceiver, and may be a transceiver or a transceiver unit.
  • the operations and/or functions of each module in the first electronic device 1200 are respectively in order to implement the corresponding processes of the function jumping method described in the above method embodiments, all relevant contents of the steps involved in the above method embodiments can be cited in The functional description of the corresponding functional module is omitted here for brevity.
  • the first electronic device 1200 shown in FIG. 12 may further include a storage module (not shown in FIG. 12 ), where programs or instructions are stored in the storage module.
  • a storage module not shown in FIG. 12
  • programs or instructions are stored in the storage module.
  • the processing module 1201 and the transceiver module 1202 execute the program or instruction
  • the first electronic device 1200 shown in FIG. 12 can execute the function jumping method described in the above method embodiments.
  • FIG. 13 is a schematic structural diagram of a second electronic device provided by an embodiment of the present application.
  • the second electronic device 1300 may be the electronic device itself, a functional unit or chip in the electronic device, or a device matched with the electronic device as the function jumping device.
  • the second electronic device 1300 may include: a processing module 1301 and a transceiver module 1302 .
  • the second electronic device 1300 may be used to implement the functions of the second electronic device (ie, the source device) involved in the above method embodiments.
  • the processing module 1301 is configured to support the second electronic device 1300 to perform steps S1004 and S1009 in FIG. 10 ; and/or, support the second electronic device 1300 to perform step S1107 in FIG. 11 .
  • the transceiver module 1302 is configured to support the second electronic device 1300 to perform step S1001, step S1003, step S1005 and step S1008 in FIG. 10; and/or, support the second electronic device 1300 to perform step S1101 in FIG. 11 , step S1102 and step S1106.
  • the transceiver module may include a receiving module and a transmitting module, which may be implemented by a transceiver or a circuit component related to the transceiver, and may be a transceiver or a transceiver unit.
  • the operations and/or functions of each module in the second electronic device 1300 are respectively in order to implement the corresponding processes of the function jumping method described in the above method embodiments, all relevant contents of the steps involved in the above method embodiments can be cited in The functional description of the corresponding functional module is omitted here for brevity.
  • the second electronic device 1300 shown in FIG. 13 may further include a storage module (not shown in FIG. 13 ), and the storage module stores programs or instructions.
  • the processing module 1301 and the transceiver module 1302 execute the program or instruction
  • the second electronic device 1300 shown in FIG. 13 can execute the function jumping method described in the above method embodiments.
  • An embodiment of the present application further provides a chip system, including: a processor, where the processor is coupled with a memory, the memory is used to store a program or an instruction, and when the program or instruction is executed by the processor, the The chip system implements the method in any of the foregoing method embodiments.
  • the number of processors in the chip system may be one or more.
  • the processor can be implemented by hardware or by software.
  • the processor may be a logic circuit, an integrated circuit, or the like.
  • the processor may be a general-purpose processor implemented by reading software codes stored in memory.
  • the memory may be integrated with the processor, or may be provided separately from the processor, which is not limited in this embodiment of the present application.
  • the memory may be a non-transitory processor, such as a read-only memory ROM, which may be integrated with the processor on the same chip, or may be provided on different chips.
  • the arrangement of the memory and the processor is not particularly limited.
  • the system-on-chip may be a field programmable gate array (FPGA), an application specific integrated circuit (ASIC), or a system on chip (SoC), It can also be a central processing unit (CPU), a network processor (NP), a digital signal processing circuit (DSP), or a microcontroller (microcontroller).
  • controller unit, MCU it can also be a programmable logic device (PLD) or other integrated chips.
  • each step in the above method embodiments may be implemented by a hardware integrated logic circuit in a processor or an instruction in the form of software.
  • the method steps disclosed in conjunction with the embodiments of the present application may be directly embodied as being executed by a hardware processor, or executed by a combination of hardware and software modules in the processor.
  • Embodiments of the present application also provide a storage medium for storing instructions used by the above-mentioned communication apparatus.
  • Embodiments of the present application further provide a computer-readable storage medium, where computer instructions are stored in the computer-readable storage medium.
  • the computer instructions When the computer instructions are executed on an electronic device, the electronic device executes the above-mentioned related method steps to achieve the above-mentioned embodiments. function jump method.
  • Embodiments of the present application further provide a computer program product, which, when the computer program product runs on a computer, causes the computer to execute the above-mentioned relevant steps, so as to realize the function jumping method in the above-mentioned embodiment.
  • an embodiment of the present application further provides an apparatus, the apparatus may specifically be a component or a module, and the apparatus may include one or more processors and a memory connected to each other; wherein, the memory is used to store computer programs, and one or more computer programs Programs include instructions. When the instruction is executed by one or more processors, it causes the apparatus to execute the function jumping method in the above method embodiments.
  • the devices, computer-readable storage media, computer program products or chips provided in the embodiments of the present application are all used to execute the corresponding methods provided above. Therefore, for the beneficial effects that can be achieved, reference may be made to the above-provided methods. The beneficial effects in the corresponding method will not be repeated here.
  • the steps of the method or algorithm described in conjunction with the disclosure of the embodiments of this application may be implemented in a hardware manner, or may be implemented in a manner in which a processor executes software instructions.
  • Software instructions can be composed of corresponding software modules, and software modules can be stored in random access memory (RAM), flash memory, read only memory (ROM), erasable programmable read only memory (erasable programmable ROM, EPROM), electrically erasable programmable read-only memory (electrically EPROM, EEPROM), registers, hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium well known in the art.
  • An exemplary storage medium is coupled to the processor, such that the processor can read information from, and write information to, the storage medium.
  • the storage medium can also be an integral part of the processor.
  • the processor and storage medium may reside in an application specific integrated circuit (ASIC).
  • ASIC application specific integrated circuit
  • the disclosed method may be implemented in other manners.
  • the device embodiments described above are only illustrative.
  • the division of the modules or units is only a logical function division. In actual implementation, there may be other division methods.
  • multiple units or components may be Combinations can either be integrated into another system, or some features can be omitted, or not implemented.
  • the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of modules or units, and may be in electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution in this embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically alone, or two or more units may be integrated into one unit.
  • the above-mentioned integrated units may be implemented in the form of hardware, or may be implemented in the form of software functional units.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as an independent product, may be stored in a computer-readable storage medium.
  • the technical solutions of the present application can be embodied in the form of software products in essence, or the parts that contribute to the prior art, or all or part of the technical solutions, and the computer software products are stored in a storage medium , including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor (processor) to execute all or part of the steps of the methods described in the various embodiments of the present application.
  • the aforementioned storage medium includes: U disk, mobile hard disk, read-only memory (ROM), random access memory (RAM), magnetic disk or optical disk and other media that can store program codes .

Abstract

本申请提供功能跳转方法及电子设备;涉及终端技术领域,能够响应于用户在投屏区域上的触摸操作,直接启动本地安装的该触摸操作对应的目标应用,实现对应的功能的跳转,提升显示效果,并降低时延。该方法包括:电子设备在检测到用户在投屏区域上的触摸操作后,确定本地安装有触摸操作请求启动的目标应用,则启动目标应用,并显示触摸操作请求的目标应用的目标功能页面。

Description

功能跳转方法及电子设备
本申请要求于2021年04月25日提交国家知识产权局、申请号为202110448679.0、发明名称为“功能跳转方法及电子设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请实施例涉及终端技术领域,尤其涉及一种功能跳转方法及电子设备。
背景技术
随着终端技术的发展,具有多屏协同功能的电子设备(如手机,平板,笔记本电脑等)能够实现跨设备资源共享。例如,如图1所示,手机与平板连接,手机能够将屏幕显示内容投屏至平板上进行显示。并且,响应于用户操作,手机与平板之间能够实现快速传输数据,进而用户操作一台电子设备即可控制建立连接的至少两台电子设备,便于用户操作。
示例性的,如图1所示,平板检测到用户在用于显示手机投屏内容的投屏区域上的触摸操作(如点击应用程序图标101的操作)后,将该触摸事件发送至手机。手机确定当前触摸事件用于打开备忘录,则打开备忘录,并将备忘录界面的显示内容投屏至平板显示屏上的投屏区域进行显示,实现在投屏区域上启动新应用(即功能跳转)。可见,在上述多屏协同操作的过程中,均需源设备(如手机)将功能页面投屏至目标设备(如平板)上进行显示,目标设备响应用户触摸操作的时延较长,且显示效果较差。
发明内容
本申请实施例提供的功能跳转方法及电子设备,在目标设备安装有目标应用时,能够响应于用户在投屏区域上的操作,直接启动目标设备中安装的目标应用,实现对应的功能的跳转,提升显示效果,并降低时延。
为达到上述目的,本申请实施例采用如下技术方案:
第一方面,本申请实施例提供一种功能跳转方法,应用于第一电子设备,该方法可以包括:检测用户在第一投屏区域上的触摸操作。确定本地安装有触摸操作请求启动的目标应用。启动目标应用,并显示触摸操作请求的目标应用的目标功能页面。
其中,目标应用例如可以包括安装的应用程序,或者系统集成的功能。安装的应用程序例如可以是预装应用程序或第三方应用程序等,通常为桌面可见的应用。系统集成的功能例如可以是手机安装的系统级功能应用,但通常不是以独立的安装包应用程序的形式出现。
如此,电子设备在检测到对投屏内容的触摸操作后,若本地安装有触摸操作请求启动的目标应用,能够直接在本地启动目标应用,显示目标功能页面,快速实现功能跳转。从而能够提升功能跳转效率,并且在本地启动目标应用进行显示的显示效果能够优于显示接收到的投屏内容的显示效果,提升用户使用体验。
在一种可能的实现方式中,确定本地安装有触摸操作请求启动的目标应用,包括:检测到用户在第一投屏区域上的触摸操作后,向第二电子设备发送触摸操作对应的触摸事件。接收第二电子设备发送的查询消息,查询消息用于查询触摸操作请求启动的目标应用的包信息。根据确定本地保存有目标应用的包信息,确定本地安装有目标应用。
其中,包信息包含本地安装应用的包名、组件名、组件配置中的一项或几项内容。包名例如为应用名称,可以作为应用的唯一标识,用于区分不同的应用。组件名例如为应用中包含的组件的名称。组件配置例如为组件能够响应的动作(action),例如包括操作名称、数据以及类别/类型,如文本编辑器中包含的组件能够响应的action包括发送(即操作名称)文本数据(即数据),对应类别为默认类别。触摸事件用于解释用户手指或触控笔在触摸屏(或显示屏)上的操作,例如,触摸事件包括基于平板触摸屏上检测到的触摸操作的开始、移动以及结束三个阶段的触摸事件,平板将三个阶段获得的所有触摸点进行封装后,发送至第二电子设备。
示例性的,第一电子设备在显示区域上显示第二电子设备短信应用界面的投屏内容,检测到用户在显示区域上的触摸操作后,封装触摸事件发送至第二电子设备。第二电子设备接收到触摸事件后,确定触摸操作为点击短信应用界面上显示的链接的操作,用于指示启动浏览器,显示链接对应的功能页面,则向第一电子设备发送查询消息,查询第一电子设备内是否安装有浏览器应用。第一电子设备接收到查询消息后,查询本地包信息,如确定本地包信息中包含浏览器应用包名,则确定本地安装有浏览器应用。之后,第一电子设备直接启动本地浏览器应用,打开链接对应的功能页面。在显示区域上显示链接对应的功能页面,如此在本地启动功能跳转,能够有效提高功能跳转效率。
在一种可能的实现方式中,在确定本地安装有触摸操作请求启动的目标应用之前,方法还包括:获取第一投屏区域显示的投屏内容的布局信息。确定本地安装有触摸操作请求启动的目标应用,包括:根据布局信息,确定触摸操作请求启动的目标应用;根据确定本地保存有目标应用的包信息,确定本地安装有目标应用。
在一些实施例中,第一电子设备在获得投屏内容的同时,还能够获得投屏内容的布局信息,那么第一电子设备在检测到用户在投屏区域上的触摸操作后,能够直接确定触摸操作的指示内容,不必再回传触摸事件至第二电子设备进行处理。
示例性的,第一电子设备检测到用户在显示区域上的触摸操作,根据投屏内容的布局信息,确定触摸操作为点击短信应用界面上的链接的操作,则直接进行本地包信息查询,确定本地是否安装有用于打开链接的浏览器应用。进一步的,若第一电子设备确定本地未安装目标应用(即浏览器应用)或不能实现目标功能,则再将触摸操作封装为触摸事件发送至第二电子设备处理,并携带包信息查询失败信号。那么,之后第二电子设备能够直接根据触摸事件启动相应的功能页面进行投屏,而不必再向第一电子设备发送查询消息。
如此,第一电子设备检测到在投屏区域上的触摸操作后,不必再与第二电子 设备进行信号交互,能够直接进行包信息查询,进一步提升功能跳转效率。
在一种可能的实现方式中,在检测用户在第一投屏区域上的触摸操作之前,方法还包括:接收第二电子设备发送的投屏内容,并在第一投屏区域上显示投屏内容。
在一些实施例中,第二电子设备与第一电子设备之间建立连接,第二电子设备将本地显示内容投屏至第一电子设备上的投屏区域进行显示。其中,第二电子设备也可以描述为源设备,第一电子设备也可以描述为目标设备,第二电子设备的数量为一个或多个。
在一种可能的实现方式中,投屏内容对应的应用与目标应用相同或不相同。
在一些实施例中,触摸操作用于请求启动新的目标应用,则目标应用与当前投屏内容对应的应用不同。或者触摸操作用于请求当前应用中包含的新的功能,则目标应用即为当前投屏内容对应的应用。
在一种可能的实现方式中,显示触摸操作请求的目标应用的目标功能页面,包括:在第一投屏区域上显示目标功能页面。或者,在第一投屏区域以外的显示区域上显示目标功能页面。或者,全屏显示目标功能页面。
在一种可能的实现方式中,第一电子设备包括一个或多个投屏区域,一个或多个投屏区域包括第一投屏区域。
示例性的,在多设备投屏场景,多个第二电子设备均可以将显示内容投屏至第一电子设备进行显示。相应的,第一电子设备显示屏包含多个投屏区域,用于显示对应的第二电子设备的投屏内容。第一电子设备在检测到用户在投屏区域上的触摸操作后,能够将触摸事件发送至该投屏区域对应的第二电子设备。
第二方面,本申请实施例提供一种功能跳转方法,应用于第二电子设备,该方法可以包括:接收第一电子设备发送的触摸事件;触摸事件为第一电子设备检测到在第一投屏区域上的触摸操作并封装触摸操作后生成的触摸事件。根据触摸事件,确定触摸操作请求启动的目标应用。向第一电子设备发送查询消息,查询消息用于请求查询第一电子设备中是否安装有目标应用。
在一种可能的实现方式中,在接收第一电子设备发送的触摸事件之前,方法还包括:向第一电子设备发送投屏内容。
在一种可能的实现方式中,投屏内容对应的应用与目标应用相同或不相同。
在一种可能的实现方式中,包信息包含目标应用的包名、组件名、组件配置中的一项或几项内容。
在一种可能的实现方式中,方法还包括:接收查询失败响应。向第一电子设备发送目标应用的目标功能页面的显示内容,目标功能页面为触摸操作请求显示的页面。
在一些实施例中,第二电子设备接收到查询失败响应后,确定第一电子设备中未安装目标应用,则需要启动目标应用,将触摸操作对应的目标功能页面投屏至第一电子设备进行显示。避免出现由于第一电子设备未安装目标应用导致的功能跳转失败问题。
此外,第二方面的功能跳转方法的技术效果可以参考第一方面的功能跳转方 法的技术效果,此处不再赘述。
第三方面,本申请实施例提供一种电子设备,包括:处理器、存储器和显示屏;存储器、显示屏与处理器耦合,存储器用于存储计算机程序代码,计算机程序代码包括计算机指令,当处理器从存储器中读取计算机指令,使得电子设备执行如下操作:检测用户在第一投屏区域上的触摸操作。确定本地安装有触摸操作请求启动的目标应用。启动目标应用,并显示触摸操作请求的目标应用的目标功能页面。
在一种可能的实现方式中,确定本地安装有触摸操作请求启动的目标应用,包括:检测到用户在第一投屏区域上的触摸操作后,向第二电子设备发送触摸操作对应的触摸事件。接收第二电子设备发送的查询消息,查询消息用于查询触摸操作请求启动的目标应用的包信息。根据确定本地保存有目标应用的包信息,确定本地安装有目标应用。
在一种可能的实现方式中,当处理器从存储器中读取计算机指令,还使得电子设备执行如下操作:获取第一投屏区域显示的投屏内容的布局信息。确定本地安装有触摸操作请求启动的目标应用,包括:根据布局信息,确定触摸操作请求启动的目标应用;根据确定本地保存有目标应用的包信息,确定本地安装有目标应用。
在一种可能的实现方式中,包信息包含目标应用的包名、组件名、组件配置中的一项或几项内容。
在一种可能的实现方式中,当处理器从存储器中读取计算机指令,还使得电子设备执行如下操作:接收第二电子设备发送的投屏内容,并在第一投屏区域上显示投屏内容。
在一种可能的实现方式中,投屏内容对应的应用与目标应用相同或不相同。
在一种可能的实现方式中,显示触摸操作请求的目标应用的目标功能页面,包括:在第一投屏区域上显示目标功能页面。或者,在第一投屏区域以外的显示区域上显示目标功能页面。或者,全屏显示目标功能页面。
在一种可能的实现方式中,第一电子设备包括一个或多个投屏区域,一个或多个投屏区域包括第一投屏区域。
此外,第三方面的电子设备的技术效果可以参考第一方面的功能跳转方法的技术效果,此处不再赘述。
第四方面,本申请实施例提供一种电子设备,包括:处理器、存储器和显示屏;存储器、显示屏与处理器耦合,存储器用于存储计算机程序代码,计算机程序代码包括计算机指令,当处理器从存储器中读取计算机指令,使得电子设备执行如下操作:接收第一电子设备发送的触摸事件;触摸事件为第一电子设备检测到在第一投屏区域上的触摸操作并封装触摸操作后生成的触摸事件。根据触摸事件,确定触摸操作请求启动的目标应用。向第一电子设备发送查询消息,查询消息用于请求查询第一电子设备中是否安装有目标应用。
在一种可能的实现方式中,当处理器从存储器中读取计算机指令,还使得电子设备执行如下操作:向第一电子设备发送投屏内容。
在一种可能的实现方式中,投屏内容对应的应用与目标应用相同或不相同。
在一种可能的实现方式中,包信息包含目标应用的包名、组件名、组件配置中的一项或几项内容。
在一种可能的实现方式中,当处理器从存储器中读取计算机指令,还使得电子设备执行如下操作:接收查询失败响应。向第一电子设备发送目标应用的目标功能页面的显示内容,目标功能页面为触摸操作请求显示的页面。
此外,第四方面所述的电子设备的技术效果可以参考第二方面所述的功能跳转方法的技术效果,此处不再赘述。
第五方面,本申请实施例提供一种电子设备,该电子设备具有实现如上述第一方面及其中任一种可能的实现方式中所述的功能跳转方法的功能。该功能可以通过硬件实现,也可以通过硬件执行相应的软件实现。该硬件或软件包括一个或多个与上述功能相对应的模块。
第六方面,本申请实施例提供一种电子设备,该电子设备具有实现如上述第二方面及其中任一种可能的实现方式中所述的功能跳转方法的功能。该功能可以通过硬件实现,也可以通过硬件执行相应的软件实现。该硬件或软件包括一个或多个与上述功能相对应的模块。
第七方面,本申请实施例提供一种计算机可读存储介质,包括计算机指令,当计算机指令在电子设备上运行时,使得电子设备执行如第一方面及其中任一种可能的实现方式中任一项所述的功能跳转方法,或者电子设备执行如第二方面及其中任一种可能的实现方式中任一项所述的功能跳转方法。
第八方面,本申请实施例提供一种计算机程序产品,当计算机程序产品在电子设备上运行时,使得电子设备执行如第一方面及其中任一种可能的实现方式中任一项所述的功能跳转方法,或者电子设备执行如第二方面及其中任一种可能的实现方式中任一项所述的功能跳转方法。
第九方面,本申请实施例提供一种电路系统,电路系统包括处理电路,处理电路被配置为执行如上述第一方面及其中任一种可能的实现方式中所述的功能跳转方法;或者,被配置为执行如上述第二方面及其中任一种可能的实现方式中所述的功能跳转方法。
第十方面,本申请实施例提供一种芯片系统,包括至少一个处理器和至少一个接口电路,至少一个接口电路用于执行收发功能,并将指令发送给至少一个处理器,当至少一个处理器执行指令时,至少一个处理器执行如上述第一方面及其中任一种可能的实现方式中所述的功能跳转方法;或者,至少一个处理器执行如上述第二方面及其中任一种可能的实现方式中所述的功能跳转方法。
附图说明
图1为本申请实施例提供的多屏协同场景的示意图;
图2为本申请实施例提供的通信系统的示意图;
图3为本申请实施例提供的电子设备的结构示意图;
图4A为本申请实施例提供的界面示意图一;
图4B为本申请实施例提供的界面示意图二;
图4C为本申请实施例提供的界面示意图三;
图5为本申请实施例提供的界面示意图四;
图6为本申请实施例提供的界面示意图五;
图7为本申请实施例提供的界面示意图六;
图8为本申请实施例提供的界面示意图七;
图9为本申请实施例提供的界面示意图八;
图10为本申请实施例提供的功能跳转方法流程图一;
图11为本申请实施例提供的功能跳转方法流程图二;
图12为本申请实施例提供的第一电子设备的结构示意图;
图13为本申请实施例提供的第二电子设备的结构示意图。
具体实施方式
下面结合附图对本申请实施例提供的功能跳转方法及电子设备进行详细地描述。
本申请实施例的描述中所提到的术语“包括”和“具有”以及它们的任何变形,意图在于覆盖不排他的包含。例如包含了一系列步骤或单元的过程、方法、系统、产品或设备没有限定于已列出的步骤或单元,而是可选地还包括其他没有列出的步骤或单元,或可选地还包括对于这些过程、方法、产品或设备固有的其它步骤或单元。
需要说明的是,本申请实施例中,“示例性的”或者“例如”等词用于表示作例子、例证或说明。本申请实施例中被描述为“示例性的”或者“例如”的任何实施例或设计方案不应被解释为比其它实施例或设计方案更优选或更具优势。确切而言,使用“示例性的”或者“例如”等词旨在以具体方式呈现相关概念。
在本申请实施例的描述中,除非另有说明,“多个”的含义是指两个或两个以上。本文中的“和/或”仅仅是一种描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B这三种情况。
图2为本申请实施例提供的一种功能跳转方法应用的通信系统的示意图。如图2所示,该通信系统包括第一电子设备100与第二电子设备200。第一电子设备100通过有线连接或无线连接的方式与第二电子设备200之间建立通信连接。其中,本申请实施例不对第一电子设备100与第二电子设备200之间的连接方式做具体限定。
可选的,第一电子设备100或第二电子设备200具体可以是手机、平板电脑、可穿戴设备、车载设备、笔记本电脑、超级移动个人计算机(ultra-mobile personal computer,UMPC)、上网本、个人数字助理(personal digital assistant,PDA)、人工智能(artificial intelligence)设备等具有显示功能的终端设备,本申请实施例对第一电子设备100和第二电子设备200的具体类型不作任何限制。
在一些实施例中,第一电子设备100和第二电子设备200具有多屏协同功能,能够建立多屏协同连接。例如,第一电子设备100和第二电子设备200建立连接后,第二电子设备200能够将显示屏的显示内容投屏至第一电子设备100上进行 显示。第一电子设备100在显示第二电子设备200的显示内容的同时,还能够显示自身的显示内容,并且能够同时操作第一电子设备100和第二电子设备200。
在一些实施例中,第二电子设备200的数量为一个或多个。比如,多个第二电子设备200与第一电子设备100建立多屏协同连接,则多个第二电子设备200均可以将显示内容投屏至第一电子设备100上进行显示,从而用户利用一台第一电子设备100可以查看至少一台第二电子设备200的显示内容,并对至少一台第二电子设备200进行操作。
在一些实施例中,第一电子设备100在检测到用户对显示的投屏内容的触摸操作后,将触摸操作封装为触摸事件后发送至第二电子设备200进行处理。第二电子设备200根据触摸事件确定触摸操作对应的目标应用,向第一电子设备100发送目标应用查询消息。第一电子设备100根据查询消息,确定本地是否安装有目标应用,若安装有目标应用,则直接打开本地目标应用,显示对应的功能页面,从而提高功能跳转效率,以及功能页面显示效果。
图3示出了第一电子设备100与第二电子设备200的结构示意图。
第一电子设备100与第二电子设备200可以包括处理器110,外部存储器接口120,内部存储器121,通用串行总线(universal serial bus,USB)接口130,充电管理模块140,电源管理模块141,电池142,天线1,天线2,移动通信模块150,无线通信模块160,音频模块170,传感器模块180,按键190,马达191,指示器192,摄像头193,显示屏194,以及用户标识模块(subscriber identification module,SIM)卡接口195等。
可以理解的是,本申请实施例示意的结构并不构成对第二电子设备200与第一电子设备100的具体限定。在本申请另一些实施例中,第二电子设备200与第一电子设备100可以包括比图示更多或更少的部件,或者组合某些部件,或者拆分某些部件,或者不同的部件布置。图示的部件可以以硬件,软件或软件和硬件的组合实现。例如,一电子设备100为笔记本电脑,则第一电子设备100中可以不包括移动通信模块150、SIM卡接口195等。
处理器110可以包括一个或多个处理单元,例如:处理器110可以包括应用处理器(application processor,AP),调制解调处理器,图形处理器(graphics processing unit,GPU),图像信号处理器(image signal processor,ISP),控制器,视频编解码器,数字信号处理器(digital signal processor,DSP),基带处理器,和/或神经网络处理器(neural-network processing unit,NPU)等。其中,不同的处理单元可以是独立的器件,也可以集成在一个或多个处理器中。
控制器可以根据指令操作码和时序信号,产生操作控制信号,完成取指令和执行指令的控制。
处理器110中还可以设置存储器,用于存储指令和数据。在一些实施例中,处理器110中的存储器为高速缓冲存储器。该存储器可以保存处理器110刚用过或循环使用的指令或数据。如果处理器110需要再次使用该指令或数据,可从所述存储器中直接调用。避免了重复存取,减少了处理器110的等待时间,因而提高了系统的效率。
在一些实施例中,处理器110可以包括一个或多个接口。接口可以包括集成电路(inter-integrated circuit,I2C)接口,集成电路内置音频(inter-integrated circuit sound,I2S)接口,脉冲编码调制(pulse code modulation,PCM)接口,通用异步收发传输器(universal asynchronous receiver/transmitter,UART)接口,移动产业处理器接口(mobile industry processor interface,MIPI),通用输入输出(general-purpose input/output,GPIO)接口,用户标识模块(subscriber identity module,SIM)接口,和/或通用串行总线(universal serial bus,USB)接口等。
I2C接口是一种双向同步串行总线,包括一根串行数据线(serial data line,SDA)和一根串行时钟线(derail clock line,SCL)。在一些实施例中,处理器110可以包含多组I2C总线。处理器110可以通过不同的I2C总线接口分别耦合触摸传感器,充电器,闪光灯,摄像头193等。例如:处理器110可以通过I2C接口耦合触摸传感器,使处理器110与触摸传感器通过I2C总线接口通信,实现第一电子设备100与第二电子设备200的触摸功能。
MIPI接口可以被用于连接处理器110与显示屏194,摄像头193等外围器件。MIPI接口包括摄像头串行接口(camera serial interface,CSI),显示屏串行接口(display serial interface,DSI)等。在一些实施例中,处理器110和摄像头193通过CSI接口通信,实现第一电子设备100与第二电子设备200的拍摄功能。处理器110和显示屏194通过DSI接口通信,实现第一电子设备100与第二电子设备200的显示功能。
在一些实施例中,假设第二电子设备200将显示内容投屏至第一电子设备100,第一电子设备100利用处理器和显示屏通过DSI接口通信,实现显示投屏内容。之后,第一电子设备100利用触摸传感器检测到用户在显示屏194上的触摸操作后,确定触摸操作位于投屏区域,将触摸事件发送至第二电子设备200。其中,投屏区域用于显示第二电子设备200的投屏内容。相应的,第二电子设备200接收到触摸事件后,能够判断触摸事件类型,执行相应的操作。
USB接口130是符合USB标准规范的接口,具体可以是Mini USB接口,Micro USB接口,USB Type C接口等。USB接口130可以用于连接充电器为第一电子设备100与第二电子设备200充电,也可以用于第一电子设备100与第二电子设备200与外围设备之间传输数据。也可以用于连接耳机,通过耳机播放音频。该接口还可以用于连接其他电子设备,例如AR设备等。
可以理解的是,本申请实施例示意的各模块间的接口连接关系,只是示意性说明,并不构成对第一电子设备100与第二电子设备200的结构限定。在本申请另一些实施例中,第一电子设备100与第二电子设备200也可以采用上述实施例中不同的接口连接方式,或多种接口连接方式的组合。
充电管理模块140用于从充电器接收充电输入。其中,充电器可以是无线充电器,也可以是有线充电器。在一些有线充电的实施例中,充电管理模块140可以通过USB接口130接收有线充电器的充电输入。在一些无线充电的实施例中,充电管理模块140可以通过第一电子设备100与第二电子设备200的无线充电线 圈接收无线充电输入。充电管理模块140为电池142充电的同时,还可以通过电源管理模块141为电子设备供电。
电源管理模块141用于连接电池142,充电管理模块140与处理器110。电源管理模块141接收电池142和/或充电管理模块140的输入,为处理器110,内部存储器121,显示屏194,摄像头193,和无线通信模块160等供电。电源管理模块141还可以用于监测电池容量,电池循环次数,电池健康状态(漏电,阻抗)等参数。在其他一些实施例中,电源管理模块141也可以设置于处理器110中。在另一些实施例中,电源管理模块141和充电管理模块140也可以设置于同一个器件中。
第一电子设备100与第二电子设备200的无线通信功能可以通过天线1,天线2,移动通信模块150,无线通信模块160,调制解调处理器以及基带处理器等实现。
天线1和天线2用于发射和接收电磁波信号。第一电子设备100与第二电子设备200中的每个天线可用于覆盖单个或多个通信频带。不同的天线还可以复用,以提高天线的利用率。例如:可以将天线1复用为无线局域网的分集天线。在另外一些实施例中,天线可以和调谐开关结合使用。
移动通信模块150可以提供应用在第一电子设备100与第二电子设备200上的包括2G/3G/4G/5G等无线通信的解决方案。移动通信模块150可以包括至少一个滤波器,开关,功率放大器,低噪声放大器(low noise amplifier,LNA)等。移动通信模块150可以由天线1接收电磁波,并对接收的电磁波进行滤波,放大等处理,传送至调制解调处理器进行解调。移动通信模块150还可以对经调制解调处理器调制后的信号放大,经天线1转为电磁波辐射出去。在一些实施例中,移动通信模块150的至少部分功能模块可以被设置于处理器110中。在一些实施例中,移动通信模块150的至少部分功能模块可以与处理器110的至少部分模块被设置在同一个器件中。
无线通信模块160可以提供应用在第一电子设备100与第二电子设备200上的包括无线局域网(wireless local area networks,WLAN)(如无线保真(wireless fidelity,Wi-Fi)网络),蓝牙(bluetooth,BT),全球导航卫星系统(global navigation satellite system,GNSS),调频(frequency modulation,FM),近距离无线通信技术(near field communication,NFC),红外技术(infrared,IR)等无线通信的解决方案。无线通信模块160可以是集成至少一个通信处理模块的一个或多个器件。无线通信模块160经由天线2接收电磁波,将电磁波信号调频以及滤波处理,将处理后的信号发送到处理器110。无线通信模块160还可以从处理器110接收待发送的信号,对其进行调频,放大,经天线2转为电磁波辐射出去。
在一些实施例中,第一电子设备100与第二电子设备200的天线1和移动通信模块150耦合,天线2和无线通信模块160耦合,使得第一电子设备100与第二电子设备200可以通过无线通信技术与网络以及其他设备通信。所述无线通信技术可以包括全球移动通讯系统(global system for mobile communications, GSM),通用分组无线服务(general packet radio service,GPRS),码分多址接入(code division multiple access,CDMA),宽带码分多址(wideband code division multiple access,WCDMA),时分码分多址(time-division code division multiple access,TD-SCDMA),长期演进(long term evolution,LTE),BT,GNSS,WLAN,NFC,FM,和/或IR技术等。所述GNSS可以包括全球卫星定位系统(global positioning system,GPS),全球导航卫星系统(global navigation satellite system,GLONASS),北斗卫星导航系统(beidou navigation satellite system,BDS),准天顶卫星系统(quasi-zenith satellite system,QZSS)和/或星基增强系统(satellite based augmentation systems,SBAS)。
第一电子设备100与第二电子设备200通过GPU,显示屏194,以及应用处理器等实现显示功能。GPU为图像处理的微处理器,连接显示屏194和应用处理器。GPU用于执行数学和几何计算,用于图形渲染。处理器110可包括一个或多个GPU,其执行程序指令以生成或改变显示信息。
显示屏194用于显示图像,视频等。显示屏194包括显示面板。显示面板可以采用液晶显示屏(liquid crystal display,LCD),有机发光二极管(organic light-emitting diode,OLED),有源矩阵有机发光二极体或主动矩阵有机发光二极体(active-matrix organic light emitting diode的,AMOLED),柔性发光二极管(flex light-emitting diode,FLED),Miniled,MicroLed,Micro-oLed,量子点发光二极管(quantum dot light emitting diodes,QLED)等。在一些实施例中,第一电子设备100与第二电子设备200可以包括1个或N个显示屏194,N为大于1的正整数。
摄像头193用于捕获静态图像或视频。物体通过镜头生成光学图像投射到感光元件。感光元件可以是电荷耦合器件(charge coupled device,CCD)或互补金属氧化物半导体(complementary metal-oxide-semiconductor,CMOS)光电晶体管。感光元件把光信号转换成电信号,之后将电信号传递给ISP转换成数字图像信号。ISP将数字图像信号输出到DSP加工处理。DSP将数字图像信号转换成标准的RGB,YUV等格式的图像信号。在一些实施例中,第一电子设备100与第二电子设备200可以包括1个或N个摄像头193,N为大于1的正整数。
外部存储器接口120可以用于连接外部存储卡,例如MicroSD卡,实现扩展第一电子设备100与第二电子设备200的存储能力。外部存储卡通过外部存储器接口120与处理器110通信,实现数据存储功能。例如将音乐,视频等文件保存在外部存储卡中。
内部存储器121可以用于存储计算机可执行程序代码,所述可执行程序代码包括指令。内部存储器121可以包括存储程序区和存储数据区。其中,存储程序区可存储操作系统,至少一个功能所需的应用程序(比如声音播放功能,图像播放功能等)等。存储数据区可存储第一电子设备100与第二电子设备200使用过程中所创建的数据(比如音频数据,电话本等)等。此外,内部存储器121可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件,闪存器件,通用闪存存储器(universal flash storage,UFS)等。处理器110通 过运行存储在内部存储器121的指令,和/或存储在设置于处理器中的存储器的指令,执行第一电子设备100与第二电子设备200的各种功能应用以及数据处理。
音频模块170用于将数字音频信息转换成模拟音频信号输出,也用于将模拟音频输入转换为数字音频信号。音频模块170还可以用于对音频信号编码和解码。在一些实施例中,音频模块170可以设置于处理器110中,或将音频模块170的部分功能模块设置于处理器110中。第一电子设备100与第二电子设备200可以通过音频模块170以及应用处理器等实现音频功能。例如音乐播放,录音等。音频模块170中可以包括扬声器,受话器,麦克风,耳机接口。
传感器模块180可以包括压力传感器,陀螺仪传感器,气压传感器,磁传感器,加速度传感器,距离传感器,接近光传感器,指纹传感器,温度传感器,触摸传感器,环境光传感器,骨传导传感器等。
压力传感器用于感受压力信号,可以将压力信号转换成电信号。在一些实施例中,压力传感器可以设置于显示屏194。压力传感器的种类很多,如电阻式压力传感器,电感式压力传感器,电容式压力传感器等。电容式压力传感器可以是包括至少两个具有导电材料的平行板。当有力作用于压力传感器,电极之间的电容改变。第一电子设备100与第二电子设备200根据电容的变化确定压力的强度。当有触摸操作作用于显示屏194,第一电子设备100与第二电子设备200根据压力传感器检测所述触摸操作强度。第一电子设备100与第二电子设备200也可以根据压力传感器的检测信号计算触摸的位置。在一些实施例中,作用于相同触摸位置,但不同触摸操作强度的触摸操作,可以对应不同的操作指令。例如:当有触摸操作强度小于第一压力阈值的触摸操作作用于短消息应用图标时,执行查看短消息的指令。当有触摸操作强度大于或等于第一压力阈值的触摸操作作用于短消息应用图标时,执行新建短消息的指令。
触摸传感器,也称“触控器件”。触摸传感器可以设置于显示屏194,由触摸传感器与显示屏194组成触摸屏,也称“触控屏”。触摸传感器用于检测作用于其上或附近的触摸操作。触摸传感器可以将检测到的触摸操作传递给应用处理器,以确定触摸事件类型。可以通过显示屏194提供与触摸操作相关的视觉输出。在另一些实施例中,触摸传感器也可以设置于第一电子设备100与第二电子设备200的表面,与显示屏194所处的位置不同。
按键190包括开机键,音量键等。按键190可以是机械按键。也可以是触摸式按键。第一电子设备100与第二电子设备200可以接收按键输入,产生与第一电子设备100与第二电子设备200的用户设置以及功能控制有关的键信号输入。
马达191可以产生振动提示。马达191可以用于来电振动提示,也可以用于触摸振动反馈。例如,作用于不同应用(例如拍照,音频播放等)的触摸操作,可以对应不同的振动反馈效果。作用于显示屏194不同区域的触摸操作,马达191也可对应不同的振动反馈效果。
指示器192可以是指示灯,可以用于指示充电状态,电量变化,也可以用于指示消息,未接来电,通知等。
SIM卡接口195用于连接SIM卡。SIM卡可以通过插入SIM卡接口195,或从 SIM卡接口195拔出,实现和第一电子设备100与第二电子设备200的接触和分离。第一电子设备100与第二电子设备200可以支持1个或N个SIM卡接口,N为大于1的正整数。SIM卡接口195可以支持Nano SIM卡,Micro SIM卡,SIM卡等。
以下实施例中均以平板作为上述第一电子设备100,以手机作为上述第二电子设备200举例说明。
在一些实施例中,手机和平板具有多屏协同功能,在建立连接后,手机能够将显示屏显示内容投屏至平板显示。示例性的,如图4A所示,平板界面上包含显示区域401,用于显示手机投屏内容。当前显示区域401上显示短信界面,即手机已启动短信应用,将短信界面显示内容投屏至平板进行显示。如此,用户在操作平板的过程中,能够查看手机短信内容。平板检测到用户在显示区域401上的触摸操作后,确定用户需要对手机显示内容进行操作,则将触摸事件封装后发送至手机进行处理。假设如图4A所示,当前触摸操作为用户点击短信内容中包含的链接41的操作,则手机接收到触摸事件后,能够根据投屏区域401显示内容坐标与手机显示屏显示内容坐标的预设对应关系,确定当前触摸操作用于指示启动浏览器应用打开链接对应的内容。如图4B所示,手机启动浏览器应用显示链接对应的内容,之后将浏览器界面显示内容投屏至平板进行显示。如图4C所示,平板显示屏上的投屏区域402显示由手机投屏的浏览器界面显示内容。
可以看出,平板与手机建立多屏协同连接后,能够直接接收手机投屏的显示内容。其中,投屏显示内容需要经过手机和平板的编解码处理后,才能在平板上的投屏区域进行显示,导致交互显示效率降低,很难达到最佳显示效果,影响用户使用体验。此外,手机在接收到平板发送的触摸事件后,需要在本地完成功能跳转,确定页面显示内容后,再将页面显示内容发送至平板进行显示,导致用户操作延时较大。
由此,本申请实施例提供一种功能跳转方法,目标设备能够在检测到用户在投屏区域上的操作后,直接打开本地目标应用,显示目标功能页面,降低功能跳转时延,提升显示效果。
在一些场景中,手机和平板之间建立连接,手机能够将本地显示内容投屏至平板进行显示,平板能够接收用户对手机显示内容的操作,执行相应的响应动作。
示例性的,如图5所示,手机将显示屏界面501上的显示内容投屏至平板上显示区域502上进行显示。此时,平板可以检测到用户在显示区域502上对手机显示内容的操作,也可以检测到用户在显示区域503上对平板显示内容的操作。如平板响应于用户在显示区域上对文件的拖动操作,将显示区域502上显示的手机文件拖拽至显示区域503上进行显示,或者将显示区域503上显示的文件拖拽至显示区域502上进行显示。
在一些实施例中,平板检测到用户对手机投屏内容的触摸操作后,将触摸操作封装为触摸事件发送至手机。手机接收到触摸事件后,对触摸事件进行解析,确定触摸操作内容,如触摸操作用于指示手机切换显示新功能的页面内容。手机还可以确定该触摸操作所对应的手机上安装的应用。其中,该应用例如可以包括安装的应用程序(application,APP),或者系统集成的功能。安装的应用程序 例如可以是预装应用程序或第三方应用程序等,通常为桌面可见的应用。系统集成的功能例如可以是手机安装的系统级功能应用,但通常不是以独立的安装包应用程序的形式出现。手机可以生成查询消息,用于指示平板确定其是否安装了该应用。该查询消息例如可以是包管理查询消息,用于查询平板内安装应用的包信息,以触发平板确定本地是否安装有目标应用。平板接收到手机发送的包管理查询消息后,查询本地应用包信息。若本地安装有目标应用,则启动目标应用,显示触摸操作对应的目标功能页面。若本地未安装目标应用,则向手机发送查询失败响应,手机基于查询失败响应,启动目标应用,将目标功能页面投屏至平板进行显示。
其中,包信息包含本地安装应用的包名、组件名、组件配置等中的一项或几项内容。包名例如为应用名称,可以作为应用的唯一标识,用于区分不同的应用。组件名例如为应用中包含的组件的名称。组件配置例如为组件能够响应的动作(action),例如包括操作名称、数据以及类别/类型,如文本编辑器中包含的组件能够响应的action包括发送(即操作名称)文本数据(即数据),对应类别为默认类别。触摸事件用于解释用户手指或触控笔在触摸屏(或显示屏)上的操作,例如,触摸事件包括基于平板触摸屏上检测到的触摸操作的开始、移动以及结束三个阶段的触摸事件,平板将三个阶段获得的所有触摸点进行封装后,发送至手机。
如此,平板内若安装有对应于投屏内容触摸操作的应用,则能够直接启动本地应用,实现功能跳转。相对于手机启动应用后,平板再接收手机发送的投屏内容,能够有效降低功能跳转时延,并提升交互显示效率,实现更好的显示效果。
示例性的,如图5所示,平板在显示区域502上显示手机短信应用界面的投屏内容,检测到用户在显示区域502上的触摸操作后,封装触摸事件发送至手机。手机接收到触摸事件后,确定触摸操作为点击链接51的操作,用于指示启动浏览器,显示链接对应的功能页面,则向平板发送查询消息,查询平板内是否安装有浏览器应用。平板接收到查询消息后,查询本地包信息,如确定本地包信息中包含浏览器应用包名,则确定本地安装有浏览器应用。如图5所示,显示区域503上显示有浏览器图标,即确定本地安装有浏览器应用。
之后,平板直接启动本地浏览器应用,打开链接对应的功能页面。如图6所示,平板启动浏览器后,在显示区域601上显示链接51对应的功能页面,如此在本地启动功能跳转,能够有效提高功能跳转效率。或者,如图7所示,平板在显示区域701上仍显示原功能页面(即短信应用的页面),在显示区域702上显示新功能页面(即浏览器应用的页面)。又或者,如图8所示,平板利用显示屏全部显示区域显示新功能页面。如此,更大的显示区域能够获得更好的显示效果,便于用户操作。进一步的,平板检测到用户关闭新功能页面的操作后,如检测到点击控件81的操作后,关闭新功能页面,平板显示如图5所示界面,界面中可以包含显示有原功能页面的显示区域502。
又示例性的,平板检测到的触摸操作可以为上述指示跳转至新应用的操作,还可以为指示同一应用中跳转至新功能的操作。如图9中(a)所示,平板显示区 域901中显示有手机投屏的微信
Figure PCTCN2022085384-appb-000001
应用界面显示内容。平板检测到用户在区域901上的触摸操作后,封装触摸事件发送至手机。手机接收到触摸事件后,确定触摸操作为点击控件91的操作,用于指示显示支付功能页面,则向平板发送查询消息,查询平板内是否安装有微信
Figure PCTCN2022085384-appb-000002
应用,能够实现支付功能。平板接收到查询消息后,查询本地包信息,如确定本地包信息中包含微信
Figure PCTCN2022085384-appb-000003
应用包名,微信
Figure PCTCN2022085384-appb-000004
支付功能组件以及相应的组件配置。如图9中(a)所示,显示区域902上显示有微信
Figure PCTCN2022085384-appb-000005
图标92,则启动本地微信
Figure PCTCN2022085384-appb-000006
应用,并如图9中(b)所示,跳转至支付功能,在显示区域903显示支付功能页面。上述图9所示场景中,平板在功能跳转前后,均显示微信
Figure PCTCN2022085384-appb-000007
应用中包含的功能的功能页面,但功能跳转前的显示内容为手机投屏内容,功能跳转后的显示内容为本地应用启动后获得的显示内容。
在另一些实施例中,平板在获得投屏内容的同时,还能够获得投屏内容的布局信息,那么平板在检测到用户在投屏区域上的触摸操作后,能够直接确定触摸操作的指示内容,不必再回传触摸事件至手机进行处理。
示例性的,如图5所示,平板检测到用户在显示区域502上的触摸操作,根据投屏内容的布局信息,确定触摸操作为点击链接51的操作,则直接进行本地包信息查询,确定本地是否安装有用于打开链接的浏览器应用。进一步的,若平板确定本地未安装目标应用(即浏览器应用)或不能实现目标功能,则再将触摸操作封装为触摸事件发送至手机处理,并携带包信息查询失败信号。那么,之后手机能够直接根据触摸事件启动相应的功能页面进行投屏,而不必再向平板发送查询消息。
如此,平板检测到在投屏区域上的触摸操作后,不必再与手机进行信号交互,能够直接进行包信息查询,进一步提升功能跳转效率。
在一些场景中,手机和平板之间为同步投屏场景,那么在功能跳转后,平板投屏区域显示内容与手机显示内容同步。如上述图5-图9所示场景,平板在本地启动目标应用,显示目标功能页面后,手机也同步在本地启动目标应用,显示目标功能页面。从而用户在需要利用手机直接查看目标功能页面时,不必再进行目标功能的打开操作,提高用户使用体验。其中,在上述平板根据布局信息直接进行包信息查询的场景中,平板在查询到本地安装有目标应用后,还是需要将触摸事件发送至手机,以便手机能够启动目标应用,同步显示目标功能页面。
或者,平板在显示目标功能页面后,一般用户需要继续在平板侧进行操作,则手机不必再同步显示目标功能页面,节约手机功耗。
在另一些场景中,手机和平板之间为异步投屏场景,在功能跳转后手机显示内容与平板投屏区域的显示内容可以不同,那么平板本地启动应用后,手机不必再启动应用,显示目标功能页面,节约手机功耗。
在一些实施例中,手机能够获得平板侧应用信息列表,那么手机在接收到平板发送的触摸事件后,不必再向平板发送查询消息,而是直接利用应用信息列表,自行确定平板内是否安装有相应的目标应用。若手机确定平板内安装有目标应用,则手机向平板发送目标应用启动指示。相应的,平板在接收到目标应用启动指示后,启动相应的目标应用。进一步的,目标应用启动指示中还可以携带有目标功 能信息。平板在接收到目标应用启动指示后,启动目标应用并显示目标功能页面。可选的,平板在与手机建立连接后,则向手机发送本地应用信息列表信息。或者,平板在接收到手机发送的投屏内容后,则向手机发送本地应用信息列表。
可选的,手机在进行投屏之前获得平板侧的应用信息列表,则可以直接确定平板中是否安装有待投屏显示内容对应的目标应用,若安装有目标应用,则不必再进行投屏,而是直接指示平板启动相应的目标应用。从而在多屏协同之初平板即可获得最佳的显示效果。比如,在上述图9所示场景中,手机在投屏微信
Figure PCTCN2022085384-appb-000008
应用页面显示内容之前,根据平板侧应用信息列表,确定平板中安装有微信
Figure PCTCN2022085384-appb-000009
应用,则指示平板直接启动微信
Figure PCTCN2022085384-appb-000010
应用,显示如图9中(a)所示界面。此时,显示区域901中显示的微信
Figure PCTCN2022085384-appb-000011
应用显示内容为本地显示内容,而不是投屏显示内容,从而能够为用户提供更好的显示效果。
可以理解的是,以上实施例中以手机数量为1进行说明。在实际应用场景中,与平板连接的电子设备的数量可以为一个或多个,多个电子设备与平板连接时,平板仍能够利用上述功能跳转方法,根据对不同电子设备投屏内容的触摸操作,实现在本地启动目标应用,实现目标功能。
图10所示为本申请实施例提供的一种功能跳转方法示意图,如图10所示,该方法可以包括S1001-S1009:
S1001、第二电子设备将显示内容投屏至第一电子设备进行显示。
在一些实施例中,第二电子设备与第一电子设备之间建立连接,第二电子设备将本地显示内容投屏至第一电子设备上的投屏区域进行显示。其中,第二电子设备也可以描述为源设备,第一电子设备也可以描述为目标设备,第二电子设备的数量为一个或多个。
示例性的,如图5所示,第二电子设备(如手机)将显示内容投屏至第一电子设备(如平板)上的显示区域502上进行显示。其中,显示区域502为投屏区域,用于显示投屏内容。响应于用户操作,平板显示屏上投屏区域的位置可以移动。
S1002、第一电子设备检测到用户在投屏区域的操作后,封装触摸事件。
S1003、第一电子设备向第二电子设备发送触摸事件。
在一些实施例中,上述步骤S1002和步骤S1003中,第一电子设备在触摸屏上检测到触摸操作后,确定触摸操作位于投屏区域,则将触摸操作对应的触摸点封装为触摸事件发送至第二电子设备。相应的,第二电子设备接收第一电子设备发送的触摸事件。
S1004、第二电子设备根据触摸事件,确定目标应用,生成目标应用对应的查询消息。
其中,目标应用例如可以包括应用程序(APP),或者系统集成的功能。包信息包含本地安装应用的包名、组件名、组件配置等中的一项或几项内容。查询消息还可以描述为包管理查询消息,用于指示第一电子设备查询本地安装的应用的包信息中是否包含有目标应用的包信息。
在一些实施例中,第二电子设备接收到触摸事件后,解析触摸事件,确定触 摸操作对应的目标应用。示例性的,如图5所示,第一电子设备(如手机)根据触摸事件中封装的触摸点位置,确定触摸操作为点击链接51的操作,则目标应用为用于打开链接的浏览器应用。
在一些实施例中,第二电子设备在确定目标应用后,生成查询消息,用于确定第一电子设备中是否安装有目标应用。示例性的,如图5所示场景,第二电子设备(如手机)生成的查询消息用于查询浏览器应用的包信息。
在另一些实施例中,第二电子设备根据触摸事件还可以确定触摸操作对应的目标应用的目标功能,生成用于查询目标功能的查询消息。从而第一电子设备在接收到查询消息后,能够显示对应的目标功能页面。示例性的,如图9所示场景,第二电子设备(如手机)生成的查询消息用于查询微信
Figure PCTCN2022085384-appb-000012
应用的支付功能的包信息。
在一些实施例中,查询消息中还携带有触摸操作对应的指示信息。如图5所示场景,查询消息中还携带有链接51对应的链接信息,从而后续第一电子设备(如平板)启动浏览器后,能够根据链接信息打开对应的网页页面。
S1005、第二电子设备向第一电子设备发送查询消息。
在一些实施中,第二电子设备生成查询消息后,向第一电子设备发送查询消息。相应的,第一电子设备接收第二电子设备发送的查询消息。
S1006、第一电子设备确定本地是否安装有目标应用。若是,即本地安装有目标应用,则执行步骤S1007;若否,即本地未安装目标应用,则执行步骤S 1008。
在一些实施例中,第一电子设备接收到查询消息后,解析查询消息,确定本地是否保存有对应的包信息。
S1007、第一电子设备启动目标应用,并显示对应的功能页面。
在一些实施例中,若第一电子设备在本地查询到目标应用的包信息,则启动目标应用,显示目标功能页面。
示例性的,如图6所示,第一电子设备(如平板)接收到查询消息后,确定本地安装有浏览器应用,则启动本地浏览器应用,打开链接对应的页面并在显示区域601上进行显示。或者,如图9中(b)所示,第一电子设备(如平板)接收到查询消息后,确定本地安装有微信
Figure PCTCN2022085384-appb-000013
应用,则启动微信
Figure PCTCN2022085384-appb-000014
应用。并且根据查询消息中携带的触摸操作对应的指示信息,显示支付功能页面,而不是显示启动微信
Figure PCTCN2022085384-appb-000015
应用后默认的主界面。
如此,第一电子设备内若安装有对应于投屏内容触摸操作的应用,则能够直接启动本地应用,实现功能跳转。相对于第二电子设备启动应用后,第一电子设备再接收第二电子设备发送的投屏内容,能够有效降低功能跳转时延,并提升显示质量。
S1008、第一电子设备向第二电子设备发送查询失败响应。
在一些实施例中,第一电子设备未查询到目标应用的包信息,则确定本地未安装目标应用,向第二电子设备发送查询失败响应。相应的,第二电子设备接收第一电子设备发送的查询失败响应。
S1009、第二电子设备启动目标应用,并向第一电子设备发送新的投屏内容。
在一些实施例中,第二电子设备在接收到查询失败响应后,确定第一电子设 备中未安装目标应用,则启动目标应用或者在已启动的目标应用中启动目标功能,将目标应用的目标功能页面发送至第一电子设备进行投屏显示。
可选的,第二电子设备还可以执行以上实施例中手机执行的步骤和功能,第一电子设备还可以执行以上实施例中平板执行的步骤和功能,从而实现以上实施例提供的功能跳转方法。
在一些场景中,第一电子设备能够获得投屏内容的布局信息,则在检测到对投屏内容的操作后,能够根据布局信息,直接确定本地是否有对应的目标应用。示例性的,图11所示为本申请实施例提供的又一种功能跳转方法示意图,如图11所示,该方法可以包括S1101-S1107:
S1101、第二电子设备将显示内容投屏至第一电子设备进行显示。
其中,步骤S1101的相关内容可以参考步上述骤S1001的相关描述,在此不再赘述。
S1102、第一电子设备获取第二电子设备显示内容布局信息。
在一些实施例中,第一电子设备在接收到投屏内容后,能够获取投屏内容的布局信息。比如,第一电子设备在获得投屏内容后,向第二电子设备发送布局信息请求,请求下载投屏内容的布局信息。又比如,第二电子设备在向第一电子设备发送投屏内容的过程中,发送布局信息。本申请实施例对于投屏内容和投屏内容的布局信息的发送顺序不做具体限定。
其中,投屏内容的布局信息用于描述投屏内容中功能控件等的布局信息,从而第一电子设备在检测到触摸操作后,能够根据布局信息确定触摸操作对应的功能控件,即确定触摸操作对应的指示信息。
S1103、第一电子设备检测到用户在投屏区域的操作后,根据布局信息,确定操作对应的目标应用。
在一些实施例中,第一电子设备在检测到用户对投屏内容的触摸操作后,根据布局信息,确定触摸操作对应的目标应用。进一步的,第一电子设备还可以根据布局信息确定触摸操作对应的目标应用的目标功能。
可选的,第一电子设备还可以在检测到用户在投屏区域的操作后,再向第二电子设备请求下载布局信息。
如此,第一电子设备能够根据布局信息,直接在本地确定触摸操作对应的目标应用,提升确定本地是否安装有目标应用的效率。
S1104、第一电子设备确定本地是否安装有目标应用。若是,即本地安装有目标应用,则执行步骤S1105;若否,即本地未安装目标应用,则执行步骤S 1106。
S1105、第一电子设备启动目标应用,并显示对应的功能页面。
S1106、第一电子设备向第二电子设备发送投屏请求。
在一些实施例中,投屏请求中携带有目标应用和/或目标功能信息,用于请求第二电子设备发送触摸操作对应的功能页面的显示内容。
S1107、第二电子设备启动目标应用,并向第一电子设备发送新的投屏内容。
其中,步骤S1104-步骤S1107的其他内容可以参考步上述骤S1006-步骤S1009的相关描述,在此不再赘述。
可选的,第二电子设备还可以执行以上实施例中手机执行的步骤和功能,第一电子设备还可以执行以上实施例中平板执行的步骤和功能,从而实现以上实施例提供的功能跳转方法。
以上结合图10和图11详细说明了本申请实施例提供的功能跳转方法。以下结合图12和图13详细说明本申请实施例提供的功能跳转装置。
在一种可能的设计中,图12为本申请实施例提供的第一电子设备的结构示意图。如图12所示,第一电子设备1200作为功能跳转装置可以为电子设备本身,也可以为电子设备中的功能单元或者芯片,或者与电子设备匹配使用的装置。第一电子设备1200可以包括:处理模块1201以及收发模块1202。第一电子设备1200可用于实现上述方法实施例中涉及的第一电子设备(即目标设备)的功能。
可选的,处理模块1201,用于支持第一电子设备1200执行图10中的步骤S1002、步骤S1006以及步骤S1007;和/或,支持第一电子设备1200执行图11中的步骤S1103、步骤S1104以及步骤S1105。
可选的,收发模块1202,用于支持第一电子设备1200执行图10中的步骤S1001、步骤S1003、步骤S1005以及步骤S1008;和/或,支持第一电子设备1200执行图11中的步骤S1101、步骤S1102以及步骤S1106。
其中,收发模块可以包括接收模块和发送模块,可以由收发器或收发器相关电路组件实现,可以为收发器或收发单元。第一电子设备1200中的各个模块的操作和/或功能分别为了实现上述方法实施例中所述的功能跳转方法的相应流程,上述方法实施例涉及的各步骤的所有相关内容均可以援引到对应功能模块的功能描述,为了简洁,在此不再赘述。
可选的,图12所示的第一电子设备1200还可以包括存储模块(图12中未示出),该存储模块中存储有程序或指令。当处理模块1201以及收发模块1202执行该程序或指令时,使得图12所示的第一电子设备1200可以执行上述方法实施例中所述的功能跳转方法。
图12所示的第一电子设备1200的技术效果可以参考上述方法实施例中所述的功能跳转方法的技术效果,此处不再赘述。
在另一种可能的设计中,图13为本申请实施例提供的第二电子设备的结构示意图。如图13所示,第二电子设备1300作为功能跳转装置可以为电子设备本身,也可以为电子设备中的功能单元或者芯片,或者与电子设备匹配使用的装置。第二电子设备1300可以包括:处理模块1301以及收发模块1302。第二电子设备1300可用于实现上述方法实施例中涉及的第二电子设备(即源设备)的功能。
可选的,处理模块1301,用于支持第二电子设备1300执行图10中的步骤S1004和步骤S1009;和/或,支持第二电子设备1300执行图11中的步骤S1107。
可选的,收发模块1302,用于支持第二电子设备1300执行图10中的步骤S1001、步骤S1003、步骤S1005以及步骤S1008;和/或,支持第二电子设备1300执行图11中的步骤S1101、步骤S1102以及步骤S1106。
其中,收发模块可以包括接收模块和发送模块,可以由收发器或收发器相关电路组件实现,可以为收发器或收发单元。第二电子设备1300中的各个模块的操 作和/或功能分别为了实现上述方法实施例中所述的功能跳转方法的相应流程,上述方法实施例涉及的各步骤的所有相关内容均可以援引到对应功能模块的功能描述,为了简洁,在此不再赘述。
可选的,图13所示的第二电子设备1300还可以包括存储模块(图13中未示出),该存储模块中存储有程序或指令。当处理模块1301以及收发模块1302执行该程序或指令时,使得图13所示的第二电子设备1300可以执行上述方法实施例中所述的功能跳转方法。
图13所示的第二电子设备1300的技术效果可以参考上述方法实施例中所述的功能跳转方法的技术效果,此处不再赘述。
本申请实施例还提供一种芯片系统,包括:处理器,所述处理器与存储器耦合,所述存储器用于存储程序或指令,当所述程序或指令被所述处理器执行时,使得该芯片系统实现上述任一方法实施例中的方法。
可选地,该芯片系统中的处理器可以为一个或多个。该处理器可以通过硬件实现也可以通过软件实现。当通过硬件实现时,该处理器可以是逻辑电路、集成电路等。当通过软件实现时,该处理器可以是一个通用处理器,通过读取存储器中存储的软件代码来实现。
可选地,该芯片系统中的存储器也可以为一个或多个。该存储器可以与处理器集成在一起,也可以和处理器分离设置,本申请实施例并不限定。示例性的,存储器可以是非瞬时性处理器,例如只读存储器ROM,其可以与处理器集成在同一块芯片上,也可以分别设置在不同的芯片上,本申请实施例对存储器的类型,以及存储器与处理器的设置方式不作具体限定。
示例性的,该芯片系统可以是现场可编程门阵列(field programmable gate array,FPGA),可以是专用集成芯片(application specific integrated circuit,ASIC),还可以是系统芯片(system on chip,SoC),还可以是中央处理器(central processor unit,CPU),还可以是网络处理器(network processor,NP),还可以是数字信号处理电路(digital signal processor,DSP),还可以是微控制器(micro controller unit,MCU),还可以是可编程控制器(programmable logic device,PLD)或其他集成芯片。
应理解,上述方法实施例中的各步骤可以通过处理器中的硬件的集成逻辑电路或者软件形式的指令完成。结合本申请实施例所公开的方法步骤可以直接体现为硬件处理器执行完成,或者用处理器中的硬件及软件模块组合执行完成。
本申请的实施例还提供了一种存储介质,用于存储为上述通信装置所用的指令。
本申请实施例还提供一种计算机可读存储介质,该计算机可读存储介质中存储有计算机指令,当该计算机指令在电子设备上运行时,使得电子设备执行上述相关方法步骤实现上述实施例中的功能跳转方法。
本申请实施例还提供一种计算机程序产品,当该计算机程序产品在计算机上运行时,使得计算机执行上述相关步骤,以实现上述实施例中的功能跳转方法。
另外,本申请实施例还提供一种装置,该装置具体可以是组件或模块,该装 置可包括相连的一个或多个处理器和存储器;其中,存储器用于存储计算机程序,一个或多个计算机程序包括指令。当该指令被一个或多个处理器执行时,以使装置执行上述各方法实施例中的功能跳转方法。
其中,本申请实施例提供的装置、计算机可读存储介质、计算机程序产品或芯片均用于执行上文所提供的对应的方法,因此,其所能达到的有益效果可参考上文所提供的对应的方法中的有益效果,此处不再赘述。
结合本申请实施例公开内容所描述的方法或者算法的步骤可以硬件的方式来实现,也可以是由处理器执行软件指令的方式来实现。软件指令可以由相应的软件模块组成,软件模块可以被存放于随机存取存储器(random access memory,RAM)、闪存、只读存储器(read only memory,ROM)、可擦除可编程只读存储器(erasable programmable ROM,EPROM)、电可擦可编程只读存储器(electrically EPROM,EEPROM)、寄存器、硬盘、移动硬盘、只读光盘(CD-ROM)或者本领域熟知的任何其它形式的存储介质中。一种示例性的存储介质耦合至处理器,从而使处理器能够从该存储介质读取信息,且可向该存储介质写入信息。当然,存储介质也可以是处理器的组成部分。处理器和存储介质可以位于专用集成电路(application specific integrated circuit,ASIC)中。
通过以上的实施方式的描述,所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将装置的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述模块或单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,模块或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可 以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(processor)执行本申请各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(read-only memory,ROM)、随机存取存储器(random access memory,RAM)、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何在本申请揭露的技术范围内的变化或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以所述权利要求的保护范围为准。

Claims (16)

  1. 一种功能跳转方法,其特征在于,所述方法应用于第一电子设备,所述方法包括:
    检测用户在第一投屏区域上的触摸操作;
    确定本地安装有所述触摸操作请求启动的目标应用;
    启动所述目标应用,并显示所述触摸操作请求的所述目标应用的目标功能页面。
  2. 根据权利要求1所述的方法,其特征在于,所述确定本地安装有所述触摸操作请求启动的目标应用,包括:
    检测到用户在第一投屏区域上的触摸操作后,向第二电子设备发送所述触摸操作对应的触摸事件;
    接收所述第二电子设备发送的查询消息,所述查询消息用于查询所述触摸操作请求启动的目标应用的包信息;
    根据确定本地保存有所述目标应用的包信息,确定本地安装有所述目标应用。
  3. 根据权利要求1所述的方法,其特征在于,所述确定本地安装有所述触摸操作请求启动的目标应用之前,所述方法还包括:
    获取所述第一投屏区域显示的投屏内容的布局信息;
    所述确定本地安装有所述触摸操作请求启动的目标应用,包括:根据所述布局信息,确定所述触摸操作请求启动的所述目标应用;根据确定本地保存有所述目标应用的包信息,确定本地安装有所述目标应用。
  4. 根据权利要求2或3所述的方法,其特征在于,所述包信息包含所述目标应用的包名、组件名、组件配置中的一项或几项内容。
  5. 根据权利要求1-4任一项所述的方法,其特征在于,在检测用户在第一投屏区域上的触摸操作之前,所述方法还包括:
    接收第二电子设备发送的投屏内容,并在所述第一投屏区域上显示所述投屏内容。
  6. 根据权利要求5所述的方法,其特征在于,所述投屏内容对应的应用与所述目标应用相同或不相同。
  7. 根据权利要求1-6任一项所述的方法,其特征在于,所述显示所述触摸操作请求的所述目标应用的目标功能页面,包括:
    在所述第一投屏区域上显示所述目标功能页面;
    或者,在所述第一投屏区域以外的显示区域上显示所述目标功能页面;
    或者,全屏显示所述目标功能页面。
  8. 根据权利要求1-7任一项所述的方法,其特征在于,所述第一电子设备包括一个或多个投屏区域,所述一个或多个投屏区域包括所述第一投屏区域。
  9. 一种功能跳转方法,其特征在于,所述方法应用于第二电子设备,所述方法包括:
    接收第一电子设备发送的触摸事件;所述触摸事件为所述第一电子设备检测到在第一投屏区域上的触摸操作并封装所述触摸操作后生成的触摸事件;
    根据所述触摸事件,确定所述触摸操作请求启动的目标应用;
    向所述第一电子设备发送查询消息,所述查询消息用于请求查询所述第一电子设备中是否安装有所述目标应用。
  10. 根据权利要求9所述的方法,其特征在于,在接收第一电子设备发送的触摸事件之前,所述方法还包括:
    向所述第一电子设备发送投屏内容。
  11. 根据权利要求10所述的方法,其特征在于,所述投屏内容对应的应用与所述目标应用相同或不相同。
  12. 根据权利要求9-11任一项所述的方法,其特征在于,所述包信息包含所述目标应用的包名、组件名、组件配置中的一项或几项内容。
  13. 根据权利要求9-12任一项所述的方法,其特征在于,所述方法还包括:
    接收查询失败响应;
    向所述第一电子设备发送所述目标应用的目标功能页面的显示内容,所述目标功能页面为所述触摸操作请求显示的页面。
  14. 一种电子设备,其特征在于,包括:处理器、存储器和显示屏,所述存储器、所述显示屏与所述处理器耦合,所述存储器用于存储计算机程序代码,所述计算机程序代码包括计算机指令,当所述处理器从所述存储器中读取所述计算机指令,使得所述电子设备执行如权利要求1-8中任一项所述的方法。
  15. 一种电子设备,其特征在于,包括:处理器、存储器和显示屏,所述存储器、所述显示屏与所述处理器耦合,所述存储器用于存储计算机程序代码,所述计算机程序代码包括计算机指令,当所述处理器从所述存储器中读取所述计算机指令,使得所述电子设备执行如权利要求9-13中任一项所述的方法。
  16. 一种计算机可读存储介质,其特征在于,包括程序或指令,当所述程序或指令被执行时,如权利要求1-8中任一项所述的方法被实现,或者,如权利要求9-13中任一项所述的方法被实现。
PCT/CN2022/085384 2021-04-25 2022-04-06 功能跳转方法及电子设备 WO2022228065A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110448679.0 2021-04-25
CN202110448679.0A CN115328565A (zh) 2021-04-25 2021-04-25 功能跳转方法及电子设备

Publications (1)

Publication Number Publication Date
WO2022228065A1 true WO2022228065A1 (zh) 2022-11-03

Family

ID=83846642

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/085384 WO2022228065A1 (zh) 2021-04-25 2022-04-06 功能跳转方法及电子设备

Country Status (2)

Country Link
CN (1) CN115328565A (zh)
WO (1) WO2022228065A1 (zh)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377250A (zh) * 2019-06-05 2019-10-25 华为技术有限公司 一种投屏场景下的触控方法及电子设备
CN111857925A (zh) * 2020-07-21 2020-10-30 联想(北京)有限公司 一种投屏处理方法及装置
CN112486444A (zh) * 2020-11-30 2021-03-12 维沃移动通信有限公司 投屏方法、装置、设备和可读存储介质
CN112631535A (zh) * 2020-12-22 2021-04-09 努比亚技术有限公司 一种投屏反向控制方法及装置、移动终端、存储介质

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377250A (zh) * 2019-06-05 2019-10-25 华为技术有限公司 一种投屏场景下的触控方法及电子设备
CN111857925A (zh) * 2020-07-21 2020-10-30 联想(北京)有限公司 一种投屏处理方法及装置
CN112486444A (zh) * 2020-11-30 2021-03-12 维沃移动通信有限公司 投屏方法、装置、设备和可读存储介质
CN112631535A (zh) * 2020-12-22 2021-04-09 努比亚技术有限公司 一种投屏反向控制方法及装置、移动终端、存储介质

Also Published As

Publication number Publication date
CN115328565A (zh) 2022-11-11

Similar Documents

Publication Publication Date Title
CN112291764B (zh) 一种内容接续系统
WO2020177622A1 (zh) Ui组件显示的方法及电子设备
WO2021078284A1 (zh) 一种内容接续方法及电子设备
WO2020224449A1 (zh) 一种分屏显示的操作方法及电子设备
WO2020108356A1 (zh) 一种应用显示方法及电子设备
WO2020000448A1 (zh) 一种柔性屏幕的显示方法及终端
CN113504851A (zh) 一种播放多媒体数据的方法及电子设备
WO2021036770A1 (zh) 一种分屏处理方法及终端设备
WO2020173370A1 (zh) 一种应用图标的移动方法及电子设备
US20220304094A1 (en) Bluetooth Reconnection Method and Related Apparatus
WO2021063237A1 (zh) 电子设备的控制方法及电子设备
WO2021121052A1 (zh) 一种多屏协同方法、系统及电子设备
WO2021159746A1 (zh) 文件共享方法、系统及相关设备
CN112394895A (zh) 画面跨设备显示方法与装置、电子设备
WO2022068483A1 (zh) 应用启动方法、装置和电子设备
WO2021037146A1 (zh) 一种移动终端的文件共享方法及设备
CN112130788A (zh) 一种内容分享方法及其装置
WO2021238370A1 (zh) 显示控制方法、电子设备和计算机可读存储介质
WO2021042991A1 (zh) 一种非侵入式交互方法及电子设备
WO2021057699A1 (zh) 具有柔性屏幕的电子设备的控制方法及电子设备
JP2023528384A (ja) コンテンツ共有方法、装置、およびシステム
WO2023273543A1 (zh) 一种文件夹管理方法及装置
WO2022143180A1 (zh) 协同显示方法、终端设备及计算机可读存储介质
JP7204902B2 (ja) ファイル転送方法および電子デバイス
CN115016697A (zh) 投屏方法、计算机设备、可读存储介质和程序产品

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22794536

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22794536

Country of ref document: EP

Kind code of ref document: A1