WO2019051691A1 - Procédé de commande de verrouillage d'écran et appareil de commande de verrouillage d'écran destinés à un terminal intelligent - Google Patents

Procédé de commande de verrouillage d'écran et appareil de commande de verrouillage d'écran destinés à un terminal intelligent Download PDF

Info

Publication number
WO2019051691A1
WO2019051691A1 PCT/CN2017/101641 CN2017101641W WO2019051691A1 WO 2019051691 A1 WO2019051691 A1 WO 2019051691A1 CN 2017101641 W CN2017101641 W CN 2017101641W WO 2019051691 A1 WO2019051691 A1 WO 2019051691A1
Authority
WO
WIPO (PCT)
Prior art keywords
time
application
running
lock screen
smart terminal
Prior art date
Application number
PCT/CN2017/101641
Other languages
English (en)
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 深圳传音通讯有限公司
Priority to CN201780096753.9A priority Critical patent/CN111344704B/zh
Priority to PCT/CN2017/101641 priority patent/WO2019051691A1/fr
Publication of WO2019051691A1 publication Critical patent/WO2019051691A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication

Definitions

  • the present invention relates to the field of intelligent terminals, and in particular, to a lock screen control method for a smart terminal and a lock screen control device.
  • the smart terminal devices support the lock screen function, so that the smart terminal enters the lock screen state, that is, the smart terminal displays the preset lock screen interface, and can only cancel the lock screen state by receiving the unlock operation, and does not receive the screen. Any other operation.
  • the lock screen state There are two main ways to implement the lock screen state in the prior art. One is that the smart terminal is on the desktop display interface. If no operation is received for a period of time, the lock screen state is automatically entered, and the last operation is automatic.
  • the duration of the lock screen can be set, such as 30 seconds, 1 minute or 2 minutes, etc.; the other is the way of actively locking the screen, the user triggers the lock screen key to make the smart terminal enter the lock screen state, the lock screen key It may be a physical button such as a power button or a Home button on the smart terminal.
  • the user often uses the smart terminal to run some applications that last for a long time, such as a video player, a map navigation program, etc., in order to ensure the user experience during the running of the application, the smart terminal is prohibited from being automatically locked.
  • the way to enter the lock screen state so as to keep the unlock state during the running process, display the state of the application display interface, and return to the state of displaying the desktop after the application ends.
  • this lock screen design has the following problems:
  • an object of the present invention is to provide a lock screen control method for a smart terminal and a lock screen control device, which realizes the application by recording the running time of the application and comparing with a time threshold.
  • the running time of the program is greater than the time threshold, the technical effect of automatically locking the screen after the running state of the application ends fruit.
  • a first aspect of the present application discloses a lock screen control method for a smart terminal, comprising the following steps:
  • the smart terminal controls the smart terminal to enter a lock screen state through the framework layer of the operating system in the smart terminal, and displays a preset to the smart terminal.
  • the lock screen interface inside;
  • the lock screen interface receives an unlocking operation
  • the smart terminal is controlled to enter an unlocked state by the framework layer, and the desktop launcher in the smart terminal is started to display the desktop.
  • the step of recording the runtime of the application includes:
  • the start time is subtracted from the start time to obtain the run time.
  • determining whether the running time is greater than a time threshold preset in the smart terminal the time threshold is a preset non-operation in the smart terminal.
  • the standby time of the automatic lock screen is a preset non-operation in the smart terminal.
  • the lock screen control method further includes the following steps:
  • the desktop launcher displays the desktop after the application finishes running.
  • the unlocking operation when the lock screen interface receives an unlocking operation, the unlocking operation may be a sliding operation or a digital password input operation for the lock screen interface.
  • a second aspect of the present application discloses a lock screen control apparatus for a smart terminal, including:
  • An application determining module connected to the setting module, and determining, by the task manager, whether an application in any of the application lists is running;
  • a recording module connected to the application determining module, and when the application determining module determines that an application in any of the application lists is running, recording an running time of the application;
  • a time judging module connected to the recording module, determining whether the running time is greater than a time threshold preset in the smart terminal;
  • a lock screen module connected to the time judging module, when the time judging module judges that the running time is greater than the time threshold, after the application ends running, the lock screen module operates through the smart terminal
  • the framework layer of the system controls the smart terminal to enter a lock screen state, and displays a lock screen interface preset in the smart terminal;
  • An operation receiving module is connected to the lock screen module to receive an unlocking operation on the lock screen interface
  • the unlocking module is connected to the operation receiving module, and the smart terminal is controlled to enter an unlocking state by the framework layer, and the desktop initiator in the smart terminal is started to display the desktop.
  • the recording module includes:
  • a start time recording unit that records a time when the application starts to run as a start time
  • An operation state detecting unit connected to the start time recording unit to detect whether an operation state of the application program is ended;
  • the end time recording unit is connected to the operation state detecting unit, and when the running state detecting unit detects that the running state of the application ends, the current time is recorded as the ending time;
  • the calculation unit is connected to the start time recording unit and the end time recording unit, and subtracts the start time from the end time to obtain the running time.
  • the time determining module determines whether the running time is greater than a time threshold preset in the smart terminal, where the time threshold is If there is no operation, the standby time of the screen will be automatically locked.
  • the lock screen control device further includes:
  • the desktop display module when the time judging module determines that the running time is not greater than the time threshold, after the application ends running, controlling the desktop launcher to display the desktop.
  • the unlocking operation when the operation receiving module receives an unlocking operation, the unlocking operation may be a sliding operation or a digital password input operation for the lock screen interface.
  • FIG. 1 is a schematic flow chart of a lock screen control method for an intelligent terminal according to a preferred embodiment of the present invention
  • FIG. 2 is a schematic flow chart of step S103 of FIG. 1 in accordance with a preferred embodiment of the present invention
  • FIG. 3 is a schematic flow chart of a lock screen control method for an intelligent terminal according to another preferred embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a lock screen control apparatus for an intelligent terminal according to a preferred embodiment of the present invention.
  • FIG. 5 is a schematic structural view of a recording module in accordance with a preferred embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a lock screen control apparatus for an intelligent terminal according to another preferred embodiment of the present invention.
  • 10-lock screen control device 11-setting module, 12-application judgment module, 13-recording module, 131-start time recording unit, 132-operation state detecting unit, 133-end time recording unit, 134-calculation unit, 14-time judging module, 15-lock screen module, 16-operation receiving module, 17-unlocking module, 18-desktop display module.
  • the lock screen control method includes the following steps:
  • S101 Set an application list including at least one application in the smart terminal.
  • the smart terminal is a smart device having a display screen, such as a smart phone, a tablet computer, or a multimedia player; the smart terminal runs an operating system, such as an Android operating system, a 10S operating system, and the like.
  • an application program list is set in the smart terminal, and the application program is a computer software, which is a software program specially developed for a certain application purpose of the user.
  • the application list is a list of information of the application, which is also referred to as a “white list”, including information such as a name, a storage path, an installation time, and the like of the application; the application list includes at least one
  • the application provides the user with an operator interface for the user to select the appropriate application to enter the list.
  • the application is preferably an application that runs for a long time, such as a video player, map navigation, etc., and such an application must continuously display a functional interface while it is running.
  • S102 Determine, by the task manager in the smart terminal, whether an application in any of the application lists runs.
  • the operating system of the smart terminal has a task manager for managing running tasks of each application in the smart terminal, for example, sorting tasks of different priorities and allocating system resources, or hanging tasks Start, or keep the task running in the background.
  • the task manager in this step opens the interface so that the third-party software module can obtain the working state of the task manager, such as whether a task is running, suspended, or queued for resource allocation.
  • the task manager obtains information of the running application and determines whether the application is in the application list.
  • This step continuously queries whether there is an application running in the application list according to a time period, and if so, proceeds to a subsequent step, wherein the time period is preferably within 0.1 second, so as to detect the application in time. run.
  • S103 Record the running time of the application when there is an application running in any of the application lists.
  • This step is performed when it is determined in step S102 that there is an application running in any of the application lists.
  • the running time refers to the time from the start of the application to the end of the running, such as the duration of the video player playing a video, or the time when the map navigation continues from the start of the departure to the end of the navigation.
  • This step Recording the running time is: first, detecting, by the task manager, a time when the application is running as a starting time, and then starting timing, and when the task manager detects that the application ends running, terminating
  • the running time can be obtained by timing.
  • the system time can be obtained from the application interface opened by the operating system, and the system time is acquired again at the end, and the running time can be obtained by subtracting the time between the two times.
  • the timer may be an independent program module, or may be configured to set a timed task, the timed task is triggered according to a time period, and the running time is accumulated every time the trigger is performed.
  • S104 Determine whether the running time is greater than a time threshold preset in the smart terminal.
  • a time threshold is preset in the smart terminal. In this step, it is determined whether the running time recorded in step S103 is greater than the time threshold. The purpose of this step is to distinguish between applications that are running for a long time so that subsequent steps can process the application.
  • step S104 determines that the running time is greater than the time threshold
  • the step is performed.
  • Another condition that is executed in this step is that the application ends the operation, and the condition does not conflict with the running time judgment in step S104, and the running time of the application can be recorded only after the application ends running, and thus the The running time is judged with the time threshold.
  • the execution of the step is to control the smart terminal to enter the lock screen state.
  • the implementation manner is to control the smart terminal to enter the lock screen state through a framework layer in the operating system.
  • the framework layer In the Android operating system, the framework layer, the Framework, provides a series of service and API interfaces for developers of application development, allowing developers to obtain and modify operating parameters of the operating system and perform functions based on the original operating system. Expansion.
  • the frame layer can also control the lock screen state of the smart terminal.
  • an operation command is sent to the frame layer through the interface, and the smart terminal is controlled to enter the lock screen state.
  • a pre-stored lock screen interface is displayed on the screen, and the lock screen interface only receives a specific unlocking operation, and does not receive any other operations, so as to protect the desktop of the smart terminal or Other display interfaces are not exposed to the outside, protecting the user's private information.
  • S106 The lock screen interface receives an unlocking operation.
  • the lock screen interface can receive an unlock operation.
  • the unlocking operation may be a sliding touch operation, or may be a digital password input or a graphic input according to the prompt of the lock screen interface.
  • the lock screen interface displays a slider and a long slot. The user has to drag the slider to move to the end position in the slot to achieve unlocking; when the unlocking operation is a digital password input, the lock screen interface displays a numeric button of 0-9, and the user can input a preset.
  • the unlocking password is unlocked; when the unlocking operation is graphic input, the lock screen interface displays dots or circles arranged in a matrix form, and the user can perform a sliding touch operation to sequentially connect points or centers of different positions in a sequence, if a touch operation
  • the trajectory is the same as the preset unlock trajectory, and unlocking is achieved.
  • S107 Control, by the framework layer, the smart terminal to enter an unlocked state, and start a desktop launcher in the smart terminal to display a desktop.
  • step S106 If the unlocking operation in step S106 is correct, this step is performed.
  • the unlocking operation is performed, that is, the smart terminal is controlled to enter an unlocked state by the frame layer, and an unlocking instruction is sent to the frame layer through the interface, and the framework layer controls the smart terminal to enter an unlocked state, and the Lock screen interface.
  • this step starts a desktop launcher (Launcher) in the smart terminal to display the desktop.
  • the desktop launcher is one of the main program components in the Android system, and manages the display content of the desktop, and the application developer can write content that needs to be displayed on the desktop, such as an application icon, in the desktop launcher.
  • the desktop launcher does not start, and the step starts the desktop launcher to perform desktop display, and wakes up the running task of the desktop launcher.
  • determining whether the running time is greater than a time threshold preset in the smart terminal the time threshold is a preset non-operation in the smart terminal.
  • the standby time of the automatic lock screen The preferred embodiment preferably optimizes the time threshold in step S104 of FIG. 1, and the time threshold is the standby time of the automatic lock screen when the erroneous operation is performed.
  • the prior art provides a lock screen mode for automatic lock screen, that is, when the smart terminal is on the desktop, if the external operation is not received for a period of time, the lock screen state is automatically entered, and the standby time is available at the smart terminal. Internal settings, such as 30 seconds, 1 minute, etc.
  • the time threshold is equal to the standby time, that is, when the smart terminal runs the application, the standby time of the automatic lock screen is also applicable, and the difference is that the lock screen is not executed when the application ends running.
  • the operation rather than the runtime, reaches the time threshold and performs a lock screen operation.
  • the unlocking operation when the lock screen interface receives an unlocking operation, the unlocking operation may be a sliding operation or a digital password input operation for the lock screen interface.
  • the preferred embodiment preferably optimizes the unlocking operation, which is preferably a sliding operation or a digital password input operation.
  • the sliding operation is performed on the lock screen interface, for example, a slider is displayed on the lock screen interface, and the slider is located at one end of a groove-shaped area, and the user must perform a drag operation on the slider, and drag To the other end of the trough-like area, the unlocking is considered successful.
  • the digital password input operation a set of 0-9 numbers is displayed on the lock screen interface, and the user must input A set of preset numeric passwords can be unlocked.
  • Step S103 includes:
  • S103-1 Record the time when the application starts running as the start time.
  • This step records the time the application started running, the first time it was detected that the application started running.
  • the way to obtain the time is to obtain the system time as the starting time through the interface open by the operating system.
  • the running state of the application is continuously detected according to a time period.
  • the detecting manner is to obtain the running state of the application by using the task manager, so as to know whether the application is running or It is the end of the run.
  • the time period is at most 0.1 seconds in order to discover in time that the application ends running.
  • step S103-3 determines that the running state of the application is over, this step is performed.
  • This step records the end of the running state of the application as the end time.
  • the implementation method is to obtain the system time as the end time through the interface opened by the operating system.
  • This step performs a calculation operation, and the content of the calculation operation is to subtract the start time from the end time to obtain the running time.
  • the end time is 15:30
  • the start time is 15:10
  • the time difference obtained by subtracting the two is 20 minutes, that is, the running time is 20 minutes.
  • FIG. 3 is a schematic flowchart of a lock screen control method for a smart terminal according to another preferred embodiment of the present invention.
  • the lock screen control method further includes the following steps:
  • step S104' determines that the running time is not greater than the time threshold. This step displays the desktop by launching the desktop launcher after the application finishes running. The effect of this step is that after the application is finished running, if the running time is not greater than the time threshold, the desktop is displayed, and the lock screen state is not entered.
  • the lock screen control apparatus 10 includes:
  • the setting module 11 is configured to set an application list including at least one application in the smart terminal. Said The setting module 11 can provide an operation interface for the user to select a corresponding application to enter the list.
  • the setting module 11 can interact with the display module of the smart terminal on the one hand, and display the user's display interface, for example, provide a drop-down menu of an application name; on the other hand, interact with the input module of the smart terminal. Obtain a selection operation performed by a user through an input device such as a touch screen or a mouse.
  • the setting module 11 interacts with the application manager in the operating system of the smart terminal through an interface to obtain information such as a name, a storage path, and the like of all applications.
  • the application determining module 12 is connected to the setting module 11, and the task manager determines whether there is any application running in the application list.
  • the application determining module 12 acquires the application list from the setting module 11, and further knows the application information in the application list.
  • the application determining module 12 and the task manager access the interface, obtain the running state of each application in the smart terminal, in particular, the running application information, and determine whether the running application is in the office. Inside the list of applications.
  • the application determining module 12 continuously accesses the task manager according to a time period, so as to acquire the running state of the application in time.
  • the recording module 13 is connected to the application determining module 12, and records the running time of the application when the application determining module 12 determines that an application in any of the application lists is running.
  • the recording module acquires an operating state of the application from the application determining module 12.
  • the recording module 13 records the time as a starting time and starts timing; when the application determining module 12 detects When the application in the application list ends the running state, the recording module 13 records the time as the ending time, and calculates the running time of the application.
  • the recording module 13 can acquire the two system times of the start time and the end time through an application interface opened by the operating system, and then subtract the obtained running time.
  • the recording module 13 can also be embedded with a timer program unit, and the running time can be obtained by starting the counting from the starting time and ending the counting of the ending time.
  • the time judging module 14 is connected to the recording module 13 to determine whether the running time is greater than a time threshold preset in the smart terminal.
  • the determining module 14 acquires the running time from the recording module 13 and compares the running time with the time threshold.
  • the lock screen module 15 is connected to the time judging module 14, and when the time judging module 14 determines that the running time is greater than the time threshold, after the application ends running, the lock screen module 15 passes the The framework layer of the operating system in the smart terminal controls the smart terminal to enter a lock screen state, and displays a lock screen interface preset in the smart terminal.
  • the lock screen module 15 obtains a determination result from the time judging module 14, that is, when the running time is greater than the time threshold, the lock screen module 15 performs a lock screen operation after the application end operation.
  • the lock screen module 15 controls the smart terminal to enter a lock screen state through a framework layer in the operating system, and sends a lock screen command to an interface provided by the frame layer.
  • a pre-stored lock screen interface is displayed on the screen, and only a specific unlocking operation is received, and no other operations are received, so as to protect the desktop or other display interface of the smart terminal from being exposed. Externally, protect the user's private information.
  • the operation receiving module 16 is connected to the lock screen module 15 to receive an unlocking operation on the lock screen interface.
  • the operation receiving module 16 acquires information of the lock screen interface from the lock screen module 15, that is, the lock screen interface can receive an unlocking operation area.
  • the operation receiving module 16 receives the unlocking operation, it is valid only when the unlocking operation occurs on the lock screen interface to receive the unlocking operation area.
  • the unlocking operation received by the operation receiving module 16 may be a sliding touch operation, or may be a digital password input or a graphic input according to the prompt of the lock screen interface.
  • the sliding unlocking means that a slider is displayed on the lock screen interface, and the operation receiving module 16 detects whether the slider is dragged to the target area, and can determine whether it is an unlocking operation; unlocking the digital password input
  • the operation means that the lock screen interface displays a digital area of 0-9, and the user touches the digital area according to the password.
  • the operation receiving module 16 stores the password preset by the user; the unlock operation of the graphic input is received.
  • a sliding operation of a user-specific trajectory that is previously stored by the user in the operation receiving module 16.
  • the unlocking module 17 is connected to the operation receiving module 16, and controls the smart terminal to enter an unlocking state through the framework layer, and starts a desktop launcher in the smart terminal to display a desktop.
  • the unlocking module 17 acquires an instruction that the unlocking operation is successful from the operation receiving module 16, and then performs an unlocking operation.
  • the unlocking module 17 issues an unlocking instruction to the frame layer through an interface, and the framework layer controls the smart terminal to enter an unlocked state, and the lock screen interface is no longer displayed. After unlocking, the unlocking module 17 displays the desktop by launching the desktop launcher.
  • the time determining module 12 determines whether the running time is greater than a time threshold preset in the smart terminal, where the time threshold is in the smart terminal.
  • the preset no operation automatically locks the standby time of the screen.
  • the time judging module 12 uses the standby time of the automatic lock screen as the time threshold for the erroneous operation, so as to realize the lock screen judgment and the normal situation after the application program runs.
  • the judgment condition of the non-operating automatic lock screen is similar, which makes the user feel that the automatic lock screen judgment time is the same in both cases, and the user experience is guaranteed.
  • the unlocking operation when the operation receiving module 16 receives an unlocking operation, the unlocking operation may be a sliding operation or a digital password input operation for the lock screen interface.
  • the preferred embodiment preferably optimizes the unlocking operation received by the operation receiving module 16, and the unlocking operation is preferably a sliding operation or a digital password input operation.
  • the recording module 13 includes:
  • the start time recording unit 131 records the time at which the application starts running as the start time.
  • the manner in which the start time recording unit 131 acquires the start time is to acquire the system time as the start time through the interface opened by the operating system.
  • the operation state detecting unit 132 is connected to the start time recording unit 131 to detect whether or not the operating state of the application is completed. After the start time recording unit 131 records the start time, the running state detecting unit 132 starts to work, and continuously acquires the running state of the application program from the application detecting module 12 according to a time period, thereby obtaining the learned state. Whether the application is running or ending. The time period is at most 0.1 seconds in order to discover in time that the application ends running.
  • the end time recording unit 133 is connected to the operation state detecting unit 132, and when the operation state detecting unit 132 detects that the running state of the application is ended, the current time is recorded as the end time.
  • the end time recording unit 133 acquires the message that the running state of the application is finished from the running state detecting unit 132, the time when the running state of the application is ended is the ending time; the implementation is The open interface of the operating system acquires the system time as the end time.
  • the calculation unit 134 is connected to the start time recording unit 131 and the end time recording unit 133, and subtracts the start time from the end time to obtain the running time.
  • the calculation unit 134 acquires the start time from the start time recording unit 131, acquires the end time from the end time recording unit 133, and performs a subtraction operation.
  • the lock screen control device 10 further includes:
  • the desktop display module 18 when the time judging module 14 determines that the running time is not greater than the time threshold, after the application ends running, controlling the desktop launcher to display the desktop.
  • the desktop display module 18 displays the desktop by launching the desktop launcher.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)

Abstract

La présente invention concerne un procédé de commande de verrouillage d'écran et un appareil de commande de verrouillage d'écran destinés à un terminal intelligent. Le procédé de commande de verrouillage d'écran comprend les étapes consistant : à établir une liste de programmes d'application incluant au moins un programme d'application ; à déterminer si un programme d'application dans la liste de programmes d'application s'exécute ; lorsqu'un programme d'application dans la liste de programmes d'application s'exécute, à enregistrer le temps d'exécution de ce programme d'application ; à déterminer si le temps d'exécution dépasse un seuil de temps ; quand le temps d'exécution dépasse le seuil de temps, à commander le terminal intelligent, au moyen d'une couche cadre d'un système d'exploitation du terminal intelligent, pour que ledit terminal passe à un état de verrouillage d'écran, et à afficher une interface de verrouillage d'écran ; à recevoir une opération de déverrouillage sur l'interface de verrouillage d'écran ; à commander le terminal intelligent grâce à la couche cadre pour qu'il passe à un état de déverrouillage, et à démarrer un lanceur de bureau dans le terminal intelligent pour afficher un bureau. Selon la solution technique de la présente invention, un écran est verrouillé automatiquement en fonction de la longueur du temps d'exécution d'un programme d'application, ce qui permet de protéger les données privées d'un utilisateur.
PCT/CN2017/101641 2017-09-13 2017-09-13 Procédé de commande de verrouillage d'écran et appareil de commande de verrouillage d'écran destinés à un terminal intelligent WO2019051691A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201780096753.9A CN111344704B (zh) 2017-09-13 2017-09-13 一种用于智能终端的锁屏控制方法及锁屏控制装置
PCT/CN2017/101641 WO2019051691A1 (fr) 2017-09-13 2017-09-13 Procédé de commande de verrouillage d'écran et appareil de commande de verrouillage d'écran destinés à un terminal intelligent

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/101641 WO2019051691A1 (fr) 2017-09-13 2017-09-13 Procédé de commande de verrouillage d'écran et appareil de commande de verrouillage d'écran destinés à un terminal intelligent

Publications (1)

Publication Number Publication Date
WO2019051691A1 true WO2019051691A1 (fr) 2019-03-21

Family

ID=65722375

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/101641 WO2019051691A1 (fr) 2017-09-13 2017-09-13 Procédé de commande de verrouillage d'écran et appareil de commande de verrouillage d'écran destinés à un terminal intelligent

Country Status (2)

Country Link
CN (1) CN111344704B (fr)
WO (1) WO2019051691A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112328135A (zh) * 2020-11-27 2021-02-05 青岛海信移动通信技术股份有限公司 移动终端及其应用界面显示方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853428A (zh) * 2014-03-05 2014-06-11 广州市久邦数码科技有限公司 一种搭载游戏的锁屏系统及其实现方法
CN104484227A (zh) * 2014-12-24 2015-04-01 中科创达软件股份有限公司 一种硬件资源使用率的管理方法及系统
CN106650409A (zh) * 2016-12-13 2017-05-10 深圳市金立通信设备有限公司 一种终端控制方法及终端

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103019521B (zh) * 2012-12-31 2016-01-27 广东欧珀移动通信有限公司 一种移动终端熄屏方法及装置
JP6124678B2 (ja) * 2013-05-15 2017-05-10 キヤノン株式会社 連携表示システム、表示方法、プログラム、及び、連携表示システムを構成する端末装置
CN103793177A (zh) * 2014-02-28 2014-05-14 广州视源电子科技股份有限公司 一种触屏设备的界面处理方法及触屏设备

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103853428A (zh) * 2014-03-05 2014-06-11 广州市久邦数码科技有限公司 一种搭载游戏的锁屏系统及其实现方法
CN104484227A (zh) * 2014-12-24 2015-04-01 中科创达软件股份有限公司 一种硬件资源使用率的管理方法及系统
CN106650409A (zh) * 2016-12-13 2017-05-10 深圳市金立通信设备有限公司 一种终端控制方法及终端

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112328135A (zh) * 2020-11-27 2021-02-05 青岛海信移动通信技术股份有限公司 移动终端及其应用界面显示方法

Also Published As

Publication number Publication date
CN111344704A (zh) 2020-06-26
CN111344704B (zh) 2024-05-14

Similar Documents

Publication Publication Date Title
EP3792797B1 (fr) Appareil et procédé de configuration de droits d'accès pour des applications
US10824439B2 (en) Method for managing application program use time offline, and terminal device
WO2020088167A1 (fr) Procédé d'activation d'application, dispositif, terminal et support de stockage
US8954736B2 (en) Limiting the functionality of a software program based on a security model
KR102108614B1 (ko) 사용자 인터페이스 잠금 해제 방법 및 장치
CN102981763B (zh) 触控屏锁定状态下运行应用程序的方法
EP3882800B1 (fr) Procédés et appareil permettant de surveiller un comportement d'application sensible masquée commandée par autorisation lors d'une exécution
US20140115488A1 (en) Wallpaper assignment for multi-user mobile device
US20110307831A1 (en) User-Controlled Application Access to Resources
CN105242825B (zh) 终端控制方法及装置
WO2020151518A1 (fr) Procédé et dispositif d'activation d'application, terminal et support de stockage
CN104102451B (zh) 一种信息处理方法及电子设备
US20120185931A1 (en) Apparatus, method, and computer program product for access control to a mobile terminal
WO2022089431A1 (fr) Procédé et appareil de commande de dispositif, et dispositif électronique
US20180121057A1 (en) Method and device for hiding application icon
GB2508016A (en) Switching a device to a restricted mode
CN103164130B (zh) 电子设备及其锁屏控制方法
WO2017166781A1 (fr) Procédé et appareil de verrouillage d'application et dispositif électronique
WO2019051691A1 (fr) Procédé de commande de verrouillage d'écran et appareil de commande de verrouillage d'écran destinés à un terminal intelligent
WO2017101336A1 (fr) Procédé et dispositif de commande de raccourci de commutation
EP3662399B1 (fr) Dispositif électronique et procédé de commande associé
WO2021022433A1 (fr) Procédé et appareil de surveillance d'application, et support d'enregistrement ainsi que dispositif électronique
CN106611113A (zh) 一种安全环境构建方法和装置
CN104932927B (zh) 一种应用程序控制方法及电子设备
JP7125066B2 (ja) オフラインでアプリケーションプログラム使用時間を管理するための方法、および、端末デバイス

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17925157

Country of ref document: EP

Kind code of ref document: A1