CN106371704B - Application shortcut layout method of screen locking interface and terminal - Google Patents

Application shortcut layout method of screen locking interface and terminal Download PDF

Info

Publication number
CN106371704B
CN106371704B CN201610875428.XA CN201610875428A CN106371704B CN 106371704 B CN106371704 B CN 106371704B CN 201610875428 A CN201610875428 A CN 201610875428A CN 106371704 B CN106371704 B CN 106371704B
Authority
CN
China
Prior art keywords
widget
layout
window
view
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610875428.XA
Other languages
Chinese (zh)
Other versions
CN106371704A (en
Inventor
王建
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Xingchuang Information Technology Co., Ltd
Original Assignee
Shandong Xingchuang Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Xingchuang Information Technology Co Ltd filed Critical Shandong Xingchuang Information Technology Co Ltd
Priority to CN201610875428.XA priority Critical patent/CN106371704B/en
Publication of CN106371704A publication Critical patent/CN106371704A/en
Application granted granted Critical
Publication of CN106371704B publication Critical patent/CN106371704B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses an application shortcut layout method and a terminal of a lock screen interface, wherein the method comprises the following steps: detecting whether a widget realized by an application program is added to a screen locking process; if yes, reserving window container layout in the screen locking layout; receiving an address of the widget; creating a view corresponding to the address of the widget and adding the view to the window container layout; receiving a notification of an application corresponding to the address of the widget and updating the view. The terminal comprises a window part detection unit, a window container reservation unit, an address receiving unit, a view creation unit and a view updating unit. The invention realizes that the application program running in the background can display the self-defined shortcut window on the screen locking interface through the window part realized by the application program and the layout of the reserved window container in the screen locking layout.

Description

Application shortcut layout method of screen locking interface and terminal
Technical Field
The invention relates to the technical field of screen locking interfaces, in particular to an application shortcut layout method and a terminal of a screen locking interface.
Background
Today, the rapid development of the mobile internet increases the dependence of users on mobile phones and also improves the experience requirements of users on applications. Users not only require the applications to tend to be complicated in function and diversified in scene, but also require simplification and quickness in interaction.
At present, only predefined screen locking styles (clock, music playing and notification messages) are provided in the screen locking application of the intelligent terminal, and a quick window cannot be quickly customized for a third-party application program, so that a user can only see real-time interactive contents on the interface of the application program, and the user cannot see the interactive contents when the application program is backed to the background.
Disclosure of Invention
The invention mainly aims to provide an application quick layout method and a terminal of a screen locking interface, and aims to solve the technical problem that a user cannot see interactive contents of an application program when the application program is returned to a background.
In order to achieve the above object, the present invention provides a method for quickly laying out an application of a lock screen interface, which includes the steps of:
detecting whether a widget realized by an application program is added to a screen locking process; if so, then
Reserving a window container layout in the screen locking layout;
receiving an address of the widget;
creating a view corresponding to the address of the widget and adding the view to the window container layout;
receiving a notification of an application corresponding to the address of the widget and updating the view.
Preferably, before receiving the widget address, further comprising the steps of: the initialization window listens to the container and starts listening.
Preferably, the window monitoring container is implemented by using an appwidget host; and the application program realizes the widget through the AppWidget.
Preferably, when detecting whether a widget implemented by an application is added to the screen locking process, the method specifically includes the steps of:
if the application program is started and switched to a background to run, detecting whether the window part is realized;
and if the widget is realized, adding the widget to a screen locking process.
Preferably, after the window container layout is reserved in the lock screen layout, the method further includes the steps of:
if the application program is exited or the widget is stopped, the lock screen process is notified to delete the window container layout.
In addition, to achieve the above object, the present invention further provides a terminal, including:
the window part detection unit is used for detecting whether a window part realized by an application program is added to a screen locking process;
the window container reservation unit is used for reserving the layout of the window container in the screen locking layout if a window component realized by an application program is added to the screen locking process;
an address receiving unit for receiving an address of the widget;
a view creation unit for creating a view corresponding to the address of the widget and adding the view to the window container layout;
and the view updating unit is used for receiving the notice of the application program corresponding to the address of the widget and updating the view.
Preferably, the address receiving unit is further configured to initialize a window snoop container and start snooping.
Preferably, the window monitoring container is implemented by using an appwidget host; and the application program realizes the widget through the AppWidget.
Preferably, the widget detecting unit further includes a widget adding module, configured to detect whether the widget is implemented if the application has been started and switched to background operation; and if the widget is realized, adding the widget to a screen locking process.
Preferably, the widget detecting unit further includes a notification module, configured to notify the screen locking process to delete the layout of the window container if the application is exited or the widget is stopped.
The application shortcut layout method and the terminal of the screen locking interface provided by the invention enable a second application program running in a background to display a user-defined shortcut window on the screen locking interface.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present invention;
FIG. 2 is a diagram of a wireless communication system for the mobile terminal shown in FIG. 1;
fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a terminal according to another embodiment of the present invention;
FIG. 5 is a schematic flowchart of an application shortcut layout method of a lock screen interface according to an embodiment of the present invention;
FIG. 6 is a flowchart illustrating an application shortcut layout method of a lock screen interface according to another embodiment of the present invention;
FIG. 7 is a flowchart illustrating an application shortcut layout method of a lock screen interface according to another embodiment of the present invention;
the implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
A mobile terminal implementing various embodiments of the present invention will now be described with reference to the accompanying drawings. In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in themselves. Thus, "module" and "component" may be used in a mixture.
The mobile terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a smart phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a navigation device, and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. In the following, it is assumed that the terminal is a mobile terminal. However, it will be understood by those skilled in the art that the configuration according to the embodiment of the present invention can be applied to a fixed type terminal in addition to elements particularly used for moving purposes.
Fig. 1 is a schematic hardware configuration of a mobile terminal implementing various embodiments of the present invention.
The mobile terminal 100 may include a wireless communication unit 110, an a/V (audio/video) input unit 120, a user input unit 130, a sensing unit 140, an output unit 150, a memory 160, an interface unit 170, a controller 180, and a power supply unit 190, etc. Fig. 1 illustrates a mobile terminal having various components, but it is to be understood that not all illustrated components are required to be implemented. More or fewer components may alternatively be implemented. Elements of the mobile terminal will be described in detail below.
The wireless communication unit 110 typically includes one or more components that allow radio communication between the mobile terminal 100 and a wireless communication system or network. For example, the wireless communication unit may include at least one of a broadcast receiving module 111, a mobile communication module 112, a wireless internet module 113, a short-range communication module 114, and a location information module 115.
The broadcast receiving module 111 receives a broadcast signal and/or broadcast associated information from an external broadcast management server via a broadcast channel. The broadcast channel may include a satellite channel and/or a terrestrial channel. The broadcast management server may be a server that generates and transmits a broadcast signal and/or broadcast associated information or a server that receives a previously generated broadcast signal and/or broadcast associated information and transmits it to a terminal. The broadcast signal may include a TV broadcast signal, a radio broadcast signal, a data broadcast signal, and the like. Also, the broadcast signal may further include a broadcast signal combined with a TV or radio broadcast signal. The broadcast associated information may also be provided via a mobile communication network, and in this case, the broadcast associated information may be received by the mobile communication module 112. The broadcast signal may exist in various forms, for example, it may exist in the form of an Electronic Program Guide (EPG) of Digital Multimedia Broadcasting (DMB), an Electronic Service Guide (ESG) of digital video broadcasting-handheld (DVB-H), and the like. The broadcast receiving module 111 may receive a signal broadcast by using various types of broadcasting systems. In particular, the broadcast receiving module 111 may receive a broadcast signal by using a signal such as multimedia broadcasting-terrestrial (DMB-T), digital multimedia broadcasting-satellite (DMB-S), digital video broadcasting-handheld (DVB-H), forward link media (MediaFLO)@) A digital broadcasting system of a terrestrial digital broadcasting integrated service (ISDB-T), etc. receives digital broadcasting. The broadcast receiving module 111 may be constructed to be suitable for various broadcasting systems that provide broadcast signals as well as the above-mentioned digital broadcasting systems. The broadcast signal and/or broadcast associated information received via the broadcast receiving module 111 may be stored in the memory 160 (or other type of storage medium).
The mobile communication module 112 transmits and/or receives radio signals to and/or from at least one of a base station (e.g., access point, node B, etc.), an external terminal, and a server. Such radio signals may include voice call signals, video call signals, or various types of data transmitted and/or received according to text and/or multimedia messages.
The wireless internet module 113 supports wireless internet access of the mobile terminal. The module may be internally or externally coupled to the terminal. The wireless internet access technology to which the module relates may include WLAN (wireless LAN) (Wi-Fi), Wibro (wireless broadband), Wimax (worldwide interoperability for microwave access), HSDPA (high speed downlink packet access), and the like.
The short-range communication module 114 is a module for supporting short-range communication. Some examples of short-range communication technologies include bluetoothTMRadio Frequency Identification (RFID), infrared data association (IrDA), Ultra Wideband (UWB), zigbeeTMAnd so on.
The location information module 115 is a module for checking or acquiring location information of the mobile terminal. A typical example of the location information module is a GPS (global positioning system). According to the current technology, the GPS module 115 calculates distance information and accurate time information from three or more satellites and applies triangulation to the calculated information, thereby accurately calculating three-dimensional current location information according to longitude, latitude, and altitude. Currently, a method for calculating position and time information uses three satellites and corrects an error of the calculated position and time information by using another satellite. In addition, the GPS module 115 can calculate speed information by continuously calculating current position information in real time.
The a/V input unit 120 is used to receive an audio or video signal. The a/V input unit 120 may include a camera 121 and a microphone 1220, and the camera 121 processes image data of still pictures or video obtained by an image capturing apparatus in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 151. The image frames processed by the camera 121 may be stored in the memory 160 (or other storage medium) or transmitted via the wireless communication unit 110, and two or more cameras 1210 may be provided according to the construction of the mobile terminal. The microphone 122 may receive sounds (audio data) via the microphone in a phone call mode, a recording mode, a voice recognition mode, or the like, and can process such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the mobile communication module 112 in case of a phone call mode. The microphone 122 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The user input unit 130 may generate key input data according to a command input by a user to control various operations of the mobile terminal. The user input unit 130 allows a user to input various types of information, and may include a keyboard, dome sheet, touch pad (e.g., a touch-sensitive member that detects changes in resistance, pressure, capacitance, and the like due to being touched), scroll wheel, joystick, and the like. In particular, when the touch pad is superimposed on the display unit 151 in the form of a layer, a touch screen may be formed.
The sensing unit 140 detects a current state of the mobile terminal 100 (e.g., an open or closed state of the mobile terminal 100), a position of the mobile terminal 100, presence or absence of contact (i.e., touch input) by a user with the mobile terminal 100, an orientation of the mobile terminal 100, acceleration or deceleration movement and direction of the mobile terminal 100, and the like, and generates a command or signal for controlling an operation of the mobile terminal 100. For example, when the mobile terminal 100 is implemented as a slide-type mobile phone, the sensing unit 140 may sense whether the slide-type phone is opened or closed. In addition, the sensing unit 140 can detect whether the power supply unit 190 supplies power or whether the interface unit 170 is coupled with an external device. The sensing unit 140 may include a proximity sensor 1410 as will be described below in connection with a touch screen.
The interface unit 170 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The identification module may store various information for authenticating a user using the mobile terminal 100 and may include a User Identity Module (UIM), a Subscriber Identity Module (SIM), a Universal Subscriber Identity Module (USIM), and the like. In addition, a device having an identification module (hereinafter, referred to as an "identification device") may take the form of a smart card, and thus, the identification device may be connected with the mobile terminal 100 via a port or other connection means. The interface unit 170 may be used to receive input (e.g., 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 to transmit data between the mobile terminal and the external device.
In addition, when the mobile terminal 100 is connected with an external cradle, the interface unit 170 may serve as a path through which power is supplied from the cradle to the mobile terminal 100 or may serve as a path through which various command signals input from the cradle are transmitted to the mobile terminal. Various command signals or power input from the cradle may be used as signals for recognizing whether the mobile terminal is accurately mounted on the cradle. The output unit 150 is configured to provide output signals (e.g., audio signals, video signals, alarm signals, vibration signals, etc.) in a visual, audio, and/or tactile manner. The output unit 150 may include a display unit 151, an audio output module 152, an alarm unit 153, and the like.
The display unit 151 may display information processed in the mobile terminal 100. For example, when the mobile terminal 100 is in a phone call mode, the display unit 151 may display a User Interface (UI) or a Graphical User Interface (GUI) related to a call or other communication (e.g., text messaging, multimedia file downloading, etc.). When the mobile terminal 100 is in a video call mode or an image capturing mode, the display unit 151 may display a captured image and/or a received image, a UI or GUI showing a video or an image and related functions, and the like.
Meanwhile, when the display unit 151 and the touch pad are overlapped with each other in the form of a layer to form a touch screen, the display unit 151 may serve as an input device and an output device. The display unit 151 may include at least one of a Liquid Crystal Display (LCD), a thin film transistor LCD (TFT-LCD), an Organic Light Emitting Diode (OLED) display, a flexible display, a three-dimensional (3D) display, and the like. Some of these displays may be configured to be transparent to allow a user to view from the outside, which may be referred to as transparent displays, and a typical transparent display may be, for example, a TOLED (transparent organic light emitting diode) display or the like. Depending on the particular desired implementation, the mobile terminal 100 may include two or more display units (or other display devices), for example, the mobile terminal may include an external display unit (not shown) and an internal display unit (not shown). The touch screen may be used to detect a touch input pressure as well as a touch input position and a touch input area.
The audio output module 152 may convert audio data received by the wireless communication unit 110 or stored in the memory 160 into an audio signal and output as sound when the mobile terminal is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output module 152 may provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output module 152 may include a speaker, a buzzer, and the like.
The alarm unit 153 may provide an output to notify the mobile terminal 100 of the occurrence of an event. Typical events may include call reception, message reception, key signal input, touch input, and the like. In addition to audio or video output, the alarm unit 153 may provide output in different ways to notify the occurrence of an event. For example, the alarm unit 153 may provide an output in the form of vibration, and when a call, a message, or some other incoming communication (incomingmunication) is received, the alarm unit 153 may provide a tactile output (i.e., vibration) to inform the user thereof. By providing such a tactile output, the user can recognize the occurrence of various events even when the user's mobile phone is in the user's pocket. The alarm unit 153 may also provide an output notifying the occurrence of an event via the display unit 151 or the audio output module 152.
The memory 160 may store software programs and the like for processing and controlling operations performed by the controller 180, or may temporarily store data (e.g., a phonebook, messages, still images, videos, and the like) that has been or will be output. Also, the memory 160 may store data regarding various ways of vibration and audio signals output when a touch is applied to the touch screen.
The memory 160 may include at least one type of storage medium including a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, and the like. Also, the mobile terminal 100 may cooperate with a network storage device that performs a storage function of the memory 160 through a network connection.
The controller 180 generally controls the overall operation of the mobile terminal. For example, the controller 180 performs control and processing related to voice calls, data communications, video calls, and the like. In addition, the controller 180 may include a multimedia module 1810 for reproducing (or playing back) multimedia data, and the multimedia module 1810 may be constructed within the controller 180 or may be constructed separately from the controller 180. The controller 180 may perform a pattern recognition process to recognize a handwriting input or a picture drawing input performed on the touch screen as a character or an image.
The power supply unit 190 receives external power or internal power and provides appropriate power required to operate various elements and components under the control of the controller 180.
The various embodiments described herein may be implemented in a computer-readable medium using, for example, computer software, hardware, or any combination thereof. For a hardware implementation, the embodiments described herein may be implemented using at least one of an Application Specific Integrated Circuit (ASIC), a Digital Signal Processor (DSP), a Digital Signal Processing Device (DSPD), a Programmable Logic Device (PLD), a Field Programmable Gate Array (FPGA), a processor, a controller, a microcontroller, a microprocessor, an electronic unit designed to perform the functions described herein, and in some cases, such embodiments may be implemented in the controller 180. For a software implementation, the implementation such as a process or a function may be implemented with a separate software module that allows performing at least one function or operation. The software codes may be implemented by software applications (or programs) written in any suitable programming language, which may be stored in the memory 160 and executed by the controller 180.
Up to this point, mobile terminals have been described in terms of their functionality. Hereinafter, a slide-type mobile terminal among various types of mobile terminals, such as a folder-type, bar-type, swing-type, slide-type mobile terminal, and the like, will be described as an example for the sake of brevity. Accordingly, the present invention can be applied to any type of mobile terminal, and is not limited to a slide type mobile terminal.
The mobile terminal 100 as shown in fig. 1 may be configured to operate with communication systems such as wired and wireless communication systems and satellite-based communication systems that transmit data via frames or packets.
A communication system in which a mobile terminal according to the present invention is operable will now be described with reference to fig. 2.
Such communication systems may use different air interfaces and/or physical layers. For example, the air interface used by the communication system includes, for example, Frequency Division Multiple Access (FDMA), Time Division Multiple Access (TDMA), Code Division Multiple Access (CDMA), and Universal Mobile Telecommunications System (UMTS) (in particular, Long Term Evolution (LTE)), global system for mobile communications (GSM), and the like. By way of non-limiting example, the following description relates to a CDMA communication system, but such teachings are equally applicable to other types of systems.
Referring to fig. 2, the CDMA wireless communication system may include a plurality of mobile terminals 100, a plurality of Base Stations (BSs) 270, Base Station Controllers (BSCs) 275, and a Mobile Switching Center (MSC) 280. The MSC280 is configured to interface with a Public Switched Telephone Network (PSTN) 290. The MSC280 is also configured to interface with a BSC275, which may be coupled to the base station 270 via a backhaul. The backhaul may be constructed according to any of several known interfaces including, for example, E1/T1, ATM, IP, PPP, frame Relay, HDSL, ADSL, or xDSL. It will be understood that a system as shown in fig. 2 may include multiple BSCs 2750.
Each BS270 may serve one or more sectors (or regions), each sector covered by a multi-directional antenna or an antenna pointing in a particular direction being radially distant from the BS 270. Alternatively, each partition may be covered by two or more antennas for diversity reception. Each BS270 may be configured to support multiple frequency allocations, with each frequency allocation having a particular frequency spectrum (e.g., 1.25MHz,5MHz, etc.).
The intersection of partitions with frequency allocations may be referred to as a CDMA channel. The BS270 may also be referred to as a Base Transceiver Subsystem (BTS) or other equivalent terminology. In such a case, the term "base station" may be used to generically refer to a single BSC275 and at least one BS 270. The base stations may also be referred to as "cells". Alternatively, each sector of a particular BS270 may be referred to as a plurality of cell sites.
As shown in fig. 2, a Broadcast Transmitter (BT)295 transmits a broadcast signal to the mobile terminal 100 operating within the system. A broadcast receiving module 111 as shown in fig. 1 is provided at the mobile terminal 100 to receive a broadcast signal transmitted by the BT 295. In fig. 2, several Global Positioning System (GPS) satellites 300 are shown. The satellite 300 assists in locating at least one of the plurality of mobile terminals 100.
In fig. 2, a plurality of satellites 300 are depicted, but it is understood that useful positioning information may be obtained with any number of satellites. The GPS module 115 as shown in fig. 1 is generally configured to cooperate with satellites 300 to obtain desired positioning information. Other techniques that can track the location of the mobile terminal may be used instead of or in addition to GPS tracking techniques. In addition, at least one GPS satellite 300 may selectively or additionally process satellite DMB transmission.
As a typical operation of the wireless communication system, the BS270 receives reverse link signals from various mobile terminals 100. The mobile terminal 100 is generally engaged in conversations, messaging, and other types of communications. Each reverse link signal received by a particular base station 270 is processed within the particular BS 270. The obtained data is forwarded to the associated BSC 275. The BSC provides call resource allocation and mobility management functions including coordination of soft handoff procedures between BSs 270. The BSCs 275 also route the received data to the MSC280, which provides additional routing services for interfacing with the PSTN 290. Similarly, the PSTN290 interfaces with the MSC280, the MSC interfaces with the BSCs 275, and the BSCs 275 accordingly control the BS270 to transmit forward link signals to the mobile terminal 100.
Based on the above mobile terminal hardware structure and communication system, the present invention provides various embodiments of the method.
As shown in fig. 3, a first embodiment of the present invention proposes a terminal including a widget detecting unit 10, a window container reserving unit 20, an address receiving unit 30, a view creating unit 40, and a view updating unit 50.
The widget detecting unit 10 is configured to detect whether a widget implemented by an application is added to a screen locking process; the window container reservation unit 20 is configured to reserve a window container layout in the lock screen layout if a widget implemented by an application is added to the lock screen process; the address receiving unit 30 is used for receiving the address of the widget; the view creating unit 40 is used for creating a view corresponding to the address of the widget and adding the view to the window container layout; and a view updating unit 50 for receiving a notification of an application corresponding to the address of the widget and updating the view.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, widget detection unit 10 detects that a widget implemented by the application is added to the lock screen process; the locking process is notified of the widget. After the lock screen is extinguished, the view updating unit 50 updates the lock screen layout and updates the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
The terminal provided in this embodiment does not need to implement the function of the application program in the screen locking application, but only needs to provide a uniform layout of the reserved window container, and the inside view of the terminal is implemented and updated by the application program, so that the convenience in use of the terminal is improved.
A second embodiment of the present invention proposes a terminal including a widget detecting unit 10, a window container reserving unit 20, an address receiving unit 30, a view creating unit 40, and a view updating unit 50.
The widget detecting unit 10 is configured to detect whether a widget implemented by an application is added to a screen locking process; the window container reservation unit 20 is configured to reserve a window container layout in the lock screen layout if a widget implemented by an application is added to the lock screen process; the address receiving unit 30 is used for receiving the address of the widget; the view creating unit 40 is used for creating a view corresponding to the address of the widget and adding the view to the window container layout; and a view updating unit 50 for receiving a notification of an application corresponding to the address of the widget and updating the view.
Unlike the previous embodiment, in the present embodiment, the address receiving unit 30 is further configured to initialize the window snooping container and start snooping.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, widget detection unit 10 detects that a widget implemented by the application is added to the lock screen process; the locking process is notified of the widget. After the lock screen is extinguished, the view updating unit 50 updates the lock screen layout and updates the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
The terminal provided in this embodiment does not need to implement the function of the application program in the screen locking application, but only needs to provide a uniform layout of the reserved window container, and the inside view of the terminal is implemented and updated by the application program, so that the convenience in use of the terminal is improved.
A third embodiment of the present invention provides a terminal including a widget detecting unit 10, a window container reserving unit 20, an address receiving unit 30, a view creating unit 40, and a view updating unit 50.
The widget detecting unit 10 is configured to detect whether a widget implemented by an application is added to a screen locking process; the window container reservation unit 20 is configured to reserve a window container layout in the lock screen layout if a widget implemented by an application is added to the lock screen process; the address receiving unit 30 is used for receiving the address of the widget; the view creating unit 40 is used for creating a view corresponding to the address of the widget and adding the view to the window container layout; and a view updating unit 50 for receiving a notification of an application corresponding to the address of the widget and updating the view.
In this embodiment, the address receiving unit 30 is further configured to initialize the window snooping container and start snooping. In specific implementation, the window monitoring container can be implemented by using an appwidget host; and the application program realizes the widget through the AppWidget. The address receiving unit 30 is specifically configured to initialize the appwidget host and start monitoring. More specifically, the third-party process directionally sends the AppWidget ID to the screen locking process through system broadcasting; and initializing the AppWidgetProviderInfo object after the screen locking process receives the AppWidget ID. The View creation unit 40 creates a View of the appwidget id using an instance of the appwidget host, and adds the viewer to the window container layout.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, widget detection unit 10 detects that a widget implemented by the application is added to the lock screen process; the locking process is notified of the widget. After the lock screen is extinguished, the view updating unit 50 updates the lock screen layout and updates the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
The terminal provided in this embodiment does not need to implement the function of the application program in the screen locking application, but only needs to provide a uniform layout of the reserved window container, and the inside view of the terminal is implemented and updated by the application program, so that the convenience in use of the terminal is improved.
A fourth embodiment of the present invention provides a terminal including a widget detecting unit 10, a window container reserving unit 20, an address receiving unit 30, a view creating unit 40, and a view updating unit 50.
The widget detecting unit 10 is configured to detect whether a widget implemented by an application is added to a screen locking process; the window container reservation unit 20 is configured to reserve a window container layout in the lock screen layout if a widget implemented by an application is added to the lock screen process; the address receiving unit 30 is used for receiving the address of the widget; the view creating unit 40 is used for creating a view corresponding to the address of the widget and adding the view to the window container layout; and a view updating unit 50 for receiving a notification of an application corresponding to the address of the widget and updating the view.
The address receiving unit 30 is also used to initialize the window snoop container and start snooping. In specific implementation, the window monitoring container can be implemented by using an appwidget host; and the application program realizes the widget through the AppWidget. The address receiving unit 30 is specifically configured to initialize the appwidget host and start monitoring. More specifically, the third-party process directionally sends the AppWidget ID to the screen locking process through system broadcasting; and initializing the AppWidgetProviderInfo object after the screen locking process receives the AppWidget ID. The View creation unit 40 creates a View of the appwidget id using an instance of the appwidget host, and adds the viewer to the window container layout.
In this embodiment, the widget detecting unit 10 further includes a widget adding module, configured to detect whether to implement a widget if the application has been started and switched to the background operation; and if the widget is realized, adding the widget to the screen locking process.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, widget detection unit 10 detects that a widget implemented by the application is added to the lock screen process; notifying the screen locking process of the widget; after the lock screen is extinguished, the view updating unit 50 updates the lock screen layout and updates the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
The terminal provided in this embodiment does not need to implement the function of the application program in the screen locking application, but only needs to provide a uniform layout of the reserved window container, and the inside view of the terminal is implemented and updated by the application program, so that the convenience in use of the terminal is improved.
As shown in fig. 4, a fifth embodiment of the present invention proposes a terminal including a widget detecting unit 10, a window container reserving unit 20, an address receiving unit 30, a view creating unit 40, and a view updating unit 50.
The widget detecting unit 10 is configured to detect whether a widget implemented by an application is added to a screen locking process; the window container reservation unit 20 is configured to reserve a window container layout in the lock screen layout if a widget implemented by an application is added to the lock screen process; the address receiving unit 30 is used for receiving the address of the widget; the view creating unit 40 is used for creating a view corresponding to the address of the widget and adding the view to the window container layout; and a view updating unit 50 for receiving a notification of an application corresponding to the address of the widget and updating the view.
The address receiving unit 30 is also used to initialize the window snoop container and start snooping. In specific implementation, the window monitoring container can be implemented by using an appwidget host; and the application program realizes the widget through the AppWidget. The address receiving unit 30 is specifically configured to initialize the appwidget host and start monitoring. More specifically, the third-party process directionally sends the AppWidget ID to the screen locking process through system broadcasting; and initializing the AppWidgetProviderInfo object after the screen locking process receives the AppWidget ID. The View creation unit 40 creates a View of the appwidget id using an instance of the appwidget host, and adds the viewer to the window container layout.
In this embodiment, the widget detecting unit 10 further includes a widget adding module 11, configured to detect whether to implement a widget if the application has been started and switched to a background operation; if the widget is realized, adding the widget to a screen locking process; the widget detection unit 10 further comprises a notification module 12 for notifying the lock screen process to delete the window container layout if the application is exited or the widget is stopped.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, widget detection unit 10 detects that a widget implemented by the application is added to the lock screen process; the locking process is notified of the widget. If the user wakes up the process to the foreground within a period of time and actively closes the process or cancels the function operation, the notification module 12 in the widget detection unit 10 notifies the screen locking process to cancel the use of the screen locking widget; after the lock screen is extinguished, the view updating unit 50 updates the lock screen layout and updates the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
The terminal provided in this embodiment does not need to implement the function of the application program in the screen locking application, but only needs to provide a uniform layout of the reserved window container, and the inside view of the terminal is implemented and updated by the application program, so that the convenience in use of the terminal is improved.
A sixth embodiment of the present invention provides a terminal, including a widget detecting unit 10, a window container reserving unit 20, an address receiving unit 30, a view creating unit 40, and a view updating unit 50.
The widget detecting unit 10 is configured to detect whether a widget implemented by an application is added to a screen locking process; the widget detection unit 10 further includes a notification module for notifying the lock screen process to delete the window container layout if the application is exited or the widget is stopped.
The window container reservation unit 20 is configured to reserve a window container layout in the lock screen layout if a widget implemented by an application is added to the lock screen process; the address receiving unit 30 is used for receiving the address of the widget; the view creating unit 40 is used for creating a view corresponding to the address of the widget and adding the view to the window container layout; and a view updating unit 50 for receiving a notification of an application corresponding to the address of the widget and updating the view. The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, widget detection unit 10 detects that a widget implemented by the application is added to the lock screen process; the locking process is notified of the widget. If the user wakes up the process to the foreground within a period of time and actively closes the process or cancels the function operation, the notification module 12 in the widget detection unit 10 notifies the screen locking process to cancel the use of the screen locking widget; after the lock screen is extinguished, the view updating unit 50 updates the lock screen layout and updates the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
The terminal provided in this embodiment does not need to implement the function of the application program in the screen locking application, but only needs to provide a uniform layout of the reserved window container, and the inside view of the terminal is implemented and updated by the application program, so that the convenience in use of the terminal is improved.
As shown in fig. 5, a seventh embodiment of the present invention provides an application shortcut layout method for a screen locking interface, including the steps of:
s1, detecting whether a widget realized by the application program is added to the screen locking process; if not, as shown in step S6, directly ending the process; if yes, go to step S2;
s2, reserving window container layout in the screen locking layout;
s3, receiving the address of the widget;
s4, creating a view corresponding to the address of the widget and adding the view to the layout of the window container;
s5, receiving the notice of the application program corresponding to the address of the widget and updating the view.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, it is detected that a widget implemented by the application has been added to the lock screen process; the locking process is notified of the widget. After the lock screen is extinguished, updating the lock screen layout, and updating the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
In the application shortcut layout method for the lock screen interface provided in this embodiment, the layout of the window container is reserved in the lock screen layout, and the address of the widget of the application program that has implemented the widget is received, so that the application program can view the interaction information on the lock screen interface, and the convenience in use of the terminal is improved.
As shown in fig. 6, an eighth embodiment of the present invention provides an application shortcut layout method for a screen locking interface, including the steps of:
s1, detecting whether a widget realized by the application program is added to the screen locking process; if not, as shown in step S6, directly ending the process; if yes, go to step S2;
s2, reserving window container layout in the screen locking layout;
s21, initializing a window monitoring container and starting monitoring;
s3, receiving the address of the widget;
s4, creating a view corresponding to the address of the widget and adding the view to the layout of the window container;
s5, receiving the notice of the application program corresponding to the address of the widget and updating the view.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, it is detected that a widget implemented by the application has been added to the lock screen process; the locking process is notified of the widget. After the lock screen is extinguished, updating the lock screen layout, and updating the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
In the application shortcut layout method for the lock screen interface provided in this embodiment, the layout of the window container is reserved in the lock screen layout, and the address of the widget of the application program that has implemented the widget is received, so that the application program can view the interaction information on the lock screen interface, and the convenience in use of the terminal is improved.
A ninth embodiment of the present invention provides a method for quickly laying out an application of a lock screen interface, including the steps of:
s1, detecting whether a widget realized by the application program is added to the screen locking process; if not, as shown in step S6, directly ending the process; if yes, go to step S2;
s2, reserving window container layout in the screen locking layout;
s21, initializing a window monitoring container and starting monitoring;
in this embodiment, the window monitoring container is implemented by using an appwidget host; at the moment, the application program realizes the widget through the AppWidget; more specifically, the third-party process directionally sends the AppWidget ID to the screen locking process through system broadcasting;
s3, receiving the address of the widget;
specifically, after receiving the appwidget id, the screen locking process initializes an appwidget providerinfo object;
s4, creating a view corresponding to the address of the widget and adding the view to the layout of the window container;
the instance of the AppWidget host can be used for creating the View View of the AppWidget ID, and the View is added to the layout of the window container;
s5, receiving the notice of the application program corresponding to the address of the widget and updating the view.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, it is detected that a widget implemented by the application has been added to the lock screen process; the locking process is notified of the widget. After the lock screen is extinguished, updating the lock screen layout, and updating the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
In the application shortcut layout method for the lock screen interface provided in this embodiment, the layout of the window container is reserved in the lock screen layout, and the address of the widget of the application program that has implemented the widget is received, so that the application program can view the interaction information on the lock screen interface, and the convenience in use of the terminal is improved.
As shown in fig. 7, a tenth embodiment of the present invention provides an application shortcut layout method for a lock screen interface, including the steps of:
s11, detecting whether the application program is started and switching to background operation; if not, as shown in step S6, the process is ended; if yes, go to step S12;
s12, detecting whether the window part is realized; if not, as shown in step S6, the process is ended; if yes, go to step S13;
s13, adding the widget to the screen locking process;
s2, reserving window container layout in the screen locking layout;
s14, detecting whether the application program is exited or the widget is stopped, if yes, informing the screen locking process to delete the layout of the window container as shown in step S15, and ending the process as shown in step S6; if not, go to step S16;
s16, detecting whether to enter a screen locking process, if not, returning to the step S11; if yes, go to step S21;
s21, initializing a window monitoring container and starting monitoring;
s3, receiving the address of the widget;
s4, creating a view corresponding to the address of the widget and adding the view to the layout of the window container;
s5, receiving the notice of the application program corresponding to the address of the widget and updating the view.
In this embodiment, adding a widget implemented by an application program to a screen locking process specifically includes the steps of:
and if the widget is realized, adding the widget to a screen locking process.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, it is detected that a widget implemented by the application has been added to the lock screen process; the locking process is notified of the widget. If the user wakes up the process to the foreground within a period of time and actively closes the process or cancels the function operation, the screen locking process is informed to cancel the use of the screen locking component; after the lock screen is extinguished, updating the lock screen layout, and updating the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
In the application shortcut layout method for the lock screen interface provided in this embodiment, the layout of the window container is reserved in the lock screen layout, and the address of the widget of the application program that has implemented the widget is received, so that the application program can view the interaction information on the lock screen interface, and the convenience in use of the terminal is improved.
An eleventh embodiment of the present invention provides a method for quickly and easily laying out an application on a lock screen interface, including the steps of:
s11, detecting whether the application program is started and switching to background operation; if not, as shown in step S6, the process is ended; if yes, go to step S12;
s12, detecting whether the window part is realized; if not, as shown in step S6, the process is ended; if yes, go to step S13;
s13, adding the widget to the screen locking process;
s2, reserving window container layout in the screen locking layout;
s14, detecting whether the application program is exited or the widget is stopped, if yes, informing the screen locking process to delete the layout of the window container as shown in step S15, and ending the process as shown in step S6; if not, go to step S16;
s16, detecting whether to enter a screen locking process, if not, returning to the step S11; if yes, go to step S21;
s21, initializing a window monitoring container and starting monitoring;
the window monitoring container can be realized by adopting AppWidgetHost; at the moment, the application program realizes the widget through the AppWidget; more specifically, the third-party process directionally sends the AppWidget ID to the screen locking process through system broadcasting;
s3, receiving the address of the widget;
the lock screen process may initialize the appwidgets providerinfo object after receiving the appwidgets id.
S4, creating a view corresponding to the address of the widget and adding the view to the layout of the window container;
creating a View View of the AppWidget ID by using an instance of the AppWidget host, and adding the View to the layout of the window container;
s5, receiving the notice of the application program corresponding to the address of the widget and updating the view.
In this embodiment, adding a widget implemented by an application program to a screen locking process specifically includes the steps of:
and if the widget is realized, adding the widget to a screen locking process.
The following is a detailed description of the present embodiment with a specific scenario, where a user starts a certain application and uses a certain function; and the function needs to run in the background through a Service, such as music playing, stopwatch, etc. And clicking a home point or a back key by the user, and backing the process to the background for running. If the application implements a lock screen component and the component allows the application to lock the screen, it is detected that a widget implemented by the application has been added to the lock screen process; the locking process is notified of the widget. If the user wakes up the process to the foreground within a period of time and actively closes the process or cancels the function operation, the screen locking process is informed to cancel the use of the screen locking component; after the lock screen is extinguished, updating the lock screen layout, and updating the view according to the notification of the application program; and displaying the layout of the third part on the lock screen after the screen is lightened.
In the application shortcut layout method for the lock screen interface provided in this embodiment, the layout of the window container is reserved in the lock screen layout, and the address of the widget of the application program that has implemented the widget is received, so that the application program can view the interaction information on the lock screen interface, and the convenience in use of the terminal is improved.
According to the application shortcut layout method and the terminal for the lock screen interface, the user-defined shortcut window can be displayed on the lock screen interface by the application program running in the background through the window part realized by the application program and the layout of the reserved window container in the lock screen layout.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (6)

1. An application shortcut layout method of a screen locking interface is characterized by comprising the following steps:
detecting whether a widget realized by an application program is added to a screen locking process; if so, then
Providing a uniform reserved window container layout in the lock screen layout;
receiving an address of the widget;
creating a view corresponding to the address of the widget and adding the view to the window container layout;
receiving a notification of an application corresponding to an address of the widget and updating the view;
the detecting whether the widget implemented by the application program is added to the screen locking process specifically includes:
if the application program is started and switched to background operation, detecting whether the application program realizes the widget or not;
if the application program realizes the widget, adding the widget to a screen locking process;
after the layout of the reserved window container in the lock screen layout, the method further comprises the following steps:
if the application program is exited or the widget is stopped, the lock screen process is notified to delete the window container layout.
2. The method for quickly laying out an application of a lock screen interface according to claim 1, further comprising, before receiving the widget address, the steps of: the initialization window listens to the container and starts listening.
3. The method for the rapid layout of the application of the lock screen interface according to claim 2, wherein the window listening container is implemented by using an appwidget host; and the application program realizes the widget through the AppWidget.
4. A terminal, comprising:
the window part detection unit is used for detecting whether a window part realized by an application program is added to a screen locking process;
the window container reservation unit is used for providing a uniform reserved window container layout in the screen locking layout if a window component realized by an application program is added to the screen locking process;
an address receiving unit for receiving an address of the widget;
a view creation unit for creating a view corresponding to the address of the widget and adding the view to the window container layout;
a view update unit for receiving a notification of an application corresponding to an address of the widget and updating the view;
the widget detection unit further comprises a widget adding module, which is used for detecting whether the widget is realized or not if the application program is started and switched to a background for running; if the widget is realized, adding the widget to a screen locking process;
the widget detection unit further includes a notification module configured to notify the lock screen process to delete the layout of the window container if the application is exited or the widget is stopped.
5. The terminal of claim 4, wherein the address receiving unit is further configured to initialize a window listening container and start listening.
6. The terminal of claim 4, wherein the window listening container is implemented using an appwidget host; and the application program realizes the widget through the AppWidget.
CN201610875428.XA 2016-09-30 2016-09-30 Application shortcut layout method of screen locking interface and terminal Active CN106371704B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610875428.XA CN106371704B (en) 2016-09-30 2016-09-30 Application shortcut layout method of screen locking interface and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610875428.XA CN106371704B (en) 2016-09-30 2016-09-30 Application shortcut layout method of screen locking interface and terminal

Publications (2)

Publication Number Publication Date
CN106371704A CN106371704A (en) 2017-02-01
CN106371704B true CN106371704B (en) 2020-11-10

Family

ID=57894788

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610875428.XA Active CN106371704B (en) 2016-09-30 2016-09-30 Application shortcut layout method of screen locking interface and terminal

Country Status (1)

Country Link
CN (1) CN106371704B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107018204B (en) * 2017-05-25 2020-06-05 深圳市勤能科技有限公司 Data interaction method and equipment
US11483677B2 (en) 2018-06-07 2022-10-25 Huawei Technologies Co., Ltd. Information pushing method and terminal device
CN108845845B (en) * 2018-06-28 2023-06-20 北京金山安全软件有限公司 Shortcut key creation method and device, electronic equipment and storage medium
CN114611118A (en) * 2022-05-12 2022-06-10 麒麟软件有限公司 Android multi-window application screen locking method based on Linux system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034445A (en) * 2012-12-13 2013-04-10 广东欧珀移动通信有限公司 Method for automatically defining unlock interface of mobile terminal equipment and mobile terminal equipment
CN104615350A (en) * 2015-01-14 2015-05-13 小米科技有限责任公司 Method and device for displaying information on screen locking interface
CN105975224A (en) * 2016-04-19 2016-09-28 北京东方车云信息技术有限公司 Method and apparatus for displaying related information of taxi-taking application in screen-locking state

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034445A (en) * 2012-12-13 2013-04-10 广东欧珀移动通信有限公司 Method for automatically defining unlock interface of mobile terminal equipment and mobile terminal equipment
CN104615350A (en) * 2015-01-14 2015-05-13 小米科技有限责任公司 Method and device for displaying information on screen locking interface
CN105975224A (en) * 2016-04-19 2016-09-28 北京东方车云信息技术有限公司 Method and apparatus for displaying related information of taxi-taking application in screen-locking state

Also Published As

Publication number Publication date
CN106371704A (en) 2017-02-01

Similar Documents

Publication Publication Date Title
CN106844029B (en) Self-management Android process freezing and unfreezing device and method
CN106304037B (en) Virtual SIM card management method and device
CN106533928B (en) Method and device for updating unread message reminding identification
CN110928708B (en) Icon display method and device, electronic equipment and computer readable storage medium
CN106598538B (en) Instruction set updating method and system
CN106371704B (en) Application shortcut layout method of screen locking interface and terminal
CN106250130B (en) Mobile terminal and method for responding key operation
CN106648324B (en) Hidden icon control method and device and terminal
CN106484534B (en) Control method and control device for displayed mobile terminal
CN106161790B (en) Mobile terminal and control method thereof
CN106455009B (en) Network searching device and method
CN105939425B (en) Screen dynamic monitoring device and method
CN105791541B (en) Screenshot method and mobile terminal
CN107197084B (en) Method for projection between mobile terminals and first mobile terminal
CN106569690B (en) Device and method for preventing mistaken touch
CN106412877B (en) Activation method and activation device for mobile terminal SIM card
CN106569670B (en) Device and method for processing application
CN106385494B (en) Method and device for acquiring dynamic home page of mobile terminal application
CN106231657B (en) Method and device for switching power saving modes of double-screen mobile terminal
CN105307156B (en) Device and method for requesting downloading of application
CN105094733B (en) Split screen display method and device
CN106325677B (en) Method for presenting multiple application program interfaces and mobile terminal
CN106896988B (en) Application icon alignment device, terminal and method
CN106775069B (en) Pressure compensation method and system
CN106302943B (en) Unlocking method and unlocking device of mobile terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20201015

Address after: Room 1101-1105, 11th floor, office building, No.7, Huajian 1st block, high tech Zone, Liaocheng City, Shandong Province 252000

Applicant after: Shandong Xingchuang Information Technology Co., Ltd

Address before: 518000 Guangdong Province, Shenzhen high tech Zone of Nanshan District City, No. 9018 North Central Avenue's innovation building A, 6-8 layer, 10-11 layer, B layer, C District 6-10 District 6 floor

Applicant before: NUBIA TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant