WO2022166772A1 - Application program switching method and apparatus - Google Patents

Application program switching method and apparatus Download PDF

Info

Publication number
WO2022166772A1
WO2022166772A1 PCT/CN2022/074393 CN2022074393W WO2022166772A1 WO 2022166772 A1 WO2022166772 A1 WO 2022166772A1 CN 2022074393 W CN2022074393 W CN 2022074393W WO 2022166772 A1 WO2022166772 A1 WO 2022166772A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
user
user interface
framework layer
layer
Prior art date
Application number
PCT/CN2022/074393
Other languages
French (fr)
Chinese (zh)
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 WO2022166772A1 publication Critical patent/WO2022166772A1/en

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/451Execution arrangements for user interfaces
    • 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
    • G06F9/4451User profiles; Roaming
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Definitions

  • the present application relates to the field of computer technology, and in particular, to a method and device for switching application programs.
  • An application program refers to a computer program that completes one or more specific tasks. It runs in user mode, can interact with users, and has a visual user interface.
  • a variety of application programs are usually installed on terminal devices, such as mobile phones, tablet computers and other devices, and different application programs can meet different usage needs of users.
  • the present application discloses an application switching method and device, which can improve the efficiency of application switching.
  • an embodiment of the present application provides an application switching method, which is applied to a terminal device, where the terminal device includes a user key and a display unit, wherein the method includes:
  • the user interface for displaying the first application is switched to the user interface for displaying the third application, and the second application and the third application are different applications. program.
  • the associated information of each application program in the preset application program set is obtained through the framework layer of the terminal device system, and the preset application program set includes the first An application program, a second application program and a third application program; and the associated information of each application program is added to the monitoring stack.
  • the above-mentioned preset application program set is a running application program set.
  • the driver layer if it is detected by the driver layer that the number of times the user key is pressed is the first number of times, it is determined to trigger a first user operation event; the driver layer sends a first switching message to the framework layer; The associated information corresponding to the second application is read from the monitoring stack; the framework layer is used to switch from the user interface displaying the first application to the user interface displaying the second application.
  • the driver layer if it is detected by the driver layer that the number of times the user key is pressed is the second number of times, it is determined to trigger a second user operation event; the driver layer sends a second switching message to the framework layer; The associated information corresponding to the third application program is read in the stack; the user interface displaying the first application program is switched to the user interface displaying the third application program through the framework layer.
  • the ordering instruction input by the user is obtained through the framework layer; the respective application programs in the preset application program set are ordered through the framework layer according to the ordering instruction.
  • the configuration information input by the user is obtained through the framework layer; the first number of times is configured through the framework layer according to the configuration information.
  • an application switching device including:
  • the detection unit detects user operations on the terminal equipment through the driver layer of the terminal equipment system
  • a processing unit configured to switch from the currently displayed user interface of the first application to the user interface displaying the second application if the first user operation event for the user key is detected through the driver layer;
  • the processing unit is further configured to switch from the user interface displaying the first application to the user interface displaying the third application, the second application and the third application, if the second user operation event for the user key is detected through the driver layer.
  • Programs are different applications.
  • an embodiment of the present application provides an application switching device, including a processor, a memory, a communication interface, and a user interface, where the processor, the memory, the communication interface, and the user interface are connected to each other, wherein the memory is used for storing computer programs , the computer program includes program instructions, and the processor is configured to invoke the program instructions to execute the application switching method described in the first aspect.
  • an embodiment of the present application provides a computer-readable storage medium, where the computer-readable storage medium stores one or more instructions, and the one or more instructions are suitable for being loaded and executed by a processor as described in the first aspect Application switching method.
  • an embodiment of the present application provides a chip, the chip includes a processor and a data interface, and the processor reads an instruction stored in a memory through the data interface to execute the application switching method described in the first aspect.
  • an embodiment of the present application provides a chip module, where the chip module includes the chip in the fifth aspect.
  • the terminal device can detect the user operation on the terminal device through the driver layer of the terminal device system; if the driver layer detects the first user operation event for the user key The user interface is switched to the user interface displaying the second application; if the second user operation event for the user key is detected through the driver layer, the user interface displaying the first application is switched to the user interface displaying the third application, The second application and the third application are different applications. Through this method, the efficiency of application switching can be improved.
  • FIG. 1 is a schematic diagram of a hardware structure of a mobile terminal according to an embodiment of the present application
  • FIG. 2 is an architecture diagram of a communication network system provided by an embodiment of the present application.
  • FIG. 3 is a schematic diagram of a system architecture of application switching provided by an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of an application switching method provided by an embodiment of the present application.
  • FIG. 5 is a schematic diagram of a preset application program set provided by an embodiment of the present application.
  • FIG. 6 is a schematic diagram of an application switching method provided by an embodiment of the present application.
  • FIG. 7 is a schematic diagram of units of an application switching device provided by an embodiment of the present application.
  • FIG. 8 is a simplified schematic diagram of the physical structure of an application switching apparatus provided by an embodiment of the present application.
  • FIG. 9 is a simplified schematic diagram of a chip of an application switching apparatus provided by an embodiment of the present application.
  • Driver layer It is used to provide the operation interface of the external device for the upper-layer program and realize the driver of the device.
  • the upper-layer program of the device can ignore the internal implementation of the operating device, and only need to call the driver's interface.
  • the driver layer may include a hardware abstraction layer (Hardware Abstract Layer, HAL) and a driver.
  • HAL Hardware abstraction layer
  • Frame layer Below the presentation layer is the frame layer of the website. Skeleton: The location of buttons, spaces, pictures and text areas. The frame layer is used to optimize the design layout to achieve the maximum effect and efficiency of these elements, so that users can use them when they need them. , can remember the logo and find the corresponding button.
  • the apparatus herein can be applied to terminal equipment, and the terminal equipment can be implemented in various forms.
  • the terminal devices described in this application may include mobile phones, tablet computers, notebook computers, palmtop computers, personal digital assistants (Personal Digital Assistant, PDA), portable media players (Portable Media Player, PMP), navigation devices, Mobile terminals such as wearable devices, smart bracelets, and pedometers, as well as stationary terminals such as digital TVs and desktop computers.
  • PDA Personal Digital Assistant
  • PMP portable media players
  • Navigation devices Mobile terminals such as wearable devices, smart bracelets, and pedometers
  • Mobile terminals such as wearable devices, smart bracelets, and pedometers
  • stationary terminals such as digital TVs and desktop computers.
  • a mobile terminal will be used as an example, and those skilled in the art will understand that, in addition to elements specially used for mobile purposes, the configurations according to the embodiments of the present application can also be applied to stationary type terminals.
  • FIG. 1 is a schematic diagram of the hardware structure of a mobile terminal implementing various embodiments of the present application.
  • the mobile terminal 100 may include: an RF (Radio Frequency, radio frequency) unit 101, a WiFi module 102, an audio output unit 103, a /V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111 and other components.
  • RF Radio Frequency, radio frequency
  • the radio frequency unit 101 can be used for receiving and sending signals during transmission and reception of information or during a call. Specifically, after receiving the downlink information of the base station, it is processed by the processor 110; in addition, the uplink data is sent to the base station.
  • the radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like.
  • the radio frequency unit 101 can also communicate with the network and other devices through wireless communication.
  • the above-mentioned wireless communication can use any communication standard or protocol, including but not limited to GSM (Global System of Mobile communication, Global System for Mobile Communication), GPRS (General Packet Radio Service, General Packet Radio Service), CDMA2000 (Code Division Multiple Access 2000 , Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access, Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access, Time Division Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division Duplexing-Long Term Evolution, frequency division duplexing long term evolution) and TDD-LTE (Time Division Duplexing-Long Term Evolution, time division duplexing long term evolution) and so on.
  • GSM Global System of Mobile communication, Global System for Mobile Communication
  • GPRS General Packet Radio Service
  • CDMA2000 Code Division Multiple Access 2000
  • Code Division Multiple Access 2000 Code Division Multiple Access 2000
  • WCDMA Wideband Code Division Multiple Access
  • TD-SCDMA Time Division-S
  • WiFi is a short-distance wireless transmission technology
  • the mobile terminal can help users to send and receive emails, browse web pages, access streaming media, etc. through the WiFi module 102, which provides users with wireless broadband Internet access.
  • FIG. 1 shows the WiFi module 102, it can be understood that it is not a necessary component of the mobile terminal, and can be completely omitted as required within the scope of not changing the essence of the invention.
  • the audio output unit 103 can store the data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109.
  • the audio data is converted into audio signal and output as sound.
  • the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (eg, call signal reception sound, message reception sound, etc.).
  • the audio output unit 103 may include a speaker, a buzzer, and the like.
  • the A/V input unit 104 is used to receive audio or video signals.
  • the A/V input unit 104 may include a graphics processor (Graphics Processing Unit, GPU) 1041 and a microphone 1042, and the graphics processor 1041 responds to still pictures or images obtained by an image capture device (such as a camera) in a video capture mode or an image capture mode.
  • the image data of the video is processed.
  • the processed image frames may be displayed on the display unit 106 .
  • the image frames processed by the graphics processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102 .
  • the microphone 1042 can receive sound (audio data) via the microphone 1042 in a telephone call mode, a recording mode, a voice recognition mode, etc.
  • the processed audio (voice) data can be converted into a format that can be transmitted to a mobile communication base station via the radio frequency unit 101 for output in the case of a telephone call mode.
  • the microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to remove (or suppress) noise or interference generated in the process of receiving and transmitting audio signals.
  • the mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors.
  • the light sensor includes an ambient light sensor and a proximity sensor, wherein the ambient light sensor can adjust the brightness of the display panel 1061 according to the brightness of the ambient light, and the proximity sensor can close the display panel 1061 and the display panel 1061 when the mobile terminal 100 is moved to the ear. / or backlight.
  • the accelerometer sensor can detect the magnitude of acceleration in all directions (usually three axes), and can detect the magnitude and direction of gravity when it is stationary.
  • the display unit 106 is used to display information input by the user or information provided to the user.
  • the display unit 106 may include a display panel 1061, and the display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
  • LCD Liquid Crystal Display
  • OLED Organic Light-Emitting Diode
  • the user input unit 107 may be used to receive input numerical or character information, and generate key signal input related to user settings and function control of the mobile terminal.
  • the user input unit 107 may include a touch panel 1071 and other input devices 1072 .
  • the touch panel 1071 also referred to as a touch screen, can collect the user's touch operations on or near it (such as the user's finger, stylus, etc., any suitable object or attachment on or near the touch panel 1071). operation), and drive the corresponding connection device according to the preset program.
  • the touch panel 1071 may include two parts, a touch detection device and a touch controller.
  • the touch detection device detects the user's touch orientation, detects the signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts it into contact coordinates, and sends it to the touch controller.
  • the touch panel 1071 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves.
  • the user input unit 107 may also include other input devices 1072 .
  • other input devices 1072 may include, but are not limited to, one or more of physical keyboards, function keys (such as volume control keys, switch keys, etc.), trackballs, mice, operation sticks, etc., which are not specifically limited here. .
  • the touch panel 1071 can cover the display panel 1061, and when the touch panel 1071 detects a touch operation on or near it, it transmits it to the processor 110 to determine the type of the touch event, and then the processor 110 determines the type of the touch event according to the touch event.
  • Type provides corresponding visual output on display panel 1061 .
  • the touch panel 1071 and the display panel 1061 are used as two independent components to realize the input and output functions of the mobile terminal, but in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated The input and output functions of the mobile terminal are implemented, which is not specifically limited here.
  • the interface unit 108 serves as an interface through which at least one external device can be connected to the mobile terminal 100 .
  • external devices may include wired or wireless headset ports, external power (or battery charger) ports, wired or wireless data ports, memory card ports, ports for connecting devices with identification modules, audio input/output (I/O) ports, video I/O ports, headphone ports, and more.
  • the interface unit 108 may be used to receive input (eg, data information, power, etc.) from an external device and transmit the received input to one or more elements within the mobile terminal 100 or may be used between the mobile terminal 100 and the external Transfer data between devices.
  • the memory 109 may be used to store software programs as well as various data.
  • the memory 109 may mainly include a stored program area and a stored data area, wherein the stored program area may store an operating system, an application program (such as a sound playback function, an image playback function, etc.) required for at least one function, and the like; Data created by the use of the mobile phone (such as audio data, phone book, etc.), etc.
  • memory 109 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
  • the processor 110 is the control center of the mobile terminal, uses various interfaces and lines to connect various parts of the entire mobile terminal, runs or executes the software programs and/or modules stored in the memory 109, and calls the data stored in the memory 109. , perform various functions of the mobile terminal and process data, so as to monitor the mobile terminal as a whole.
  • the processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor and a modem processor, wherein the application processor mainly processes the operating system, user interface, and application programs, etc., and the modem
  • the processor mainly handles wireless communication. It can be understood that, the above-mentioned modulation and demodulation processor may not be integrated into the processor 110 .
  • the mobile terminal 100 may also include a power supply 111 (such as a battery) for supplying power to various components.
  • a power supply 111 (such as a battery) for supplying power to various components.
  • the power supply 111 may be logically connected to the processor 110 through a power management system, so as to manage charging, discharging, and power consumption management through the power management system and other functions.
  • the mobile terminal 100 may also include a Bluetooth module, etc., which will not be described herein again.
  • FIG. 2 is an architecture diagram of a communication network system provided by an embodiment of the application.
  • the communication network system is an LTE system of universal mobile communication technology.
  • 201 E-UTRAN (Evolved UMTS Terrestrial Radio Access Network, Evolved UMTS Terrestrial Radio Access Network) 202, EPC (Evolved Packet Core, Evolved Packet Core) 203 and the operator's IP service 204.
  • E-UTRAN Evolved UMTS Terrestrial Radio Access Network
  • EPC Evolved Packet Core, Evolved Packet Core
  • the UE 201 may be the above-mentioned terminal 100, which will not be repeated here.
  • E-UTRAN 202 includes eNodeB 2021 and other eNodeB 2022 and the like.
  • the eNodeB 2021 can be connected to other eNodeBs 2022 through a backhaul (eg X2 interface), the eNodeB 2021 is connected to the EPC 203 , and the eNodeB 2021 can provide access from the UE 201 to the EPC 203 .
  • a backhaul eg X2 interface
  • EPC 203 may include MME (Mobility Management Entity, Mobility Management Entity) 2031, HSS (Home Subscriber Server, Home Subscriber Server) 2032, other MME 2033, SGW (Serving Gate Way, Serving Gateway) 2034, PGW (PDN Gate Way, packet data network gateway) 2035 and PCRF (Policy and Charging Rules Function, policy and charging functional entity) 2036 and so on.
  • MME2031 is a control node that processes signaling between UE201 and EPC203, and provides bearer and connection management.
  • the HSS2032 is used to provide some registers to manage functions such as the home location register (not shown in the figure), and to store some user-specific information about service characteristics, data rates, etc.
  • PCRF2036 is the policy and charging control policy decision point of service data flow and IP bearer resources, it is the policy and charging execution function A unit (not shown) selects and provides available policy and charging control decisions.
  • the IP service 204 may include the Internet, an intranet, an IMS (IP Multimedia Subsystem, IP Multimedia Subsystem) or other IP services.
  • IMS IP Multimedia Subsystem, IP Multimedia Subsystem
  • FIG. 3 is a schematic diagram of a system architecture of application switching according to an embodiment of the present application.
  • the system framework shown in FIG. 3 can be applied to the terminal device, and the system framework can include a framework layer, a driver layer and user keys.
  • the driver layer can detect the user key, and when it is detected that the user key is pressed, it can trigger to generate a corresponding message and send it to the framework layer, and realize the switching of the application program through the framework layer.
  • the user button may be a physical physical button, a virtual button, or other buttons that can realize a click operation.
  • the user button may be located at the position shown in FIG. 3 , or may be located at other reasonable positions, such as the left side of the terminal device.
  • the user key may be a traditional physical key, or may be a virtual key in the side screen of the curved screen device, etc., which is not limited in the embodiment of the present application.
  • the framework layer can also interact with the monitoring stack.
  • the monitoring stack can save the associated information of a specific type of program.
  • the framework layer can call the monitoring stack to extract the associated information of a certain program, or save the associated information of a certain program to The listening stack.
  • the terminal device may further include a display unit, which may display a user interface of an application program, and the user interface of each application program may be different, that is, may include different page layouts, different icons, and the like.
  • the embodiments of the present application provide an application switching method and apparatus, and the application switching method and apparatus provided by the embodiments of the present application are further described below in detail.
  • FIG. 4 provides a schematic flowchart of an application switching method according to an embodiment of the present application.
  • the application switching method includes the following operations 410 to 430 .
  • the method execution body shown in FIG. 4 may be a terminal device, or the body may be a chip in the terminal device, and the terminal device may include user keys and a display unit.
  • the terminal device executes the process shown in Figure 4, it may include the following steps:
  • the driver layer can directly interact with the user key, the driver layer can detect the user key, and if a user operation is detected, a corresponding program can be triggered.
  • the user operation may include operations such as clicking, touching, and long pressing on the user key.
  • the embodiments of the present application do not limit the specific actions of the user operation, and may be set and modified according to actual conditions.
  • the framework layer in the terminal device system can obtain the associated information of each application program in the preset application program set.
  • the preset application set may be a running application set; or, the preset application set may also be a user setting application set, and the user setting application set may include running applications , and can also include applications that are not running.
  • FIG. 5 is a schematic diagram of a preset application set, and the set may include application 1 to application 6.
  • the application 1 to application 6 may all be running applications (that is, the set is the set of running applications), or only some of the applications are in the running state (that is, the set is the set of applications set by the user) .
  • the framework layer may add the associated information of each application in the preset application set to the monitoring stack.
  • the display unit of the terminal device currently displays the user interface of the first application program
  • the user interface of the first application program is the display interface of components such as icons and function layouts associated with the first application program.
  • the driver layer can send the first switching message to the framework layer.
  • the first switching message may instruct to switch to the user interface of the application program that is displayed next to the user interface of the currently displayed first application program.
  • the framework layer can determine, according to the first switching message, the previous application to switch to the first application, and the application is the second application.
  • the framework layer can read the associated information corresponding to the second application from the monitoring stack. In this way, the framework layer can switch from the currently displayed user interface of the first application program to the user interface displaying the second application program.
  • the display unit of the current terminal device displays the user interface of the application 3 .
  • the driver layer of the terminal device system detects the first user operation event, if the number of times the user presses the user key is 1, a first switching message can be generated, and the first switching message is used to instruct to switch to the display application 2 user interface.
  • the application 2 may be in a non-running state, or may be in an already running state. If the application 2 is in the running state, it is also in the background running state.
  • the framework layer can determine to switch the application 2 from the non-running state to the running state, and switch from displaying the user interface of the application 3 to displaying the application 2 user interface. As shown in Figure 6, after the terminal device detects the first user operation event, it can directly switch from the user interface displaying the first application to the user interface displaying the second application.
  • the driver layer may send the first switching message to the framework layer.
  • the first switching message may instruct to switch to display the user interface of the already-running application program that is ranked above the user interface of the currently displayed first application program.
  • the framework layer can determine, according to the first switching message, the last running application to be switched to the first application, and the running application is the second application. For example, application 1, application 3, and application 5 in FIG. 5 are in the running state, other applications are in the non-running state, and application 3 is the first application, then the previous one of the first application has been running The application is application 1.
  • the terminal device detects through the driver layer that the number of times the user's key is pressed is the second number of times, it can be determined that the trigger is triggered the second user action event.
  • the second user operation event is that the number of times the user presses the user key is the second number of times.
  • the driver layer can send the second switching message to the framework layer.
  • the second switching message may indicate switching to display the user interface of the application program next to the user interface of the currently displayed first application program.
  • the framework layer After receiving the second switching message, the framework layer can determine, according to the second switching message, the next application to switch to the first application, that is, the third application, and can read the third application in the monitoring stack Corresponding association information. In this way, the framework layer can switch from the currently displayed user interface of the first application program to the user interface displaying the third application program.
  • the display unit of the current terminal device displays the user interface of the application 3 .
  • the driver layer of the terminal device system detects the second user operation event, if the number of times the user presses the user key is 2, a second switching message can be generated, and the second switching message is used to instruct switching to the display application 4 user interface.
  • the application 4 may be in a non-running state, or may be in an already running state. If the application 4 is in the running state, it is also in the background running state.
  • the framework layer can determine to switch the application 4 from the non-running state to the running state, and switch from displaying the user interface of the application 3 to displaying the application 4 user interface. As shown in FIG. 6 , when the terminal device detects the second user operation event, it can directly switch from the user interface displaying the first application to the user interface displaying the third application.
  • the driver layer may send a second switching message to the framework layer.
  • the second switching message may instruct to switch to display the user interface of the already-running application that is next to the user interface of the currently displayed first application.
  • the framework layer can determine the next running application to switch to the first application according to the second switching message, and the running application is the third application. For example, application 1, application 3, and application 5 in FIG. 5 are in the running state, other applications are in the non-running state, and application 3 is the first application, then the next one of the first application is running The application is application 5.
  • the first application program is the application program 1 in Fig. 5
  • the previous application program of the application program 1 is the application program 6, that is, the application program with the largest index value in the preset application program set.
  • the next application program of the application program 6 is the application program 1 , that is, the application program with the smallest index value in the preset application program set.
  • the arrangement order of each application in the set may also be arranged according to the order in which each application is opened.
  • the terminal device framework layer may acquire a sorting instruction input by the user, and sort each application in the preset application set according to the sorting instruction. In this way, the user can customize the arrangement of each application, which improves the flexibility of application switching.
  • the framework layer may also acquire configuration information input by the user, and configure the first number of times and the second number of times according to the configuration information.
  • the first time can be 2 times
  • the second time can be 1 time
  • the first time can be 3 times
  • the second time can be 2 times
  • this embodiment of the present application does not limit the first number of times and the second number of times that can be set by the user.
  • the terminal device can detect user operations on the terminal device through the driver layer.
  • the first user operation event is detected, it is possible to switch from the currently displayed user interface of the first application program to displaying the user interface of the second application program.
  • the second user operation event is detected, it is possible to switch from the currently displayed user interface of the first application program to displaying the user interface of the third application program.
  • the second application may be arranged before the first application, and the third application may be arranged after the first application. In this way, when the user needs to switch applications, he does not need to close the currently displayed first application, enter the Launcher or menu page, and then select the application to be opened. The user of the application can be realized directly by clicking the user button. interface switching. Through this method, the efficiency of application switching can be improved.
  • FIG. 7 is a schematic diagram of a unit of an application switching apparatus provided by an embodiment of the present application.
  • the application switching apparatus shown in FIG. 7 may be used to perform some or all of the functions in the method embodiment described in FIG. 4 above.
  • the device may be a terminal device, or a device in the terminal device, or a device that can be used in combination with the terminal device.
  • the logical structure of the apparatus may include: a detection unit 710 , a processing unit 720 , a display unit 730 and an acquisition unit 740 .
  • the terminal device When the apparatus is applied to a terminal device, the terminal device includes user buttons and a display unit 730, wherein:
  • a detection unit 710 configured to detect user operations on the terminal device through the driver layer of the terminal device system
  • the processing unit 720 is configured to switch from the user interface of the first application program currently displayed by the display unit 730 to the user interface of the second application program displayed by the display unit 730 if the first user operation event for the user key is detected through the driver layer ;
  • the above processing unit 720 is further configured to switch from the display unit 730 for displaying the user interface of the first application to the display unit 730 for displaying the user interface of the third application if the second user operation event for the user key is detected through the driver layer,
  • the above-mentioned second application program and the third application program are different application programs.
  • the obtaining unit 740 is configured to obtain the association of each application program in the preset application program set through the framework layer of the terminal device system information, the preset application program set includes a first application program, a second application program and a third application program; the above processing unit 720 is further configured to add the associated information of each application program to the listening stack.
  • the foregoing preset application set is a running application set.
  • the above-mentioned processing unit 720 is further configured to determine to trigger the first user operation event if the number of times the user key is pressed is the first number of times detected by the driver layer; Send a first switching message; read associated information corresponding to the second application from the monitoring stack through the framework layer; switch from the user interface displaying the first application to the user interface displaying the second application through the framework layer.
  • the above-mentioned processing unit 720 is further configured to determine to trigger the second user operation event if the number of times the user key is pressed is the second number of times detected by the driver layer; send the event to the framework layer through the driver layer The second switching message; reading the associated information corresponding to the third application from the monitoring stack through the framework layer; switching from the user interface displaying the first application to the user interface displaying the third application through the framework layer.
  • the above-mentioned processing unit 720 is further configured to obtain the sorting instruction input by the user through the framework layer; the framework layer sorts each application program in the preset application program set according to the sorting instruction.
  • the above-mentioned processing unit 720 is further configured to obtain configuration information input by the user through the framework layer; configure the first number of times through the framework layer according to the configuration information.
  • FIG. 8 is a simplified schematic diagram of the physical structure of an application switching device provided by an embodiment of the present application.
  • the device includes a processor 810, a memory 820, a communication interface 830, and a user interface 840.
  • the processor 810, the memory 820, communication interface 830, and user interface 840 are connected by one or more communication buses.
  • the application switching device may be a chip, a chip module, or the like.
  • the processor 810 is configured to support the application switching apparatus to perform the functions corresponding to the method in FIG. 2 described above. It should be understood that in this embodiment of the present application, the processor 810 may be a central processing unit (central processing unit, CPU for short), and the processor may also be other general-purpose processors, digital signal processors (digital signal processor, DSP for short) ), application specific integrated circuit (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
  • the memory 820 is used to store program codes and the like.
  • the memory 820 in this embodiment of the present application may be a volatile memory or a nonvolatile memory, or may include both volatile and nonvolatile memory.
  • the non-volatile memory may be read-only memory (ROM for short), programmable read-only memory (PROM for short), erasable programmable read-only memory (EPROM for short) , Electrically Erasable Programmable Read-Only Memory (electrically EPROM, EEPROM for short) or flash memory.
  • Volatile memory may be random access memory (RAM), which acts as an external cache.
  • RAM random access memory
  • SRAM static random access memory
  • DRAM dynamic random access memory
  • DRAM synchronous Dynamic random access memory
  • SDRAM synchronous Dynamic random access memory
  • DDR SDRAM double data rate synchronous dynamic random access memory
  • ESDRAM enhanced synchronous dynamic random access memory
  • SLDRAM Synchronous connection dynamic random access memory
  • DR RAM direct memory bus random access memory
  • the communication interface 830 is used to send and receive data, information or messages, etc., and can also be described as a transceiver, a transceiver circuit, and the like.
  • the processor 810 invokes the program code stored in the memory 820 to perform the following operations:
  • the processor 810 calls the program code stored in the memory 820 to detect the user operation on the terminal device through the driver layer of the terminal device system;
  • the processor 810 calls the program code stored in the memory 820 and detects the first user operation event for the user key through the driver layer, it switches from the user interface of the first application currently displayed by the display unit 730 to the display unit 730 displaying the second user interface. the user interface of the application;
  • the processor 810 calls the program code stored in the memory 820, and if the second user operation event for the user key is detected through the driver layer, the processor 810 switches from the user interface 840 displaying the first application to the user interface 840 displaying the third application.
  • the user interface of the above-mentioned second application program and the third application program are different application programs.
  • the processor 810 invokes the program code stored in the memory 820 to obtain the preset application program set through the framework layer of the terminal device system
  • the preset application program set includes a first application program, a second application program and a third application program; the above-mentioned processing unit 720 is further configured to add the association information of each application program to the monitoring stack.
  • the foregoing preset application set is a running application set.
  • the processor 810 calls the program code stored in the memory 820 and determines to trigger the first user operation event if the driver layer detects that the number of times the user key is pressed is the first number of times;
  • the layer sends a first switching message to the framework layer; reads the associated information corresponding to the second application from the monitoring stack through the framework layer; switches from the user interface displaying the first application to the user interface displaying the second application through the framework layer .
  • the processor 810 calls the program code stored in the memory 820 and determines to trigger the second user operation event if the driver layer detects that the number of times the user key is pressed is the second time; through the driver layer Send a second switching message to the framework layer; read the associated information corresponding to the third application program from the monitoring stack through the framework layer; switch from the user interface displaying the first application program to the user interface displaying the third application program through the framework layer.
  • the processor 810 invokes the program code stored in the memory 820 to obtain the sorting instruction input by the user through the framework layer; the framework layer sorts each application program in the preset application program set according to the sorting instruction.
  • the processor 810 invokes the program code stored in the memory 820 to obtain the configuration information input by the user through the framework layer; the first number of times is configured through the framework layer according to the configuration information.
  • modules/units included in the devices and products described in the foregoing embodiments may be software modules/units or hardware modules/units, or may be partly software modules/units and partly hardware modules/units.
  • each module/unit included therein may be implemented by hardware such as circuits, or at least some of the modules/units may be implemented by a software program.
  • the remaining (if any) part of the modules/units can be implemented by hardware such as circuits; for each device and product applied to or integrated in the chip module, the modules/units contained therein can be They are all implemented by hardware such as circuits, and different modules/units can be located in the same component of the chip module (such as chips, circuit modules, etc.) or in different components, or at least some of the modules/units can be implemented by software programs.
  • the software program runs on the processor integrated inside the chip module, and the remaining (if any) part of the modules/units can be implemented by hardware such as circuits; for each device and product applied to or integrated in the terminal, each module contained in it
  • the units/units may all be implemented in hardware such as circuits, and different modules/units may be located in the same component (eg, chip, circuit module, etc.) or in different components in the terminal, or at least some of the modules/units may be implemented by software programs Realization, the software program runs on the processor integrated inside the terminal, and the remaining (if any) part of the modules/units can be implemented in hardware such as circuits.
  • FIG. 9 is a simplified schematic diagram of a chip of a data processing apparatus according to an embodiment of the present application, where the chip includes a processor 910 and a data interface 920 .
  • the chip can be used to process functions corresponding to the method in FIG. 4 .
  • the chip can be included in the application switching device as shown in FIG. 8 .
  • the chip may also be included in a chip module.
  • the units in the processing device according to the embodiment of the present invention may be combined, divided, and deleted according to actual needs.
  • a computer program product includes one or more computer instructions.
  • the computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable device.
  • Computer instructions may be stored in or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from a website site, computer, server, or data center over a wire (e.g.
  • a computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server, data center, or the like that includes an integration of one or more available media.
  • Useful media may be magnetic media (eg, floppy disks, storage disks, magnetic tapes), optical media (eg, DVD), or semiconductor media (eg, Solid State Disk (SSD)), among others.

Abstract

Disclosed in the present application are an application program switching method and apparatus. The method comprises: detecting a user operation for a terminal device by means of a driving layer of a terminal device system; if a first user operation event for a user key is detected by means of the driving layer, switching from a user interface that currently displays a first application program to a user interface that displays a second application program; and if a second user operation event for the user key is detected by means of the driving layer, switching from the user interface that displays the first application program to a user interface that displays a third application program, wherein the second application program and the third application program are different application programs. By means of the method, the efficiency of application program switching can be improved.

Description

一种应用程序切换方法及装置Application switching method and device 技术领域technical field
本申请涉及计算机技术领域,尤其涉及一种应用程序切换方法及装置。The present application relates to the field of computer technology, and in particular, to a method and device for switching application programs.
背景技术Background technique
应用程序指为完成某项或多项特定工作的计算机程序,它运行在用户模式,可以和用户进行交互,具有可视的用户界面。在终端设备,如手机、平板电脑等设备上通常安装有多种应用程序,不同的应用程序可以满足用户不同的使用需求。An application program refers to a computer program that completes one or more specific tasks. It runs in user mode, can interact with users, and has a visual user interface. A variety of application programs are usually installed on terminal devices, such as mobile phones, tablet computers and other devices, and different application programs can meet different usage needs of users.
用户在使用某个应用程序时,若期望切换到另外一个应用程序,则需要点击返回(Back)键或主页(Home)键,使正在使用的应用程序切换回后台运行,并且使终端设备显示菜单主页或桌面启动器(Launcher)。这样,用户才可以找到并点击期望切换的应用程序,才能实现切换到另一应用程序的功能。显然,该方法较麻烦,用户切换应用程序的效率较低。When a user is using an application, if he wants to switch to another application, he needs to click the Back button or the Home button to switch the application in use back to running in the background and display the menu on the terminal device. Homepage or desktop launcher (Launcher). In this way, the user can find and click on the application program desired to be switched, so as to realize the function of switching to another application program. Obviously, this method is troublesome, and the efficiency of the user switching applications is low.
发明内容SUMMARY OF THE INVENTION
本申请公开了一种应用程序切换方法及装置,可以提高应用程序切换的效率。The present application discloses an application switching method and device, which can improve the efficiency of application switching.
第一方面,本申请实施例提供了一种应用程序切换方法,应用于终端设备,该终端设备包括用户按键和显示单元,其中,该方法包括:In a first aspect, an embodiment of the present application provides an application switching method, which is applied to a terminal device, where the terminal device includes a user key and a display unit, wherein the method includes:
通过终端设备系统的驱动层检测对终端设备的用户操作;Detect user operations on the terminal device through the driver layer of the terminal device system;
若通过驱动层检测到针对用户按键的第一用户操作事件,则从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面;If the first user operation event for the user key is detected through the driver layer, switching from the currently displayed user interface of the first application to the user interface displaying the second application;
若通过驱动层检测到针对用户按键的第二用户操作事件,则从显示第一应用程序的用户界面切换至显示第三应用程序的用户界面,第二应用程序与第三应用程序为不同的应用程序。If the second user operation event for the user key is detected through the driver layer, the user interface for displaying the first application is switched to the user interface for displaying the third application, and the second application and the third application are different applications. program.
在一实施方式中,通过终端设备系统的驱动层检测对终端设备的用户操作之前,通过终端设备系统的框架层获取预设应用程序集合中各个应用程序的关联信息,预设应用程序集合包括第一应用程序、第二应用程序和第三应用程序;将各个应用程序的关联信息添加至监听栈中。In one embodiment, before the user operation on the terminal device is detected by the driver layer of the terminal device system, the associated information of each application program in the preset application program set is obtained through the framework layer of the terminal device system, and the preset application program set includes the first An application program, a second application program and a third application program; and the associated information of each application program is added to the monitoring stack.
在一实施方式中,上述预设应用程序集合为已运行应用程序集合。In one embodiment, the above-mentioned preset application program set is a running application program set.
在一实施方式中,若通过驱动层检测到用户按键被按下的次数为第一次数,则确定触发第一用户操作事件;通过驱动层向框架层发送第一切换消息;通过框架层从监听栈中读取第二应用程序对应的关联信息;通过框架层从显示第一应用程序的用户界面切换至显示第二应用程序的用户界面。In one embodiment, if it is detected by the driver layer that the number of times the user key is pressed is the first number of times, it is determined to trigger a first user operation event; the driver layer sends a first switching message to the framework layer; The associated information corresponding to the second application is read from the monitoring stack; the framework layer is used to switch from the user interface displaying the first application to the user interface displaying the second application.
在一实施方式中,若通过驱动层检测到用户按键被按下的次数为第二次数,则确定触发第二用户操作事件;通过驱动层向框架层发送第二切换消息;通过框架层从监听栈中读取第三应用程序对应的关联信息;通过框架层由显示第一应用程序的用户界面切换至显示第三应用程序的用户界面。In one embodiment, if it is detected by the driver layer that the number of times the user key is pressed is the second number of times, it is determined to trigger a second user operation event; the driver layer sends a second switching message to the framework layer; The associated information corresponding to the third application program is read in the stack; the user interface displaying the first application program is switched to the user interface displaying the third application program through the framework layer.
在一实施方式中,通过框架层获取用户输入的排序指令;通过框架层根据排序指令对 预设应用程序集合中的各个应用程序进行排序。In one embodiment, the ordering instruction input by the user is obtained through the framework layer; the respective application programs in the preset application program set are ordered through the framework layer according to the ordering instruction.
在一实施方式中,通过框架层获取用户输入的配置信息;通过框架层根据配置信息配置第一次数。In one embodiment, the configuration information input by the user is obtained through the framework layer; the first number of times is configured through the framework layer according to the configuration information.
第二方面,本申请实施例提供了一种应用程序切换装置,包括:In a second aspect, an embodiment of the present application provides an application switching device, including:
检测单元,通过终端设备系统的驱动层检测对终端设备的用户操作;The detection unit detects user operations on the terminal equipment through the driver layer of the terminal equipment system;
处理单元,用于若通过驱动层检测到针对用户按键的第一用户操作事件,则从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面;a processing unit, configured to switch from the currently displayed user interface of the first application to the user interface displaying the second application if the first user operation event for the user key is detected through the driver layer;
处理单元还用于若通过驱动层检测到针对用户按键的第二用户操作事件,则由显示第一应用程序的用户界面切换至显示第三应用程序的用户界面,第二应用程序与第三应用程序为不同的应用程序。The processing unit is further configured to switch from the user interface displaying the first application to the user interface displaying the third application, the second application and the third application, if the second user operation event for the user key is detected through the driver layer. Programs are different applications.
第三方面,本申请实施例提供了一种应用程序切换装置,包括处理器、存储器、通信接口和用户接口,处理器、存储器、通信接口和用户接口相互连接,其中,存储器用于存储计算机程序,计算机程序包括程序指令,处理器被配置用于调用程序指令,执行如第一方面描述的应用程序切换方法。In a third aspect, an embodiment of the present application provides an application switching device, including a processor, a memory, a communication interface, and a user interface, where the processor, the memory, the communication interface, and the user interface are connected to each other, wherein the memory is used for storing computer programs , the computer program includes program instructions, and the processor is configured to invoke the program instructions to execute the application switching method described in the first aspect.
第四方面,本申请实施例提供了一种计算机可读存储介质,计算机可读存储介质存储有一条或多条指令,一条或多条指令适于由处理器加载并执行如第一方面描述的应用程序切换方法。In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium, where the computer-readable storage medium stores one or more instructions, and the one or more instructions are suitable for being loaded and executed by a processor as described in the first aspect Application switching method.
第五方面,本申请实施例提供了一种芯片,该芯片包括处理器与数据接口,处理器通过数据接口读取存储器上存储的指令,以执行如第一方面描述的应用程序切换方法。In a fifth aspect, an embodiment of the present application provides a chip, the chip includes a processor and a data interface, and the processor reads an instruction stored in a memory through the data interface to execute the application switching method described in the first aspect.
第六方面,本申请实施例提供了一种芯片模组,该芯片模组包括如第五方面中的芯片。In a sixth aspect, an embodiment of the present application provides a chip module, where the chip module includes the chip in the fifth aspect.
本申请实施例中,终端设备可以通过终端设备系统的驱动层检测对终端设备的用户操作;若通过驱动层检测到针对用户按键的第一用户操作事件,则从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面;若通过驱动层检测到针对用户按键的第二用户操作事件,则从显示第一应用程序的用户界面切换至显示第三应用程序的用户界面,第二应用程序与第三应用程序为不同的应用程序。通过该方法,可以提高应用程序切换的效率。In this embodiment of the present application, the terminal device can detect the user operation on the terminal device through the driver layer of the terminal device system; if the driver layer detects the first user operation event for the user key The user interface is switched to the user interface displaying the second application; if the second user operation event for the user key is detected through the driver layer, the user interface displaying the first application is switched to the user interface displaying the third application, The second application and the third application are different applications. Through this method, the efficiency of application switching can be improved.
附图说明Description of drawings
为了更清楚地说明本申请实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to explain the technical solutions of the embodiments of the present application more clearly, the following briefly introduces the accompanying drawings used in the description of the embodiments. For those of ordinary skill, other drawings can also be obtained from these drawings without any creative effort.
图1为本申请实施例提供的一种移动终端的硬件结构示意图;FIG. 1 is a schematic diagram of a hardware structure of a mobile terminal according to an embodiment of the present application;
图2为本申请实施例提供的一种通信网络系统架构图;FIG. 2 is an architecture diagram of a communication network system provided by an embodiment of the present application;
图3为本申请实施例提供的一种应用程序切换的系统架构示意图;FIG. 3 is a schematic diagram of a system architecture of application switching provided by an embodiment of the present application;
图4为本申请实施例提供的一种应用程序切换方法的流程示意图;FIG. 4 is a schematic flowchart of an application switching method provided by an embodiment of the present application;
图5为本申请实施例提供的一种预设应用程序集合的示意图;FIG. 5 is a schematic diagram of a preset application program set provided by an embodiment of the present application;
图6为本申请实施例提供的一种应用程序切换方法的示意图;6 is a schematic diagram of an application switching method provided by an embodiment of the present application;
图7为本申请实施例提供的一种应用程序切换装置的单元示意图FIG. 7 is a schematic diagram of units of an application switching device provided by an embodiment of the present application
图8为本申请实施例提供的一种应用程序切换装置的实体结构简化示意图;FIG. 8 is a simplified schematic diagram of the physical structure of an application switching apparatus provided by an embodiment of the present application;
图9为本申请实施例提供的一种应用程序切换装置的芯片简化示意图。FIG. 9 is a simplified schematic diagram of a chip of an application switching apparatus provided by an embodiment of the present application.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述。The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention.
为了能够更好地理解本申请实施例,下面对本申请实施例涉及的专业术语进行介绍:In order to better understand the embodiments of the present application, the technical terms involved in the embodiments of the present application are introduced below:
驱动层:用于为上层程序提供外部设备的操作接口,并实现设备的驱动程序。设备的上层程序可以不管操作的设备内部实现,只需要调用驱动的接口即可。驱动层可以包括硬件抽象层(Hardware Abstract Layer,HAL)和驱动程序。Driver layer: It is used to provide the operation interface of the external device for the upper-layer program and realize the driver of the device. The upper-layer program of the device can ignore the internal implementation of the operating device, and only need to call the driver's interface. The driver layer may include a hardware abstraction layer (Hardware Abstract Layer, HAL) and a driver.
框架层:在表现层之下是网站的框架层skeleton:按钮、空间、图片和文本区域的位置,框架层用于优化设计布局,以达到这些元素的最大效果和效率,使用户在需要的时候,能记得标识并找到相应按钮。Frame layer: Below the presentation layer is the frame layer of the website. Skeleton: The location of buttons, spaces, pictures and text areas. The frame layer is used to optimize the design layout to achieve the maximum effect and efficiency of these elements, so that users can use them when they need them. , can remember the logo and find the corresponding button.
本文中的装置可以应用于终端设备,终端设备可以以各种形式来实施。例如,本申请中描述的终端设备可以包括诸如手机、平板电脑、笔记本电脑、掌上电脑、个人数字助理(Personal Digital Assistant,PDA)、便捷式媒体播放器(Portable Media Player,PMP)、导航装置、可穿戴设备、智能手环、计步器等移动终端,以及诸如数字TV、台式计算机等固定终端。The apparatus herein can be applied to terminal equipment, and the terminal equipment can be implemented in various forms. For example, the terminal devices described in this application may include mobile phones, tablet computers, notebook computers, palmtop computers, personal digital assistants (Personal Digital Assistant, PDA), portable media players (Portable Media Player, PMP), navigation devices, Mobile terminals such as wearable devices, smart bracelets, and pedometers, as well as stationary terminals such as digital TVs and desktop computers.
后续描述中将以移动终端为例进行说明,本领域技术人员将理解的是,除了特别用于移动目的的元件之外,根据本申请的实施方式的构造也能够应用于固定类型的终端。In the following description, a mobile terminal will be used as an example, and those skilled in the art will understand that, in addition to elements specially used for mobile purposes, the configurations according to the embodiments of the present application can also be applied to stationary type terminals.
请参阅图1,其为实现本申请各个实施例的一种移动终端的硬件结构示意图,该移动终端100可以包括:RF(Radio Frequency,射频)单元101、WiFi模块102、音频输出单元103、A/V(音频/视频)输入单元104、传感器105、显示单元106、用户输入单元107、接口单元108、存储器109、处理器110、以及电源111等部件。本领域技术人员可以理解,图1中示出的移动终端结构并不构成对移动终端的限定,移动终端可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。Please refer to FIG. 1 , which is a schematic diagram of the hardware structure of a mobile terminal implementing various embodiments of the present application. The mobile terminal 100 may include: an RF (Radio Frequency, radio frequency) unit 101, a WiFi module 102, an audio output unit 103, a /V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111 and other components. Those skilled in the art can understand that the structure of the mobile terminal shown in FIG. 1 does not constitute a limitation on the mobile terminal, and the mobile terminal may include more or less components than the one shown, or combine some components, or different components layout.
下面结合图1对移动终端的各个部件进行具体的介绍:Below in conjunction with Fig. 1, each component of the mobile terminal is introduced in detail:
射频单元101可用于收发信息或通话过程中,信号的接收和发送,具体的,将基站的下行信息接收后,给处理器110处理;另外,将上行的数据发送给基站。通常,射频单元101包括但不限于天线、至少一个放大器、收发信机、耦合器、低噪声放大器、双工器等。此外,射频单元101还可以通过无线通信与网络和其他设备通信。上述无线通信可以使用任一通信标准或协议,包括但不限于GSM(Global System of Mobile communication,全球移动通讯系统)、GPRS(General Packet Radio Service,通用分组无线服务)、CDMA2000(Code Division Multiple Access 2000,码分多址2000)、WCDMA(Wideband Code Division Multiple Access,宽带码分多址)、TD-SCDMA(Time Division-Synchronous Code Division Multiple Access,时分同步码分多址)、FDD-LTE(Frequency Division Duplexing-Long Term Evolution,频分双工长期演进)和TDD-LTE(Time Division Duplexing-Long Term Evolution, 分时双工长期演进)等。The radio frequency unit 101 can be used for receiving and sending signals during transmission and reception of information or during a call. Specifically, after receiving the downlink information of the base station, it is processed by the processor 110; in addition, the uplink data is sent to the base station. Generally, the radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with the network and other devices through wireless communication. The above-mentioned wireless communication can use any communication standard or protocol, including but not limited to GSM (Global System of Mobile communication, Global System for Mobile Communication), GPRS (General Packet Radio Service, General Packet Radio Service), CDMA2000 (Code Division Multiple Access 2000 , Code Division Multiple Access 2000), WCDMA (Wideband Code Division Multiple Access, Wideband Code Division Multiple Access), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access, Time Division Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division Duplexing-Long Term Evolution, frequency division duplexing long term evolution) and TDD-LTE (Time Division Duplexing-Long Term Evolution, time division duplexing long term evolution) and so on.
WiFi属于短距离无线传输技术,移动终端通过WiFi模块102可以帮助用户收发电子邮件、浏览网页和访问流式媒体等,它为用户提供了无线的宽带互联网访问。虽然图1示出了WiFi模块102,但是可以理解的是,其并不属于移动终端的必须构成,完全可以根据需要在不改变发明的本质的范围内而省略。WiFi is a short-distance wireless transmission technology, and the mobile terminal can help users to send and receive emails, browse web pages, access streaming media, etc. through the WiFi module 102, which provides users with wireless broadband Internet access. Although FIG. 1 shows the WiFi module 102, it can be understood that it is not a necessary component of the mobile terminal, and can be completely omitted as required within the scope of not changing the essence of the invention.
音频输出单元103可以在移动终端100处于呼叫信号接收模式、通话模式、记录模式、语音识别模式、广播接收模式等等模式下时,将射频单元101或WiFi模块102接收的或者在存储器109中存储的音频数据转换成音频信号并且输出为声音。而且,音频输出单元103还可以提供与移动终端100执行的特定功能相关的音频输出(例如,呼叫信号接收声音、消息接收声音等等)。音频输出单元103可以包括扬声器、蜂鸣器等等。When the mobile terminal 100 is in a call signal receiving mode, a talking mode, a recording mode, a voice recognition mode, a broadcast receiving mode, etc., the audio output unit 103 can store the data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109. The audio data is converted into audio signal and output as sound. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (eg, call signal reception sound, message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
A/V输入单元104用于接收音频或视频信号。A/V输入单元104可以包括图形处理器(Graphics Processing Unit,GPU)1041和麦克风1042,图形处理器1041对在视频捕获模式或图像捕获模式中由图像捕获装置(如摄像头)获得的静态图片或视频的图像数据进行处理。处理后的图像帧可以显示在显示单元106上。经图形处理器1041处理后的图像帧可以存储在存储器109(或其它存储介质)中或者经由射频单元101或WiFi模块102进行发送。麦克风1042可以在电话通话模式、记录模式、语音识别模式等等运行模式中经由麦克风1042接收声音(音频数据),并且能够将这样的声音处理为音频数据。处理后的音频(语音)数据可以在电话通话模式的情况下转换为可经由射频单元101发送到移动通信基站的格式输出。麦克风1042可以实施各种类型的噪声消除(或抑制)算法以消除(或抑制)在接收和发送音频信号的过程中产生的噪声或者干扰。The A/V input unit 104 is used to receive audio or video signals. The A/V input unit 104 may include a graphics processor (Graphics Processing Unit, GPU) 1041 and a microphone 1042, and the graphics processor 1041 responds to still pictures or images obtained by an image capture device (such as a camera) in a video capture mode or an image capture mode. The image data of the video is processed. The processed image frames may be displayed on the display unit 106 . The image frames processed by the graphics processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102 . The microphone 1042 can receive sound (audio data) via the microphone 1042 in a telephone call mode, a recording mode, a voice recognition mode, etc. operating modes, and can process such sound into audio data. The processed audio (voice) data can be converted into a format that can be transmitted to a mobile communication base station via the radio frequency unit 101 for output in the case of a telephone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to remove (or suppress) noise or interference generated in the process of receiving and transmitting audio signals.
移动终端100还包括至少一种传感器105,比如光传感器、运动传感器以及其他传感器。具体地,光传感器包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示面板1061的亮度,接近传感器可在移动终端100移动到耳边时,关闭显示面板1061和/或背光。作为运动传感器的一种,加速计传感器可检测各个方向上(一般为三轴)加速度的大小,静止时可检测出重力的大小及方向,可用于识别手机姿态的应用(比如横竖屏切换、相关游戏、磁力计姿态校准)、振动识别相关功能(比如计步器、敲击)等;至于手机还可配置的指纹传感器、压力传感器、虹膜传感器、分子传感器、陀螺仪、气压计、湿度计、温度计、红外线传感器等其他传感器,在此不再赘述。The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor and a proximity sensor, wherein the ambient light sensor can adjust the brightness of the display panel 1061 according to the brightness of the ambient light, and the proximity sensor can close the display panel 1061 and the display panel 1061 when the mobile terminal 100 is moved to the ear. / or backlight. As a kind of motion sensor, the accelerometer sensor can detect the magnitude of acceleration in all directions (usually three axes), and can detect the magnitude and direction of gravity when it is stationary. games, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tapping), etc.; as for the fingerprint sensor, pressure sensor, iris sensor, molecular sensor, gyroscope, barometer, hygrometer, etc. Other sensors such as thermometers, infrared sensors, etc. will not be repeated here.
显示单元106用于显示由用户输入的信息或提供给用户的信息。显示单元106可包括显示面板1061,可以采用液晶显示器(Liquid Crystal Display,LCD)、有机发光二极管(Organic Light-Emitting Diode,OLED)等形式来配置显示面板1061。The display unit 106 is used to display information input by the user or information provided to the user. The display unit 106 may include a display panel 1061, and the display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
用户输入单元107可用于接收输入的数字或字符信息,以及产生与移动终端的用户设置以及功能控制有关的键信号输入。具体地,用户输入单元107可包括触控面板1071以及其他输入设备1072。触控面板1071,也称为触摸屏,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触控面板1071上或在触控面板1071附近的操作),并根据预先设定的程式驱动相应的连接装置。触控面板1071可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息, 并将它转换成触点坐标,再送给处理器110,并能接收处理器110发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触控面板1071。除了触控面板1071,用户输入单元107还可以包括其他输入设备1072。具体地,其他输入设备1072可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)、轨迹球、鼠标、操作杆等中的一种或多种,具体此处不做限定。The user input unit 107 may be used to receive input numerical or character information, and generate key signal input related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072 . The touch panel 1071, also referred to as a touch screen, can collect the user's touch operations on or near it (such as the user's finger, stylus, etc., any suitable object or attachment on or near the touch panel 1071). operation), and drive the corresponding connection device according to the preset program. The touch panel 1071 may include two parts, a touch detection device and a touch controller. Among them, the touch detection device detects the user's touch orientation, detects the signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts it into contact coordinates, and sends it to the touch controller. To the processor 110, and can receive the command sent by the processor 110 and execute it. In addition, the touch panel 1071 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves. In addition to the touch panel 1071 , the user input unit 107 may also include other input devices 1072 . Specifically, other input devices 1072 may include, but are not limited to, one or more of physical keyboards, function keys (such as volume control keys, switch keys, etc.), trackballs, mice, operation sticks, etc., which are not specifically limited here. .
进一步的,触控面板1071可覆盖显示面板1061,当触控面板1071检测到在其上或附近的触摸操作后,传送给处理器110以确定触摸事件的类型,随后处理器110根据触摸事件的类型在显示面板1061上提供相应的视觉输出。虽然在图1中,触控面板1071与显示面板1061是作为两个独立的部件来实现移动终端的输入和输出功能,但是在某些实施例中,可以将触控面板1071与显示面板1061集成而实现移动终端的输入和输出功能,具体此处不做限定。Further, the touch panel 1071 can cover the display panel 1061, and when the touch panel 1071 detects a touch operation on or near it, it transmits it to the processor 110 to determine the type of the touch event, and then the processor 110 determines the type of the touch event according to the touch event. Type provides corresponding visual output on display panel 1061 . Although in FIG. 1 , the touch panel 1071 and the display panel 1061 are used as two independent components to realize the input and output functions of the mobile terminal, but in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated The input and output functions of the mobile terminal are implemented, which is not specifically limited here.
接口单元108用作至少一个外部装置与移动终端100连接可以通过的接口。例如,外部装置可以包括有线或无线头戴式耳机端口、外部电源(或电池充电器)端口、有线或无线数据端口、存储卡端口、用于连接具有识别模块的装置的端口、音频输入/输出(I/O)端口、视频I/O端口、耳机端口等等。接口单元108可以用于接收来自外部装置的输入(例如,数据信息、电力等等)并且将接收到的输入传输到移动终端100内的一个或多个元件或者可以用于在移动终端100和外部装置之间传输数据。The interface unit 108 serves as an interface through which at least one external device can be connected to the mobile terminal 100 . For example, external devices may include wired or wireless headset ports, external power (or battery charger) ports, wired or wireless data ports, memory card ports, ports for connecting devices with identification modules, audio input/output (I/O) ports, video I/O ports, headphone ports, and more. The interface unit 108 may be used to receive input (eg, data information, power, etc.) from an external device and transmit the received input to one or more elements within the mobile terminal 100 or may be used between the mobile terminal 100 and the external Transfer data between devices.
存储器109可用于存储软件程序以及各种数据。存储器109可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据手机的使用所创建的数据(比如音频数据、电话本等)等。此外,存储器109可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a stored program area and a stored data area, wherein the stored program area may store an operating system, an application program (such as a sound playback function, an image playback function, etc.) required for at least one function, and the like; Data created by the use of the mobile phone (such as audio data, phone book, etc.), etc. Additionally, memory 109 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
处理器110是移动终端的控制中心,利用各种接口和线路连接整个移动终端的各个部分,通过运行或执行存储在存储器109内的软件程序和/或模块,以及调用存储在存储器109内的数据,执行移动终端的各种功能和处理数据,从而对移动终端进行整体监控。处理器110可包括一个或多个处理单元;优选的,处理器110可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等,调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器110中。The processor 110 is the control center of the mobile terminal, uses various interfaces and lines to connect various parts of the entire mobile terminal, runs or executes the software programs and/or modules stored in the memory 109, and calls the data stored in the memory 109. , perform various functions of the mobile terminal and process data, so as to monitor the mobile terminal as a whole. The processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor and a modem processor, wherein the application processor mainly processes the operating system, user interface, and application programs, etc., and the modem The processor mainly handles wireless communication. It can be understood that, the above-mentioned modulation and demodulation processor may not be integrated into the processor 110 .
移动终端100还可以包括给各个部件供电的电源111(比如电池),优选的,电源111可以通过电源管理系统与处理器110逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。The mobile terminal 100 may also include a power supply 111 (such as a battery) for supplying power to various components. Preferably, the power supply 111 may be logically connected to the processor 110 through a power management system, so as to manage charging, discharging, and power consumption management through the power management system and other functions.
尽管图1未示出,移动终端100还可以包括蓝牙模块等,在此不再赘述。Although not shown in FIG. 1 , the mobile terminal 100 may also include a Bluetooth module, etc., which will not be described herein again.
为了便于理解本申请实施例,下面对本申请的移动终端所基于的通信网络系统进行描述。To facilitate understanding of the embodiments of the present application, a communication network system on which the mobile terminal of the present application is based is described below.
请参阅图2,图2为本申请实施例提供的一种通信网络系统架构图,该通信网络系统为通用移动通信技术的LTE系统,该LTE系统包括依次通讯连接的UE(User Equipment,用户设备)201,E-UTRAN(Evolved UMTS Terrestrial Radio Access Network,演进式UMTS陆地无线接入网)202,EPC(Evolved Packet Core,演进式分组核心网)203和运营商的IP 业务204。Please refer to FIG. 2. FIG. 2 is an architecture diagram of a communication network system provided by an embodiment of the application. The communication network system is an LTE system of universal mobile communication technology. ) 201, E-UTRAN (Evolved UMTS Terrestrial Radio Access Network, Evolved UMTS Terrestrial Radio Access Network) 202, EPC (Evolved Packet Core, Evolved Packet Core) 203 and the operator's IP service 204.
具体地,UE201可以是上述终端100,此处不再赘述。Specifically, the UE 201 may be the above-mentioned terminal 100, which will not be repeated here.
E-UTRAN202包括eNodeB2021和其它eNodeB2022等。其中,eNodeB2021可以通过回程(backhaul)(例如X2接口)与其它eNodeB2022连接,eNodeB2021连接到EPC203,eNodeB2021可以提供UE201到EPC203的接入。 E-UTRAN 202 includes eNodeB 2021 and other eNodeB 2022 and the like. The eNodeB 2021 can be connected to other eNodeBs 2022 through a backhaul (eg X2 interface), the eNodeB 2021 is connected to the EPC 203 , and the eNodeB 2021 can provide access from the UE 201 to the EPC 203 .
EPC203可以包括MME(Mobility Management Entity,移动性管理实体)2031,HSS(Home Subscriber Server,归属用户服务器)2032,其它MME2033,SGW(Serving Gate Way,服务网关)2034,PGW(PDN Gate Way,分组数据网络网关)2035和PCRF(Policy and Charging Rules Function,政策和资费功能实体)2036等。其中,MME2031是处理UE201和EPC203之间信令的控制节点,提供承载和连接管理。HSS2032用于提供一些寄存器来管理诸如归属位置寄存器(图中未示)之类的功能,并且保存有一些有关服务特征、数据速率等用户专用的信息。所有用户数据都可以通过SGW2034进行发送,PGW2035可以提供UE 201的IP地址分配以及其它功能,PCRF2036是业务数据流和IP承载资源的策略与计费控制策略决策点,它为策略与计费执行功能单元(图中未示)选择及提供可用的策略和计费控制决策。 EPC 203 may include MME (Mobility Management Entity, Mobility Management Entity) 2031, HSS (Home Subscriber Server, Home Subscriber Server) 2032, other MME 2033, SGW (Serving Gate Way, Serving Gateway) 2034, PGW (PDN Gate Way, packet data network gateway) 2035 and PCRF (Policy and Charging Rules Function, policy and charging functional entity) 2036 and so on. Among them, MME2031 is a control node that processes signaling between UE201 and EPC203, and provides bearer and connection management. The HSS2032 is used to provide some registers to manage functions such as the home location register (not shown in the figure), and to store some user-specific information about service characteristics, data rates, etc. All user data can be sent through SGW2034, PGW2035 can provide IP address allocation and other functions of UE 201, PCRF2036 is the policy and charging control policy decision point of service data flow and IP bearer resources, it is the policy and charging execution function A unit (not shown) selects and provides available policy and charging control decisions.
IP业务204可以包括因特网、内联网、IMS(IP Multimedia Subsystem,IP多媒体子系统)或其它IP业务等。The IP service 204 may include the Internet, an intranet, an IMS (IP Multimedia Subsystem, IP Multimedia Subsystem) or other IP services.
虽然上述以LTE系统为例进行了介绍,但本领域技术人员应当知晓,本申请不仅仅适用于LTE系统,也可以适用于其他无线通信系统,例如GSM、CDMA2000、WCDMA、TD-SCDMA以及未来新的网络系统等,此处不做限定。Although the above takes the LTE system as an example, those skilled in the art should know that this application is not only applicable to the LTE system, but also applicable to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA and future new The network system, etc., is not limited here.
为了能够更好地理解本申请实施例,下面对本申请实施例可应用的系统架构进行说明。In order to better understand the embodiments of the present application, a system architecture applicable to the embodiments of the present application is described below.
请参见图3,图3为本申请实施例提供的一种应用程序切换的系统架构示意图。如图3所示的系统框架可以应用中终端设备中,该系统框架可以包括框架层、驱动层和用户按键。其中,驱动层可以对用户按键进行检测,当检测到用户按键被按下时,则可以触发生成相应的消息发送至框架层,通过框架层来实现应用程序的切换。该用户按键可以是实体的物理按键,也可以是虚拟按键,或其他可以实现点击操作的按键。该用户按键可以位于图3所示的位置,也可以位于其他合理的位置,如终端设备左侧等。该用户按键可以是传统的实体按键,也可以是曲面屏幕设备的侧边屏幕中的虚拟按键等,本申请实施例不作限定。框架层还可以与监听栈进行交互,该监听栈可以保存特定类型的程序的关联信息,框架层可以调用该监听栈以提取某个程序的关联信息,也可以将某个程序的关联信息保存至该监听栈。另外,终端设备还可以包括显示单元,该显示单元可以显示应用程序的用户界面,每个应用程序的用户界面可以不相同,即可以包括不同的页面布局、不同的图标等。Referring to FIG. 3 , FIG. 3 is a schematic diagram of a system architecture of application switching according to an embodiment of the present application. The system framework shown in FIG. 3 can be applied to the terminal device, and the system framework can include a framework layer, a driver layer and user keys. Among them, the driver layer can detect the user key, and when it is detected that the user key is pressed, it can trigger to generate a corresponding message and send it to the framework layer, and realize the switching of the application program through the framework layer. The user button may be a physical physical button, a virtual button, or other buttons that can realize a click operation. The user button may be located at the position shown in FIG. 3 , or may be located at other reasonable positions, such as the left side of the terminal device. The user key may be a traditional physical key, or may be a virtual key in the side screen of the curved screen device, etc., which is not limited in the embodiment of the present application. The framework layer can also interact with the monitoring stack. The monitoring stack can save the associated information of a specific type of program. The framework layer can call the monitoring stack to extract the associated information of a certain program, or save the associated information of a certain program to The listening stack. In addition, the terminal device may further include a display unit, which may display a user interface of an application program, and the user interface of each application program may be different, that is, may include different page layouts, different icons, and the like.
为了可以提高应用程序切换的效率,本申请实施例提供了一种应用程序切换方法及装置,下面进一步对本申请实施例提供的应用程序切换方法及装置进行详细介绍。In order to improve the efficiency of application switching, the embodiments of the present application provide an application switching method and apparatus, and the application switching method and apparatus provided by the embodiments of the present application are further described below in detail.
请参见图4,图4为本申请实施例提供了一种应用程序切换方法的流程示意图。该应用程序切换方法包括如下操作410~操作430。图4所示的方法执行主体可以为终端设备,或主 体可以为终端设备中的芯片,该终端设备可以包括用户按键和显示单元。当终端设备执行如图4所示的流程时,可以包括以下步骤:Referring to FIG. 4 , FIG. 4 provides a schematic flowchart of an application switching method according to an embodiment of the present application. The application switching method includes the following operations 410 to 430 . The method execution body shown in FIG. 4 may be a terminal device, or the body may be a chip in the terminal device, and the terminal device may include user keys and a display unit. When the terminal device executes the process shown in Figure 4, it may include the following steps:
410、通过终端设备系统的驱动层检测对终端设备的用户操作。410. Detect a user operation on the terminal device through the driver layer of the terminal device system.
具体地,由于驱动层可以直接与用户按键进行信息交互,驱动层可以对该用户按键进行检测,若检测到有用户操作时,则可以触发相应的程序。该用户操作可以包括对用户按键进行点击、触摸、长按等操作,本申请实施例不对该用户操作的具体动作进行限定,可以根据实际情况进行设置和更改。Specifically, since the driver layer can directly interact with the user key, the driver layer can detect the user key, and if a user operation is detected, a corresponding program can be triggered. The user operation may include operations such as clicking, touching, and long pressing on the user key. The embodiments of the present application do not limit the specific actions of the user operation, and may be set and modified according to actual conditions.
在通过终端设备系统的驱动层检测对终端设备的用户操作之前,终端设备系统中的框架层可以获取预设应用程序集合中各个应用程序的关联信息。其中,该预设应用程序集合可以是已运行的应用程序集合;或者,该预设应用程序集合还可以是用户设置的应用程序集合,该用户设置的应用程序集合中可以包括已运行的应用程序,也可以包括未运行的应用程序。Before the user operation on the terminal device is detected by the driver layer of the terminal device system, the framework layer in the terminal device system can obtain the associated information of each application program in the preset application program set. Wherein, the preset application set may be a running application set; or, the preset application set may also be a user setting application set, and the user setting application set may include running applications , and can also include applications that are not running.
如图5所示为一种预设应用程序集合的示意图,该集合中可以包括应用程序1~应用程序6,当然本申请实施例不对该集合中包括的应用程序的数量进行限定。该应用程序1~应用程序6可以都是已运行的应用程序(即该集合为已运行应用程序集合),也可以只是部分应用程序处于已运行状态(即该集合为用户设置的应用程序集合)。框架层可以将该预设应用程序集合中的每个应用程序的关联信息都添加至监听栈中。FIG. 5 is a schematic diagram of a preset application set, and the set may include application 1 to application 6. Of course, this embodiment of the present application does not limit the number of applications included in the set. The application 1 to application 6 may all be running applications (that is, the set is the set of running applications), or only some of the applications are in the running state (that is, the set is the set of applications set by the user) . The framework layer may add the associated information of each application in the preset application set to the monitoring stack.
420、若通过驱动层检测到针对用户按键的第一用户操作事件,则从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面。420. If a first user operation event for the user key is detected through the driver layer, switch from the currently displayed user interface of the first application to displaying the user interface of the second application.
其中,终端设备的显示单元当前显示了第一应用程序的用户界面,该第一应用程序的用户界面就是第一应用程序关联的图标、功能布局等部件的显示界面。Wherein, the display unit of the terminal device currently displays the user interface of the first application program, and the user interface of the first application program is the display interface of components such as icons and function layouts associated with the first application program.
在一种可能的实现方式中,在预设应用程序集合为用户设置的应用程序集合的情况下,若终端设备通过驱动层检测到用户按键被按下的次数为第一次数,则可以确定触发了第一用户操作事件。该第一用户操作事件即是用户对用户按键按下的次数为第一次数。这样驱动层就可以向框架层发送第一切换消息。其中,该第一切换消息可以指示由切换至显示排在当前显示的第一应用程序的用户界面上一个的应用程序的用户界面。框架层接收到该第一切换消息后,可以根据该第一切换消息确定切换至该第一应用程序的上一个应用程序,该应用程序即为第二应用程序。框架层可以监听栈中读取该第二应用程序对应的关联信息。这样框架层就可以从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面。In a possible implementation manner, in the case where the preset application program set is the application program set set by the user, if the terminal device detects through the driver layer that the number of times the user key is pressed is the first number of times, it can be determined that The first user operation event is triggered. The first user operation event is that the number of times the user presses the user key is the first number of times. In this way, the driver layer can send the first switching message to the framework layer. Wherein, the first switching message may instruct to switch to the user interface of the application program that is displayed next to the user interface of the currently displayed first application program. After receiving the first switching message, the framework layer can determine, according to the first switching message, the previous application to switch to the first application, and the application is the second application. The framework layer can read the associated information corresponding to the second application from the monitoring stack. In this way, the framework layer can switch from the currently displayed user interface of the first application program to the user interface displaying the second application program.
例如,如图5所示,假设应用程序3为该第一应用程序,当前终端设备的显示单元显示了应用程序3的用户界面。当终端设备系统的驱动层检测到第一用户操作事件,如用户对用户按键按下的次数为1次,则可以生成第一切换消息,该第一切换消息用于指示切换至显示应用程序2的用户界面。其中,该应用程序2可以是处于未运行状态,也可以是处于已运行状态的。若该应用程序2是处于已运行状态,也是处于后台运行的状态。当该应用程序2处于未运行状态,触发第一用户操作事件后,框架层可以确定将应用程序2由未运行状态切换至运行状态,并由显示应用程序3的用户界面切换至显示该应用程序2的用户界面。如图6所示,当终端设备检测到第一用户操作事件后,则可以直接从显示第一应用程序的 用户界面切换到显示第二应用程序的用户界面。For example, as shown in FIG. 5 , assuming that the application 3 is the first application, the display unit of the current terminal device displays the user interface of the application 3 . When the driver layer of the terminal device system detects the first user operation event, if the number of times the user presses the user key is 1, a first switching message can be generated, and the first switching message is used to instruct to switch to the display application 2 user interface. Wherein, the application 2 may be in a non-running state, or may be in an already running state. If the application 2 is in the running state, it is also in the background running state. When the application 2 is in the non-running state and the first user operation event is triggered, the framework layer can determine to switch the application 2 from the non-running state to the running state, and switch from displaying the user interface of the application 3 to displaying the application 2 user interface. As shown in Figure 6, after the terminal device detects the first user operation event, it can directly switch from the user interface displaying the first application to the user interface displaying the second application.
在一种可能的实现方式中,在预设应用程序集合为已运行应用程序集合的情况下,若终端设备确定触发了第一用户操作事件,驱动层就可以向框架层发送第一切换消息。其中,该第一切换消息可以指示由切换至显示排在当前显示的第一应用程序的用户界面上一个的已运行应用程序的用户界面。框架层接收到该第一切换消息后,可以根据该第一切换消息确定切换至该第一应用程序的上一个已运行应用程序,该已运行应用程序即为第二应用程序。例如,图5中的应用程序1、应用程序3、应用程序5处于已运行状态,其他的应用程序处于未运行状态,应用程序3位第一应用程序,那么第一应用程序的上一个已运行应用程序则为应用程序1。In a possible implementation manner, when the preset application set is the running application set, if the terminal device determines that the first user operation event is triggered, the driver layer may send the first switching message to the framework layer. Wherein, the first switching message may instruct to switch to display the user interface of the already-running application program that is ranked above the user interface of the currently displayed first application program. After receiving the first switching message, the framework layer can determine, according to the first switching message, the last running application to be switched to the first application, and the running application is the second application. For example, application 1, application 3, and application 5 in FIG. 5 are in the running state, other applications are in the non-running state, and application 3 is the first application, then the previous one of the first application has been running The application is application 1.
430、若通过驱动层检测到针对用户按键的第二用户操作事件,则从显示第一应用程序的用户界面切换至显示第三应用程序的用户界面,第二应用程序与第三应用程序为不同的应用程序。430. If the second user operation event for the user key is detected through the driver layer, switch from the user interface displaying the first application to the user interface displaying the third application, and the second application is different from the third application. s application.
在一种可能的实现方式中,在预设应用程序集合为用户设置的应用程序集合的情况下,若终端设备通过驱动层检测到用户按键被按下的次数为第二次数,则可以确定触发了第二用户操作事件。该第二用户操作事件即是用户对用户按键按下的次数为第二次数。这样驱动层就可以向框架层发送第二切换消息。其中,该第二切换消息可以指示由切换至显示排在当前显示的第一应用程序的用户界面下一个的应用程序的用户界面。框架层接收到该第二切换消息后,可以根据该第二切换消息确定切换至该第一应用程序的下一个应用程序,即第三应用程序,则可以监听栈中读取该第三应用程序对应的关联信息。这样框架层就可以从当前显示的第一应用程序的用户界面切换至显示第三应用程序的用户界面。In a possible implementation manner, in the case that the preset application set is the set of applications set by the user, if the terminal device detects through the driver layer that the number of times the user's key is pressed is the second number of times, it can be determined that the trigger is triggered the second user action event. The second user operation event is that the number of times the user presses the user key is the second number of times. In this way, the driver layer can send the second switching message to the framework layer. Wherein, the second switching message may indicate switching to display the user interface of the application program next to the user interface of the currently displayed first application program. After receiving the second switching message, the framework layer can determine, according to the second switching message, the next application to switch to the first application, that is, the third application, and can read the third application in the monitoring stack Corresponding association information. In this way, the framework layer can switch from the currently displayed user interface of the first application program to the user interface displaying the third application program.
例如,如图5所示,假设应用程序3为该第一应用程序,当前终端设备的显示单元显示了应用程序3的用户界面。当终端设备系统的驱动层检测到第二用户操作事件,如用户对用户按键按下的次数为2次,则可以生成第二切换消息,该第二切换消息用于指示切换至显示应用程序4的用户界面。其中,该应用程序4可以是处于未运行状态,也可以是处于已运行状态的。若该应用程序4是处于已运行状态,也是处于后台运行的状态。当该应用程序4处于未运行状态,触发第二用户操作事件后,框架层可以确定将应用程序4由未运行状态切换至运行状态,并由显示应用程序3的用户界面切换至显示该应用程序4的用户界面。如图6所示,当终端设备检测到第二用户操作事件后,则可以直接从显示第一应用程序的用户界面切换到显示第三应用程序的用户界面。For example, as shown in FIG. 5 , assuming that the application 3 is the first application, the display unit of the current terminal device displays the user interface of the application 3 . When the driver layer of the terminal device system detects the second user operation event, if the number of times the user presses the user key is 2, a second switching message can be generated, and the second switching message is used to instruct switching to the display application 4 user interface. Wherein, the application 4 may be in a non-running state, or may be in an already running state. If the application 4 is in the running state, it is also in the background running state. When the application 4 is in the non-running state and the second user operation event is triggered, the framework layer can determine to switch the application 4 from the non-running state to the running state, and switch from displaying the user interface of the application 3 to displaying the application 4 user interface. As shown in FIG. 6 , when the terminal device detects the second user operation event, it can directly switch from the user interface displaying the first application to the user interface displaying the third application.
在一种可能的实现方式中,在预设应用程序集合为已运行应用程序集合的情况下,若终端设备确定触发了第二用户操作事件,驱动层就可以向框架层发送第二切换消息。其中,该第二切换消息可以指示由切换至显示排在当前显示的第一应用程序的用户界面下一个的已运行应用程序的用户界面。框架层接收到该第二切换消息后,可以根据该第二切换消息确定切换至该第一应用程序的下一个已运行应用程序,该已运行应用程序即为第三应用程序。例如,图5中的应用程序1、应用程序3、应用程序5处于已运行状态,其他的应用程序处于未运行状态,应用程序3位第一应用程序,那么第一应用程序的下一个已运行应用程序则为应用程序5。In a possible implementation manner, when the preset application set is the running application set, if the terminal device determines that the second user operation event is triggered, the driver layer may send a second switching message to the framework layer. Wherein, the second switching message may instruct to switch to display the user interface of the already-running application that is next to the user interface of the currently displayed first application. After receiving the second switching message, the framework layer can determine the next running application to switch to the first application according to the second switching message, and the running application is the third application. For example, application 1, application 3, and application 5 in FIG. 5 are in the running state, other applications are in the non-running state, and application 3 is the first application, then the next one of the first application is running The application is application 5.
需要说明的是,若第一应用程序为图5中的应用程序1,则应用程序1的上一个应用程 序为应用程序6,即该预设应用程序集合中索引值最大的一个应用程序。若第一应用程序为图5中的应用程序6,则应用程序6的下一个应用程序为应用程序1,即该预设应用程序集合中索引值最小的一个应用程序。It should be noted that, if the first application program is the application program 1 in Fig. 5, the previous application program of the application program 1 is the application program 6, that is, the application program with the largest index value in the preset application program set. If the first application program is the application program 6 in FIG. 5 , the next application program of the application program 6 is the application program 1 , that is, the application program with the smallest index value in the preset application program set.
在一种可能的实现方式中,若预设应用程序集合为已运行应用程序集合,则该集合中各个应用程序的排列顺序还可以按照各个应用程序被打开的顺序进行排列。In a possible implementation manner, if the preset set of applications is a set of running applications, the arrangement order of each application in the set may also be arranged according to the order in which each application is opened.
可选的,终端设备框架层可以获取用户输入的排序指令,并根据该排序指令对预设应用程序集合中的各个应用程序进行排序。这样,用户就可以自定义对各个应用程序进行排列,是的应用切换的灵活性提高。Optionally, the terminal device framework layer may acquire a sorting instruction input by the user, and sort each application in the preset application set according to the sorting instruction. In this way, the user can customize the arrangement of each application, which improves the flexibility of application switching.
在一种可能的实现方式中,框架层还可以获取用户输入的配置信息,根据该配置信息配置第一次数和第二次数。如第一次数可以为2次,第二次数为1次;第一次数为3次,第二次数为2次等。只要第一次数和第二次数不相同,本申请实施例不对用户可设置的第一次数和第二次数进行限定。In a possible implementation manner, the framework layer may also acquire configuration information input by the user, and configure the first number of times and the second number of times according to the configuration information. For example, the first time can be 2 times, the second time can be 1 time; the first time can be 3 times, the second time can be 2 times, etc. As long as the first number of times and the second number of times are different, this embodiment of the present application does not limit the first number of times and the second number of times that can be set by the user.
通过本申请实施例,终端设备可以通过驱动层检测对终端设备的用户操作。当检测到第一用户操作事件,则可以从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面。当检测到第二用户操作事件,则可以从当前显示的第一应用程序的用户界面切换至显示第三应用程序的用户界面。其中,第二应用程序可以排列在第一应用程序之前,第三应用程序可以排列在第一应用程序之后。这样,用户需要切换应用程序的时候,不需要关闭当前显示的第一应用程序,进入Launcher或菜单页面,再选择期待打开的应用程序,可以直接通过对用户按键进行点击就可以实现应用程序的用户界面切换。通过该方法,可以提高应用程序切换的效率。With the embodiments of the present application, the terminal device can detect user operations on the terminal device through the driver layer. When the first user operation event is detected, it is possible to switch from the currently displayed user interface of the first application program to displaying the user interface of the second application program. When the second user operation event is detected, it is possible to switch from the currently displayed user interface of the first application program to displaying the user interface of the third application program. The second application may be arranged before the first application, and the third application may be arranged after the first application. In this way, when the user needs to switch applications, he does not need to close the currently displayed first application, enter the Launcher or menu page, and then select the application to be opened. The user of the application can be realized directly by clicking the user button. interface switching. Through this method, the efficiency of application switching can be improved.
请参见图7,图7为本申请实施例提供的一种应用程序切换装置的单元示意图。图7所示的应用程序切换装置可以用于执行上述图4所描述的方法实施例中的部分或全部功能。该装置可以是终端设备,也可以是终端设备中的装置,或者是能够和终端设备匹配使用的装置。Please refer to FIG. 7 , which is a schematic diagram of a unit of an application switching apparatus provided by an embodiment of the present application. The application switching apparatus shown in FIG. 7 may be used to perform some or all of the functions in the method embodiment described in FIG. 4 above. The device may be a terminal device, or a device in the terminal device, or a device that can be used in combination with the terminal device.
该装置的逻辑结构可包括:检测单元710、处理单元720、显示单元730和获取单元740。当该装置被应用于终端设备时,终端设备包括用户按键和显示单元730,其中:The logical structure of the apparatus may include: a detection unit 710 , a processing unit 720 , a display unit 730 and an acquisition unit 740 . When the apparatus is applied to a terminal device, the terminal device includes user buttons and a display unit 730, wherein:
检测单元710,用于通过终端设备系统的驱动层检测对终端设备的用户操作;A detection unit 710, configured to detect user operations on the terminal device through the driver layer of the terminal device system;
处理单元720,用于若通过驱动层检测到针对用户按键的第一用户操作事件,则从当前显示单元730显示的第一应用程序的用户界面切换至显示单元730显示第二应用程序的用户界面;The processing unit 720 is configured to switch from the user interface of the first application program currently displayed by the display unit 730 to the user interface of the second application program displayed by the display unit 730 if the first user operation event for the user key is detected through the driver layer ;
上述处理单元720还用于若通过驱动层检测到针对用户按键的第二用户操作事件,则从显示单元730显示第一应用程序的用户界面切换至显示单元730显示第三应用程序的用户界面,上述第二应用程序与第三应用程序为不同的应用程序。The above processing unit 720 is further configured to switch from the display unit 730 for displaying the user interface of the first application to the display unit 730 for displaying the user interface of the third application if the second user operation event for the user key is detected through the driver layer, The above-mentioned second application program and the third application program are different application programs.
在一种可能的实现方式中,通过终端设备系统的驱动层检测对终端设备的用户操作之前,获取单元740,用于通过终端设备系统的框架层获取预设应用程序集合中各个应用程序的关联信息,预设应用程序集合包括第一应用程序、第二应用程序和第三应用程序;上述处理单元720还用于将各个应用程序的关联信息添加至监听栈中。In a possible implementation manner, before the user operation on the terminal device is detected through the driver layer of the terminal device system, the obtaining unit 740 is configured to obtain the association of each application program in the preset application program set through the framework layer of the terminal device system information, the preset application program set includes a first application program, a second application program and a third application program; the above processing unit 720 is further configured to add the associated information of each application program to the listening stack.
在一种可能的实现方式中,上述预设应用程序集合为已运行应用程序集合。In a possible implementation manner, the foregoing preset application set is a running application set.
在一种可能的实现方式中,上述处理单元720还用于若通过驱动层检测到用户按键被按下的次数为第一次数,则确定触发第一用户操作事件;通过驱动层向框架层发送第一切换消息;通过框架层从监听栈中读取第二应用程序对应的关联信息;通过框架层从显示第一应用程序的用户界面切换至显示第二应用程序的用户界面。In a possible implementation manner, the above-mentioned processing unit 720 is further configured to determine to trigger the first user operation event if the number of times the user key is pressed is the first number of times detected by the driver layer; Send a first switching message; read associated information corresponding to the second application from the monitoring stack through the framework layer; switch from the user interface displaying the first application to the user interface displaying the second application through the framework layer.
在一种可能的实现方式中,上述处理单元720还用于若通过驱动层检测到用户按键被按下的次数为第二次数,则确定触发第二用户操作事件;通过驱动层向框架层发送第二切换消息;通过框架层从监听栈中读取第三应用程序对应的关联信息;通过框架层由显示第一应用程序的用户界面切换至显示第三应用程序的用户界面。In a possible implementation manner, the above-mentioned processing unit 720 is further configured to determine to trigger the second user operation event if the number of times the user key is pressed is the second number of times detected by the driver layer; send the event to the framework layer through the driver layer The second switching message; reading the associated information corresponding to the third application from the monitoring stack through the framework layer; switching from the user interface displaying the first application to the user interface displaying the third application through the framework layer.
在一种可能的实现方式中,上述处理单元720还用于通过框架层获取用户输入的排序指令;通过框架层根据排序指令对预设应用程序集合中的各个应用程序进行排序。In a possible implementation manner, the above-mentioned processing unit 720 is further configured to obtain the sorting instruction input by the user through the framework layer; the framework layer sorts each application program in the preset application program set according to the sorting instruction.
在一种可能的实现方式中,上述处理单元720还用于通过框架层获取用户输入的配置信息;通过框架层根据配置信息配置第一次数。In a possible implementation manner, the above-mentioned processing unit 720 is further configured to obtain configuration information input by the user through the framework layer; configure the first number of times through the framework layer according to the configuration information.
请参见图8,图8为本申请实施例提供的一种应用程序切换装置的实体结构简化示意图,该装置包括处理器810、存储器820、通信接口830和用户接口840,该处理器810、存储器820、通信接口830以及用户接口840通过一条或多条通信总线连接。该应用程序切换装置可以是芯片、或芯片模组等。Please refer to FIG. 8. FIG. 8 is a simplified schematic diagram of the physical structure of an application switching device provided by an embodiment of the present application. The device includes a processor 810, a memory 820, a communication interface 830, and a user interface 840. The processor 810, the memory 820, communication interface 830, and user interface 840 are connected by one or more communication buses. The application switching device may be a chip, a chip module, or the like.
处理器810被配置为支持应用程序切换装置执行上述图2中方法相应的功能。应理解,本申请实施例中,所述处理器810可以为中央处理单元(central processing unit,简称CPU),该处理器还可以是其他通用处理器、数字信号处理器(digital signal processor,简称DSP)、专用集成电路(application specific integrated circuit,简称ASIC)、现成可编程门阵列(field programmable gate array,简称FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The processor 810 is configured to support the application switching apparatus to perform the functions corresponding to the method in FIG. 2 described above. It should be understood that in this embodiment of the present application, the processor 810 may be a central processing unit (central processing unit, CPU for short), and the processor may also be other general-purpose processors, digital signal processors (digital signal processor, DSP for short) ), application specific integrated circuit (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
存储器820用于存储程序代码等。本申请实施例中的存储器820可以是易失性存储器或非易失性存储器,或可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(read-only memory,简称ROM)、可编程只读存储器(programmable ROM,简称PROM)、可擦除可编程只读存储器(erasable PROM,简称EPROM)、电可擦除可编程只读存储器(electrically EPROM,简称EEPROM)或闪存。易失性存储器可以是随机存取存储器(random access memory,简称RAM),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的随机存取存储器(random access memory,简称RAM)可用,例如静态随机存取存储器(static RAM,简称SRAM)、动态随机存取存储器(DRAM)、同步动态随机存取存储器(synchronous DRAM,简称SDRAM)、双倍数据速率同步动态随机存取存储器(double data rate SDRAM,简称DDR SDRAM)、增强型同步动态随机存取存储器(enhanced SDRAM,简称ESDRAM)、同步连接动态随机存取存储器(synchlink DRAM,简称SLDRAM)和直接内存总线随机存取存储器(direct rambus RAM,简称DR RAM)。The memory 820 is used to store program codes and the like. The memory 820 in this embodiment of the present application may be a volatile memory or a nonvolatile memory, or may include both volatile and nonvolatile memory. The non-volatile memory may be read-only memory (ROM for short), programmable read-only memory (PROM for short), erasable programmable read-only memory (EPROM for short) , Electrically Erasable Programmable Read-Only Memory (electrically EPROM, EEPROM for short) or flash memory. Volatile memory may be random access memory (RAM), which acts as an external cache. By way of example and not limitation, many forms of random access memory (RAM) are available, such as static random access memory (SRAM), dynamic random access memory (DRAM), synchronous Dynamic random access memory (synchronous DRAM, referred to as SDRAM), double data rate synchronous dynamic random access memory (double data rate SDRAM, referred to as DDR SDRAM), enhanced synchronous dynamic random access memory (enhanced SDRAM, referred to as ESDRAM), Synchronous connection dynamic random access memory (synchlink DRAM, referred to as SLDRAM) and direct memory bus random access memory (direct rambus RAM, referred to as DR RAM).
通信接口830用于收发数据、信息或消息等,也可以描述为收发器、收发电路等。The communication interface 830 is used to send and receive data, information or messages, etc., and can also be described as a transceiver, a transceiver circuit, and the like.
在本申请实施例中,当该应用程序切换装置应用于终端设备时,该处理器810调用存储器820中存储的程序代码以执行以下操作:In this embodiment of the present application, when the application switching apparatus is applied to a terminal device, the processor 810 invokes the program code stored in the memory 820 to perform the following operations:
处理器810调用存储器820中存储的程序代码通过终端设备系统的驱动层检测对终端设备的用户操作;The processor 810 calls the program code stored in the memory 820 to detect the user operation on the terminal device through the driver layer of the terminal device system;
处理器810调用存储器820中存储的程序代码若通过驱动层检测到针对用户按键的第一用户操作事件,则从当前显示单元730显示的第一应用程序的用户界面切换至显示单元730显示第二应用程序的用户界面;If the processor 810 calls the program code stored in the memory 820 and detects the first user operation event for the user key through the driver layer, it switches from the user interface of the first application currently displayed by the display unit 730 to the display unit 730 displaying the second user interface. the user interface of the application;
处理器810调用存储器820中存储的程序代码若通过驱动层检测到针对用户按键的第二用户操作事件,则从用户接口840显示第一应用程序的用户界面切换至用户接口840显示第三应用程序的用户界面,上述第二应用程序与第三应用程序为不同的应用程序。The processor 810 calls the program code stored in the memory 820, and if the second user operation event for the user key is detected through the driver layer, the processor 810 switches from the user interface 840 displaying the first application to the user interface 840 displaying the third application. The user interface of the above-mentioned second application program and the third application program are different application programs.
在一种可能的实现方式中,通过终端设备系统的驱动层检测对终端设备的用户操作之前,处理器810调用存储器820中存储的程序代码通过终端设备系统的框架层获取预设应用程序集合中各个应用程序的关联信息,预设应用程序集合包括第一应用程序、第二应用程序和第三应用程序;上述处理单元720还用于将各个应用程序的关联信息添加至监听栈中。In a possible implementation manner, before the user operation on the terminal device is detected through the driver layer of the terminal device system, the processor 810 invokes the program code stored in the memory 820 to obtain the preset application program set through the framework layer of the terminal device system As for the association information of each application program, the preset application program set includes a first application program, a second application program and a third application program; the above-mentioned processing unit 720 is further configured to add the association information of each application program to the monitoring stack.
在一种可能的实现方式中,上述预设应用程序集合为已运行应用程序集合。In a possible implementation manner, the foregoing preset application set is a running application set.
在一种可能的实现方式中,处理器810调用存储器820中存储的程序代码若通过驱动层检测到用户按键被按下的次数为第一次数,则确定触发第一用户操作事件;通过驱动层向框架层发送第一切换消息;通过框架层从监听栈中读取第二应用程序对应的关联信息;通过框架层从显示第一应用程序的用户界面切换至显示第二应用程序的用户界面。In a possible implementation manner, the processor 810 calls the program code stored in the memory 820 and determines to trigger the first user operation event if the driver layer detects that the number of times the user key is pressed is the first number of times; The layer sends a first switching message to the framework layer; reads the associated information corresponding to the second application from the monitoring stack through the framework layer; switches from the user interface displaying the first application to the user interface displaying the second application through the framework layer .
在一种可能的实现方式中,处理器810调用存储器820中存储的程序代码若通过驱动层检测到用户按键被按下的次数为第二次数,则确定触发第二用户操作事件;通过驱动层向框架层发送第二切换消息;通过框架层从监听栈中读取第三应用程序对应的关联信息;通过框架层由显示第一应用程序的用户界面切换至显示第三应用程序的用户界面。In a possible implementation manner, the processor 810 calls the program code stored in the memory 820 and determines to trigger the second user operation event if the driver layer detects that the number of times the user key is pressed is the second time; through the driver layer Send a second switching message to the framework layer; read the associated information corresponding to the third application program from the monitoring stack through the framework layer; switch from the user interface displaying the first application program to the user interface displaying the third application program through the framework layer.
在一种可能的实现方式中,处理器810调用存储器820中存储的程序代码通过框架层获取用户输入的排序指令;通过框架层根据排序指令对预设应用程序集合中的各个应用程序进行排序。In a possible implementation manner, the processor 810 invokes the program code stored in the memory 820 to obtain the sorting instruction input by the user through the framework layer; the framework layer sorts each application program in the preset application program set according to the sorting instruction.
在一种可能的实现方式中,处理器810调用存储器820中存储的程序代码通过框架层获取用户输入的配置信息;通过框架层根据配置信息配置第一次数。In a possible implementation manner, the processor 810 invokes the program code stored in the memory 820 to obtain the configuration information input by the user through the framework layer; the first number of times is configured through the framework layer according to the configuration information.
关于上述实施例中描述的装置、产品包含的各个模块/单元,其可以是软件模块/单元,也可以是硬件模块/单元,或者也可以部分是软件模块/单元,部分是硬件模块/单元。例如,对于应用于或集成于芯片的各个装置、产品,其包含的各个模块/单元可以都采用电路等硬件的方式实现,或者,至少部分模块/单元可以采用软件程序的方式实现,该软件程序运行于芯片内部集成的处理器,剩余的(如果有)部分模块/单元可以采用电路等硬件方式实现;对于应用于或集成于芯片模组的各个装置、产品,其包含的各个模块/单元可以都采用电路等硬件的方式实现,不同的模块/单元可以位于芯片模组的同一组件(例如芯片、电路模块等)或者不同组件中,或者,至少部分模块/单元可以采用软件程序的方式实现,该软件程序运行于芯片模组内部集成的处理器,剩余的(如果有)部分模块/单元可以采用电路等硬 件方式实现;对于应用于或集成于终端的各个装置、产品,其包含的各个模块/单元可以都采用电路等硬件的方式实现,不同的模块/单元可以位于终端内同一组件(例如,芯片、电路模块等)或者不同组件中,或者,至少部分模块/单元可以采用软件程序的方式实现,该软件程序运行于终端内部集成的处理器,剩余的(如果有)部分模块/单元可以采用电路等硬件方式实现。Regarding the modules/units included in the devices and products described in the foregoing embodiments, they may be software modules/units or hardware modules/units, or may be partly software modules/units and partly hardware modules/units. For example, for each device or product applied to or integrated in a chip, each module/unit included therein may be implemented by hardware such as circuits, or at least some of the modules/units may be implemented by a software program. Running on the processor integrated inside the chip, the remaining (if any) part of the modules/units can be implemented by hardware such as circuits; for each device and product applied to or integrated in the chip module, the modules/units contained therein can be They are all implemented by hardware such as circuits, and different modules/units can be located in the same component of the chip module (such as chips, circuit modules, etc.) or in different components, or at least some of the modules/units can be implemented by software programs. The software program runs on the processor integrated inside the chip module, and the remaining (if any) part of the modules/units can be implemented by hardware such as circuits; for each device and product applied to or integrated in the terminal, each module contained in it The units/units may all be implemented in hardware such as circuits, and different modules/units may be located in the same component (eg, chip, circuit module, etc.) or in different components in the terminal, or at least some of the modules/units may be implemented by software programs Realization, the software program runs on the processor integrated inside the terminal, and the remaining (if any) part of the modules/units can be implemented in hardware such as circuits.
请参见图9,图9为本申请实施例提供的一种数据处理装置的芯片简化示意图,该芯片中包括处理器910和数据接口920。该芯片可以用于处理如图4中方法相应的功能。该芯片可以包含于如图8所示的应用程序切换装置中。该芯片也可以包含于芯片模组中。Please refer to FIG. 9 . FIG. 9 is a simplified schematic diagram of a chip of a data processing apparatus according to an embodiment of the present application, where the chip includes a processor 910 and a data interface 920 . The chip can be used to process functions corresponding to the method in FIG. 4 . The chip can be included in the application switching device as shown in FIG. 8 . The chip may also be included in a chip module.
需要说明的是,在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详细描述的部分,可以参见其他实施例的相关描述。It should be noted that, in the foregoing embodiments, the description of each embodiment has its own emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to the relevant descriptions of other embodiments.
本发明实施例方法中的步骤可以根据实际需要进行顺序调整、合并和删减。The steps in the method of the embodiment of the present invention may be adjusted, combined and deleted in sequence according to actual needs.
本发明实施例处理设备中的单元可以根据实际需要进行合并、划分和删减。The units in the processing device according to the embodiment of the present invention may be combined, divided, and deleted according to actual needs.
在上述实施例中,可以全部或部分地通过软件、硬件、固件或者其任意组合来实现。当使用软件实现时,可以全部或部分地以计算机程序产品的形式实现。计算机程序产品包括一个或多个计算机指令。在计算机上加载和执行计算机程序指令时,全部或部分地产生按照本申请实施例的流程或功能。计算机可以是通用计算机、专用计算机、计算机网络、或者其他可编程装置。计算机指令可以存储在计算机可读存储介质中,或者从一个计算机可读存储介质向另一个计算机可读存储介质传输,例如,计算机指令可以从一个网站站点、计算机、服务器或数据中心通过有线(例如同轴电缆、光纤、数字用户线)或无线(例如红外、无线、微波等)方式向另一个网站站点、计算机、服务器或数据中心进行传输。计算机可读存储介质可以是计算机能够存取的任何可用介质或者是包含一个或多个可用介质集成的服务器、数据中心等数据存储设备。可用介质可以是磁性介质,(例如,软盘、存储盘、磁带)、光介质(例如,DVD)、或者半导体介质(例如固态存储盘Solid State Disk(SSD))等。In the above-mentioned embodiments, it may be implemented in whole or in part by software, hardware, firmware or any combination thereof. When implemented in software, it can be implemented in whole or in part in the form of a computer program product. A computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on a computer, the procedures or functions according to the embodiments of the present application are generated in whole or in part. The computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable device. Computer instructions may be stored in or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from a website site, computer, server, or data center over a wire (e.g. coaxial cable, optical fiber, digital subscriber line) or wireless (eg infrared, wireless, microwave, etc.) to another website site, computer, server or data center. A computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server, data center, or the like that includes an integration of one or more available media. Useful media may be magnetic media (eg, floppy disks, storage disks, magnetic tapes), optical media (eg, DVD), or semiconductor media (eg, Solid State Disk (SSD)), among others.
最后应说明的是:以上各实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述各实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present application, but not to limit them; although the present application has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: The technical solutions described in the foregoing embodiments can still be modified, or some or all of the technical features thereof can be equivalently replaced; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the technical solutions of the embodiments of the present application. scope.

Claims (20)

  1. 一种应用程序切换方法,其特征在于,应用于终端设备,所述终端设备包括用户按键和显示单元,所述方法包括:An application switching method, characterized in that it is applied to a terminal device, the terminal device includes a user key and a display unit, and the method includes:
    通过所述终端设备系统的驱动层检测对终端设备的用户操作;Detecting user operations on the terminal device through the driver layer of the terminal device system;
    若通过所述驱动层检测到针对所述用户按键的第一用户操作事件,则从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面;If a first user operation event for the user key is detected by the driver layer, switching from the currently displayed user interface of the first application to the user interface displaying the second application;
    若通过所述驱动层检测到针对所述用户按键的第二用户操作事件,则从显示所述第一应用程序的用户界面切换至显示第三应用程序的用户界面,所述第二应用程序与所述第三应用程序为不同的应用程序。If a second user operation event for the user key is detected through the driver layer, switching from the user interface displaying the first application to displaying the user interface of the third application, the second application and the The third application program is a different application program.
  2. 根据权利要求1所述的方法,其特征在于,所述通过所述终端设备系统的驱动层检测对终端设备的用户操作之前,所述方法还包括:The method according to claim 1, wherein before the user operation on the terminal device is detected by the driver layer of the terminal device system, the method further comprises:
    通过所述终端设备系统的框架层获取预设应用程序集合中各个应用程序的关联信息,所述预设应用程序集合包括所述第一应用程序、第二应用程序和第三应用程序;Obtain association information of each application in a preset application set through the framework layer of the terminal device system, where the preset application set includes the first application, the second application and the third application;
    将所述各个应用程序的关联信息添加至监听栈中。The associated information of the respective application programs is added to the monitoring stack.
  3. 根据权利要求2所述的方法,其特征在于,所述预设应用程序集合为已运行应用程序集合。The method according to claim 2, wherein the preset application program set is a running application program set.
  4. 根据权利要求2或3所述的方法,其特征在于,所述若通过所述驱动层检测到针对所述用户按键的第一用户操作事件,则从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面,包括:The method according to claim 2 or 3, wherein if a first user operation event for the user key is detected through the driver layer, switching from the currently displayed user interface of the first application program to display the user interface of the second application, including:
    若通过所述驱动层检测到所述用户按键被按下的次数为第一次数,则确定触发所述第一用户操作事件;If it is detected by the driver layer that the number of times the user key is pressed is the first number of times, it is determined to trigger the first user operation event;
    通过所述驱动层向所述框架层发送第一切换消息;Send a first switching message to the framework layer through the driver layer;
    通过所述框架层从所述监听栈中读取所述第二应用程序对应的关联信息;Read the associated information corresponding to the second application from the monitoring stack through the framework layer;
    通过所述框架层从显示第一应用程序的用户界面切换至显示所述第二应用程序的用户界面。Switching from the user interface displaying the first application to the user interface displaying the second application through the framework layer.
  5. 根据权利要求2或3所述的方法,其特征在于,所述若通过所述驱动层检测到针对所述用户按键的第二用户操作事件,则由显示所述第一应用程序的用户界面切换至显示第三应用程序的用户界面,包括:The method according to claim 2 or 3, wherein, if a second user operation event for the user key is detected through the driver layer, switching is performed by a user interface displaying the first application program to display the user interface of the third application, including:
    若通过所述驱动层检测到所述用户按键被按下的次数为第二次数,则确定触发所述第二用户操作事件;If it is detected by the driver layer that the number of times the user key is pressed is the second number of times, it is determined to trigger the second user operation event;
    通过所述驱动层向所述框架层发送第二切换消息;Send a second switching message to the framework layer through the driver layer;
    通过所述框架层从所述监听栈中读取所述第三应用程序对应的关联信息;Read the associated information corresponding to the third application program from the monitoring stack through the framework layer;
    通过所述框架层由显示第一应用程序的用户界面切换至显示所述第三应用程序的用户界面。Switch from the user interface displaying the first application to the user interface displaying the third application through the framework layer.
  6. 根据权利要求2或3所述的方法,其特征在于,所述方法还包括:The method according to claim 2 or 3, wherein the method further comprises:
    通过所述框架层获取用户输入的排序指令;Obtain the sorting instruction input by the user through the framework layer;
    通过所述框架层根据所述排序指令对所述预设应用程序集合中的各个应用程序进行排序。The application programs in the preset application program set are sorted by the framework layer according to the sorting instruction.
  7. 根据权利要求4所述的方法,其特征在于,所述方法还包括:The method according to claim 4, wherein the method further comprises:
    通过所述框架层获取用户输入的配置信息;Obtain the configuration information input by the user through the framework layer;
    通过所述框架层根据所述配置信息配置所述第一次数。The first number of times is configured by the framework layer according to the configuration information.
  8. 一种应用程序切换装置,其特征在于,包括:An application switching device, characterized in that it includes:
    检测单元,通过所述终端设备系统的驱动层检测对终端设备的用户操作;a detection unit, which detects user operations on the terminal device through the driver layer of the terminal device system;
    处理单元,用于若通过所述驱动层检测到针对所述用户按键的第一用户操作事件,则从当前显示的第一应用程序的用户界面切换至显示第二应用程序的用户界面;a processing unit, configured to switch from the currently displayed user interface of the first application to the user interface displaying the second application if a first user operation event for the user key is detected through the driver layer;
    所述处理单元还用于若通过所述驱动层检测到针对所述用户按键的第二用户操作事件,则由显示所述第一应用程序的用户界面切换至显示第三应用程序的用户界面,所述第二应用程序与所述第三应用程序为不同的应用程序。The processing unit is further configured to switch from the user interface displaying the first application to the user interface displaying the third application if a second user operation event for the user key is detected through the driver layer, The second application and the third application are different applications.
  9. 根据权利要求8所述的装置,其特征在于,所述装置还包括:The apparatus according to claim 8, wherein the apparatus further comprises:
    获取单元,用于通过所述终端设备系统的框架层获取预设应用程序集合中各个应用程序的关联信息,所述预设应用程序集合包括所述第一应用程序、第二应用程序和第三应用程序;an acquiring unit, configured to acquire, through the framework layer of the terminal device system, the associated information of each application in a preset application set, where the preset application set includes the first application, the second application and the third application application;
    所述处理单元,还用于将所述各个应用程序的关联信息添加至监听栈中。The processing unit is further configured to add the associated information of the respective application programs to the monitoring stack.
  10. 根据权利要求9所述的装置,其特征在于,所述预设应用程序集合为已运行应用程序集合。The apparatus according to claim 9, wherein the preset application program set is a running application program set.
  11. 根据权利要求9或10所述的装置,其特征在于,所述处理单元,用于若通过驱动层检测到用户按键被按下的次数为第一次数,则确定触发第一用户操作事件;通过驱动层向框架层发送第一切换消息;通过框架层从监听栈中读取第二应用程序对应的关联信息;通过框架层从显示第一应用程序的用户界面切换至显示第二应用程序的用户界面。The device according to claim 9 or 10, wherein the processing unit is configured to determine to trigger the first user operation event if the number of times the user key is pressed is the first number of times detected by the driver layer; Send the first switching message to the framework layer through the driver layer; read the associated information corresponding to the second application from the monitoring stack through the framework layer; switch from the user interface displaying the first application to the user interface displaying the second application through the framework layer User Interface.
  12. 根据权利要求9或10所述的装置,其特征在于,所述处理单元,用于若通过驱动层检测到用户按键被按下的次数为第二次数,则确定触发第二用户操作事件;通过驱动层向框架层发送第二切换消息;通过框架层从监听栈中读取第三应用程序对应的关联信息;通过框架层由显示第一应用程序的用户界面切换至显示第三应用程序的用户界面。The device according to claim 9 or 10, wherein the processing unit is configured to determine to trigger the second user operation event if the number of times the user key is pressed is the second number of times detected by the driver layer; The driver layer sends a second switching message to the framework layer; reads the associated information corresponding to the third application from the monitoring stack through the framework layer; switches from the user interface displaying the first application to the user displaying the third application through the framework layer interface.
  13. 根据权利要求9或10所述的装置,其特征在于,所述处理单元,还用于通过所 述框架层获取用户输入的排序指令;The device according to claim 9 or 10, wherein the processing unit is further configured to obtain a sorting instruction input by a user through the framework layer;
    通过所述框架层根据所述排序指令对所述预设应用程序集合中的各个应用程序进行排序。The application programs in the preset application program set are sorted by the framework layer according to the sorting instruction.
  14. 根据权利要求11所述的装置,其特征在于,所述处理单元,还用于通过所述框架层获取用户输入的配置信息;The apparatus according to claim 11, wherein the processing unit is further configured to obtain configuration information input by a user through the framework layer;
    通过所述框架层根据所述配置信息配置所述第一次数。The first number of times is configured by the framework layer according to the configuration information.
  15. 一种应用程序切换装置,其特征在于,包括处理器、存储器、通信接口和用户接口,所述处理器、所述存储器、所述通信接口和所述用户接口相互连接,其中,所述存储器用于存储计算机程序,所述计算机程序包括程序指令,所述处理器被配置用于调用所述程序指令,执行如权利要求1至7中任一项所述的应用程序切换方法。An application switching device, characterized in that it includes a processor, a memory, a communication interface and a user interface, wherein the processor, the memory, the communication interface and the user interface are connected to each other, wherein the memory uses A computer program is stored, the computer program includes program instructions, and the processor is configured to invoke the program instructions to execute the application switching method according to any one of claims 1 to 7.
  16. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有一条或多条指令,所述一条或多条指令适于由处理器加载并执行如权利要求1至7中任一项所述的应用程序切换方法。A computer-readable storage medium, characterized in that the computer-readable storage medium stores one or more instructions, and the one or more instructions are adapted to be loaded by a processor and execute any one of claims 1 to 7 The application switching method described in one item.
  17. 一种芯片,其特征在于,所述芯片包括处理器与数据接口,所述处理器通过所述数据接口读取存储器上存储的指令,以执行如权利要求1至7中任一项所述的应用程序切换方法。A chip, characterized in that the chip includes a processor and a data interface, and the processor reads instructions stored on a memory through the data interface to execute the method according to any one of claims 1 to 7 Application switching method.
  18. 一种芯片模组,其特征在于,该芯片模组包括如权利要求11所述的芯片。A chip module, characterized in that the chip module comprises the chip of claim 11 .
  19. 一种芯片模组,其特征在于,所述模组设备包括通信模组、电源模组、存储模组以及芯片模组,其中:A chip module, characterized in that the module equipment includes a communication module, a power module, a storage module and a chip module, wherein:
    所述电源模组用于为所述模组设备提供电能;The power module is used to provide power for the module device;
    所述存储模组用于存储数据和指令;The storage module is used to store data and instructions;
    所述通信模组用于进行模组设备内部通信,或者用于所述模组设备与外部设备进行通信;The communication module is used for internal communication of the module device, or for the module device to communicate with an external device;
    所述芯片模组用于执行如权利要求1至7任一项所述的方法。The chip module is used for performing the method according to any one of claims 1 to 7 .
  20. 一种计算机程序,其特征在于,所述计算机程序被执行时,权利要求1至7任一项所述的方法被执行。A computer program, wherein when the computer program is executed, the method according to any one of claims 1 to 7 is executed.
PCT/CN2022/074393 2021-02-02 2022-01-27 Application program switching method and apparatus WO2022166772A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110144004.7 2021-02-02
CN202110144004.7A CN112905278A (en) 2021-02-02 2021-02-02 Application program switching method and device

Publications (1)

Publication Number Publication Date
WO2022166772A1 true WO2022166772A1 (en) 2022-08-11

Family

ID=76121560

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/074393 WO2022166772A1 (en) 2021-02-02 2022-01-27 Application program switching method and apparatus

Country Status (2)

Country Link
CN (1) CN112905278A (en)
WO (1) WO2022166772A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905278A (en) * 2021-02-02 2021-06-04 展讯通信(天津)有限公司 Application program switching method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060015646A1 (en) * 1997-03-14 2006-01-19 Ogilvy Ian C Method and apparatus for controlling communications
CN104731507A (en) * 2015-03-31 2015-06-24 努比亚技术有限公司 Application switching method of mobile terminal and mobile terminal
CN106095296A (en) * 2016-06-15 2016-11-09 维沃移动通信有限公司 The changing method of a kind of application program and mobile terminal
CN107402762A (en) * 2017-07-26 2017-11-28 青岛海信移动通信技术股份有限公司 The implementation method and device of finger print navigation
CN109885245A (en) * 2019-02-21 2019-06-14 Oppo广东移动通信有限公司 Application control method, apparatus, terminal device and computer-readable storage medium
CN112905278A (en) * 2021-02-02 2021-06-04 展讯通信(天津)有限公司 Application program switching method and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105589633A (en) * 2014-10-22 2016-05-18 中兴通讯股份有限公司 Terminal application switching method and device
CN106933468A (en) * 2017-03-13 2017-07-07 深圳市金立通信设备有限公司 A kind of user interface switching method and terminal
CN107613117A (en) * 2017-09-08 2018-01-19 维沃移动通信有限公司 A kind of interface display method and mobile terminal based on multitask
CN107656793B (en) * 2017-10-31 2021-01-29 维沃移动通信有限公司 Application program interface switching method and mobile terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060015646A1 (en) * 1997-03-14 2006-01-19 Ogilvy Ian C Method and apparatus for controlling communications
CN104731507A (en) * 2015-03-31 2015-06-24 努比亚技术有限公司 Application switching method of mobile terminal and mobile terminal
CN106095296A (en) * 2016-06-15 2016-11-09 维沃移动通信有限公司 The changing method of a kind of application program and mobile terminal
CN107402762A (en) * 2017-07-26 2017-11-28 青岛海信移动通信技术股份有限公司 The implementation method and device of finger print navigation
CN109885245A (en) * 2019-02-21 2019-06-14 Oppo广东移动通信有限公司 Application control method, apparatus, terminal device and computer-readable storage medium
CN112905278A (en) * 2021-02-02 2021-06-04 展讯通信(天津)有限公司 Application program switching method and device

Also Published As

Publication number Publication date
CN112905278A (en) 2021-06-04

Similar Documents

Publication Publication Date Title
WO2021012931A1 (en) Icon management method and terminal
WO2020259024A1 (en) Icon classification method, mobile terminal, and computer-readable storage medium
WO2021083132A1 (en) Icon moving method and electronic device
WO2021098705A1 (en) Display method and electronic device
WO2021104246A1 (en) Network connection method and electronic device
WO2020215969A1 (en) Content input method and terminal device
WO2020173281A1 (en) Interface display method and terminal device
CN108810262B (en) Application configuration method, terminal and computer readable storage medium
WO2021190370A1 (en) Screenshot method and electronic apparatus
WO2021208890A1 (en) Screen capturing method and electronic device
WO2022166772A1 (en) Application program switching method and apparatus
WO2021031868A1 (en) Interface display method and terminal
WO2020192662A1 (en) Operation method and terminal device
CN115914719A (en) Screen projection display method, intelligent terminal and storage medium
WO2022267430A1 (en) Screen capture interaction method, and mobile terminal and storage medium
WO2023015774A1 (en) Switching method, mobile terminal, and storage medium
CN114138144A (en) Control method, intelligent terminal and storage medium
CN113824176A (en) Charging method, earphone, terminal and storage medium
CN109522064B (en) Interaction method and interaction device of portable electronic equipment with double screens
CN112888084A (en) Full-band communication method and device and mobile terminal
WO2024045155A1 (en) Icon display control method, mobile terminal, and storage medium
WO2024045184A1 (en) Processing method, mobile terminal, and storage medium
WO2024045145A1 (en) Icon display control method, mobile terminal and storage medium
WO2023092343A1 (en) Icon area management method, intelligent terminal and storage medium
WO2022241694A1 (en) Processing method, mobile terminal, and storage medium

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: 22749051

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE