WO2017206881A1 - Procédé et appareil permettant de traiter des applications associées, support de stockage et dispositif électronique - Google Patents

Procédé et appareil permettant de traiter des applications associées, support de stockage et dispositif électronique Download PDF

Info

Publication number
WO2017206881A1
WO2017206881A1 PCT/CN2017/086478 CN2017086478W WO2017206881A1 WO 2017206881 A1 WO2017206881 A1 WO 2017206881A1 CN 2017086478 W CN2017086478 W CN 2017086478W WO 2017206881 A1 WO2017206881 A1 WO 2017206881A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
sensor
sensor connection
connection corresponding
released
Prior art date
Application number
PCT/CN2017/086478
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 广东欧珀移动通信有限公司
Publication of WO2017206881A1 publication Critical patent/WO2017206881A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3234Power saving characterised by the action undertaken

Definitions

  • the present invention relates to the field of power processing technologies, and in particular, to a method, an apparatus, a storage medium, and an electronic device for processing related applications.
  • the intelligent system has been the largest intelligent terminal operating system platform for the user group.
  • the intelligent terminal is the most commonly used and most important electronic device for many users.
  • the various sensor devices in the intelligent terminal provide hardware for the application diversification function. basis.
  • the embodiments of the present invention provide a method, an apparatus, a storage medium, and an electronic device for processing an associated application, which can reduce power consumption of the terminal.
  • the embodiment of the invention provides a processing method for an associated application, and the processing method of the associated application includes the following steps:
  • the sensor connection corresponding to the second application is released.
  • the embodiment of the present invention further provides a processing device for an associated application, where the processing device of the associated application includes:
  • a release instruction receiving module configured to receive a release instruction of the sensor connection of the first application to be released
  • a first application release module configured to release a sensor connection corresponding to the first application according to the release instruction
  • a second application connection obtaining module configured to acquire a sensor connection corresponding to the second application associated with the first application
  • a second application release module configured to release a sensor connection corresponding to the second application.
  • the embodiment of the present invention provides a storage medium, including a computer program, which is implemented in the processing method of the associated application provided by the embodiment of the present invention when the computer program is loaded and executed by the processor.
  • An embodiment of the present invention further provides an electronic device, including a memory, a processor, and a computer program stored in the memory and operable in the processor, when the processor executes the computer program, the implementation is as follows step:
  • the sensor connection corresponding to the second application is released.
  • the embodiments of the present invention provide a method, an apparatus, a storage medium, and an electronic device for processing an associated application, which can reduce power consumption of the terminal.
  • FIG. 1 is a schematic flowchart of a processing method of an associated application according to an embodiment of the present invention.
  • FIG. 2 is a schematic structural diagram of a processing apparatus for an associated application according to an embodiment of the present invention.
  • FIG. 3 is another schematic structural diagram of a processing apparatus for an associated application according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • FIG. 5 is another schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • the execution subject of the embodiment of the present invention may be a mobile terminal.
  • the mobile terminal may include a mobile phone (or "cellular" phone such as a smart phone) and a computer with a mobile terminal, such as a tablet computer, and may also be a mobile device built into a portable, pocket-sized, handheld vehicle computer, and
  • the wireless access network exchanges languages and/or data.
  • personal communication services Personal Communication Service, PCS
  • PCS Personal Communication Service
  • PCS Personal Communication Service
  • Cordless Telephone Session Initiation Protocol (Session Initiation) Protocol, SIP) Telephone, Wireless Local Loop (WLL) Station
  • Personal Digital Assistant (Personal Digital) Devices such as Assistant, PDA) are not limited herein.
  • An embodiment of the present invention provides a method for processing an associated application, including the following steps:
  • the sensor connection corresponding to the second application is released.
  • the step of releasing the sensor connection corresponding to the first application may further include:
  • the step of acquiring the sensor connection corresponding to the second application associated with the first application is performed.
  • the method before the step of receiving the release instruction of the sensor connection of the first application to be released, the method further includes:
  • the step of acquiring the sensor connection corresponding to the second application associated with the first application may include: acquiring, in the association relationship table, a sensor connection corresponding to the second application associated with the first application.
  • the method further includes:
  • the step of receiving the release instruction of the sensor connection of the first application to be released may include:
  • the releasing the sensor connection corresponding to the first application according to the release instruction may include:
  • the sensor connection corresponding to the first application is released according to the release instruction.
  • FIG. 1 a flow chart of a method for processing an associated application according to an embodiment of the present invention is shown.
  • the processing method of the associated application is applied to the mobile terminal, and includes the following steps:
  • step S101 a release instruction of the sensor connection of the first application to be released is received.
  • the application when an application (ie, a first application and a second application) needs to use a sensor, the application is assigned a connection interface through which the application can invoke the sensor Work; add the assigned connection interface to the sensor's current active connection interface queue.
  • the sensor management framework can be divided into a client, a server, and a HAL (abstract layer) layer.
  • the client encapsulates the sensor interface for the application
  • the server is responsible for the management of all sensor data
  • the HAL layer encapsulates the direct access of the server to the Kernel.
  • the server reads the sensor data from the HAL layer and writes it to the pipeline, and the client reads the server data through the pipeline.
  • the application When the application needs to use the sensor, first obtain the client's SystemSensorManager instance, and register the listening interface through the instance. After registering the listening interface, the server provides the client with a SensorEventConnection connection interface, which is assigned to the application, through which the application can obtain data from the sensor through the client.
  • the server invokes the enable interface of the sensor device to enable the sensor device.
  • the server invokes the disable interface of the sensor device to disable the sensor device.
  • the server SensorService has a sensor currently active connection interface queue mActiveConnections, which is used to store the currently available sensor connections.
  • mActiveConnections When the enable interface is invoked, a newly registered connection interface is added to the sensor currently active connection interface queue mActiveConnections; when the disable interface is invoked, the corresponding connection interface is moved out of the sensor current active connection interface queue mActiveConnections.
  • the step of receiving the release instruction of the sensor connection of the first application to be released may include:
  • the calling sensor holds the query interface
  • the mobile terminal system adds the sensor holding query interface hasSensor (int) in the sensorservice Uid), provides the java layer with an interface to query whether the application holds the sensor.
  • step S102 the sensor connection corresponding to the first application is released according to the release instruction.
  • the power consumption management function when receiving the release instruction of the sensor connection of the first application to be released, determining whether the power consumption management function is enabled; if it is determined that the power consumption management function is enabled, performing the releasing according to the release instruction a sensor connection corresponding to the first application, and a step of acquiring a sensor connection corresponding to the second application associated with the first application.
  • an interface can be provided, and an open interface of the power management function and a closed interface are provided on the interface. When the user clicks the open interface, the power management function is automatically started, and when the user clicks the close This power management function is automatically turned off when the interface is connected.
  • the step of releasing the sensor connection corresponding to the first application according to the release instruction in S102 may include:
  • the sensor connection corresponding to the first application is released according to the release instruction.
  • step S103 a sensor connection corresponding to the second application associated with the first application is acquired.
  • an application can pull up other applications through various ways, such as starting an activity, starting a service, binding a service, sending a broadcast, starting a ContentProvider, and the like.
  • the system will assign a new process identifier pid to the newly pulled process.
  • the newly pulled application is to establish a sensor connection, the corresponding process identifier pid can be obtained in the server side of the sensor framework.
  • the mobile terminal system adds a registration interface registerRelativePids (int pid1, int) to the sensorservice. Pid), for the java layer to provide a corresponding relationship for saving the associated application in the sensorservice.
  • the mobile terminal system adds an application start detection mechanism to the startProcessLocked function in the ActivityManagerService system service.
  • startProcessLocked the sensor is held by the sensor interface hasSensor(int Uid) Query whether the first application holds the sensor. If the first application holds the sensor, the registerRelativePids interface is invoked, and the correspondence between the pid of the first application and the second application is saved to the sensorservice.
  • the mobile terminal system adds a judgment in the enable method in the sensorservice. If the sensor to be enabled is connected to the pid from the saved second application, the sensor connection correspondence corresponding to the two pids is saved in the sensorservice.
  • the step of acquiring the sensor connection corresponding to the second application associated with the first application may include: acquiring, in the association relationship table, a sensor connection corresponding to the second application associated with the first application.
  • step S104 the sensor connection corresponding to the second application is released.
  • the mobile terminal system adds a judgment in the disable method in the sensorservice. If the sensor connection to be released corresponds to the first application, the saved sensor connection corresponding to the second application will also be released.
  • the method further includes:
  • the step of acquiring the sensor connection corresponding to the second application associated with the first application is performed.
  • the method further includes:
  • the sensor connection corresponding to the second application meets the filtering condition, the sensor connection corresponding to the second application is not released.
  • the execution order of all the steps is not limited to the above-mentioned execution order, for example, when receiving the release instruction of the sensor connection of the first application to be released, acquiring the sensor corresponding to the second application associated with the first application. connection. Then, releasing the sensor connection corresponding to the first application according to the release instruction. The sensor connection corresponding to the second application is then released.
  • the processing method of the associated application is to receive the release command of the sensor connection of the first application to be released, and release the sensor connection corresponding to the first application according to the release command; a sensor connection corresponding to the second application associated with the first application; releasing the sensor connection corresponding to the second application. That is, when the sensor connection corresponding to the first application is released, the sensor connection corresponding to the second application associated with the first application is automatically released. Therefore, the invention can effectively reduce the power consumption of the mobile terminal, and is beneficial to improving the endurance capability of the mobile terminal.
  • An embodiment of the present invention provides a processing device for an associated application, including:
  • a release instruction receiving module configured to receive a release instruction of the sensor connection of the first application to be released
  • a first application release module configured to release a sensor connection corresponding to the first application according to the release instruction
  • a second application connection obtaining module configured to acquire a sensor connection corresponding to the second application associated with the first application
  • a second application release module configured to release a sensor connection corresponding to the second application.
  • the processing device of the associated application when the first application registers a plurality of sensor connections, the processing device of the associated application further includes:
  • a detecting module configured to detect whether multiple sensor connections registered by the first application are all released
  • the triggering module is configured to trigger the second application connection obtaining module to acquire a sensor connection corresponding to the second application associated with the first application, if the total release is detected.
  • processing device of the associated application further includes:
  • the second application connection obtaining module is configured to acquire, in the association relationship table, a sensor connection corresponding to the second application associated with the first application.
  • processing device of the associated application further includes:
  • a filtering judging module configured to determine whether the sensor connection corresponding to the second application meets a filtering condition, where the filtering condition is: when the sensor connection corresponding to the first application is released, the corresponding sensor of the second application is not released connection;
  • the second application release module is configured to release the sensor connection corresponding to the second application if the sensor connection corresponding to the second application does not meet the filtering condition.
  • processing device of the associated application further includes:
  • Exiting the instruction receiving module configured to receive an exit instruction of the first application
  • a querying module configured to query, according to the sensor holding query interface, whether the first application holds a connection interface of the sensor
  • a release instruction generating module configured to generate a release instruction for releasing the sensor connection of the first application if the first application holds a connection interface of the sensor.
  • the first application release module is configured to:
  • the sensor connection corresponding to the first application is released according to the release instruction.
  • FIG. 2 is a schematic structural diagram of a processing apparatus for an associated application according to an embodiment of the present invention; for convenience of description, only parts related to the embodiment of the present invention are shown.
  • the processing device of the associated application includes: a release instruction receiving module 201, a first application release module 202, a second application connection obtaining module 203, and a second application release module 204.
  • the processing device of the associated application may be a software unit, a hardware unit, or a combination of software and hardware built in the mobile terminal.
  • the release instruction receiving module 201 is configured to receive a release instruction of the sensor connection of the first application to be released.
  • the first application release module 202 is configured to release the sensor connection corresponding to the first application according to the release instruction.
  • the second application connection obtaining module 203 is configured to acquire a sensor connection corresponding to the second application associated with the first application.
  • the second application release module 204 is configured to release the sensor connection corresponding to the second application.
  • the processing device of the associated application further includes:
  • the detecting module 205 is configured to detect whether multiple sensor connections registered by the first application are all released.
  • the triggering module 206 is configured to trigger the second application connection obtaining module to acquire a sensor connection corresponding to the second application associated with the first application, if all releases are detected.
  • the processing device of the associated application further includes:
  • the establishing module 207 is configured to pre-establish an association relationship between the sensor connection of the first application and the sensor connection of the second application.
  • the second application connection obtaining module 203 is configured to acquire, in the association relationship table, a sensor connection corresponding to the second application associated with the first application.
  • the processing device of the associated application further includes:
  • the filtering judging module 208 is configured to determine whether the sensor connection corresponding to the second application meets the filtering condition, where the filtering condition is: when the sensor connection corresponding to the first application is released, the corresponding second application is not released. Sensor connection.
  • the second application release module 204 may be configured to release the sensor connection corresponding to the second application if the sensor connection corresponding to the second application does not meet the filtering condition.
  • the processing device of the associated application further includes:
  • the exit instruction receiving module 209 is configured to receive an exit instruction of the first application.
  • the calling module 210 is configured to invoke the sensor holding query interface according to the exit instruction.
  • the query module 211 is configured to query, according to the sensor holding query interface, whether the first application holds a connection interface of the sensor.
  • the release instruction generating module 212 is configured to generate a release instruction for releasing the sensor connection of the first application if the first application holds the connection interface of the sensor.
  • the processing device of the associated application receives the release command of the sensor connection of the first application to be released, and releases the sensor connection corresponding to the first application according to the release command; a sensor connection corresponding to the second application associated with the first application; releasing the sensor connection corresponding to the second application. That is, the present invention automatically releases the sensor connection corresponding to the second application associated with the first application when releasing the sensor connection corresponding to the first application. Therefore, the invention can effectively reduce the power consumption of the mobile terminal, and is beneficial to improving the endurance capability of the mobile terminal.
  • the embodiment of the present invention provides a storage medium, including a computer program, which is implemented in the processing method of the associated application provided by the embodiment of the present invention when the computer program is loaded and executed by the processor.
  • Embodiments of the present invention also provide an electronic device including a memory, a processor, and a computer program stored in the memory and operable in the processor, the processor implementing the computer program when the computer program is executed The steps in the processing method of the associated application provided by the embodiment.
  • the electronic device can be a mobile terminal device such as a smartphone or tablet.
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • the electronic device 500 can include components such as a memory 501, a processor 502, and a sensor 503. It will be understood by those skilled in the art that the electronic device structure illustrated in FIG. 4 does not constitute a limitation to the electronic device, and may include more or less components than those illustrated, or a combination of certain components, or different component arrangements.
  • Memory 501 can be used to store applications and data.
  • the application stored in the memory 501 contains executable code.
  • Applications can form various functional modules.
  • the processor 502 executes various functional applications and data processing by running an application stored in the memory 501.
  • the processor 502 is a control center of the electronic device, and connects various parts of the entire electronic device using various interfaces and lines, executes the electronic device by running or executing an application stored in the memory 501, and calling data stored in the memory 501.
  • the various functions and processing of data to provide overall monitoring of the electronic device.
  • the electronic device can include sensors 503 such as light sensors, motion sensors, and other sensors.
  • the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel according to the brightness of the ambient light, and the proximity sensor may turn off the display panel and/or the backlight when the electronic device moves to the ear.
  • the gravity acceleration sensor can detect the magnitude of acceleration in all directions (usually three axes). When it is stationary, it can detect the magnitude and direction of gravity. It can be used to identify the posture of electronic devices (such as horizontal and vertical screen switching, Related games, magnetometer attitude calibration), vibration recognition related functions (such as pedometer, tapping).
  • Other sensors such as gyroscopes, barometers, hygrometers, thermometers, and infrared sensors that can be configured in electronic devices are not described here.
  • the processor 502 in the electronic device loads the executable code corresponding to the process of one or more applications into the memory 501 according to the following instructions, and is executed by the processor 502 to be stored in the memory.
  • the application in 501 thus implementing the steps:
  • the processor 505 may further perform the step of releasing the sensor connection corresponding to the first application according to the release instruction. The step of: detecting whether the plurality of sensor connections registered by the first application are all released; and performing the step of acquiring the sensor connection corresponding to the second application associated with the first application is performed.
  • the processor 505 may further perform the step of pre-establishing an association relationship between the sensor connection of the first application and the sensor connection of the second application.
  • the processor 505 may perform the following steps: acquiring, in the association relationship table, the first application association The second application corresponds to the sensor connection.
  • the processor 505 may further perform the following steps: determining whether the sensor connection corresponding to the second application meets the filtering condition; wherein the filtering condition is: releasing the sensor connection corresponding to the first application When the sensor connection corresponding to the second application is not released.
  • the processor 505 when performing the step of releasing the sensor connection corresponding to the second application, may perform the following steps: if the sensor connection corresponding to the second application does not meet the filtering condition, releasing the second application corresponding Sensor connection.
  • the processor 505 when the processor 505 performs the step of receiving a release instruction of the sensor connection of the first application to be released, the following steps may be performed: receiving an exit instruction of the first application; and calling according to the exit instruction
  • the sensor holds the query interface, and queries whether the first application holds the connection interface of the sensor according to the sensor holding inquiry interface; if the first application holds the connection interface of the sensor, generates and releases the first application The release command for the sensor connection.
  • the processor 505 may perform the following steps: if it is determined that the power consumption management function of the electronic device is enabled And releasing, according to the release instruction, a sensor connection corresponding to the first application.
  • FIG. 5 is another schematic structural diagram of an electronic device according to an embodiment of the present invention.
  • the electronic device 500 may further include a radio frequency (RF, Radio) Frequency circuit 504, input unit 505, and output unit 506.
  • RF radio frequency
  • the radio frequency circuit 504 can be used for transmitting and receiving information, or receiving and transmitting signals during a call. Specifically, after receiving the downlink information of the base station, the radio network is processed by one or more processors 502; in addition, the data related to the uplink is sent to the base station. .
  • the input unit 505 can be configured to receive input numbers, character information or user characteristic information (such as fingerprints), and to generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function controls.
  • the input unit 505 can include a touch-sensitive surface as well as other input devices. Touch-sensitive surfaces, also known as touch screens or trackpads.
  • the output unit 506 can be used to display information entered by the user or information provided to the user as well as various graphical user interfaces of the mobile terminal, which can be composed of graphics, text, icons, video, and any combination thereof.
  • the output unit 506 can be a display panel.
  • the electronic device may further include a camera, a Bluetooth module, a wireless fidelity module, and the like, and details are not described herein again.
  • the program may be stored in a computer readable storage medium, and the storage medium may include: Read only memory (ROM, Read Only Memory), Random Access Memory (RAM), disk or CD.
  • ROM Read only memory
  • RAM Random Access Memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

L'invention porte sur un procédé et sur un appareil pour traiter des applications associées, sur un support de stockage et sur un dispositif électronique. Le procédé consiste : à recevoir une instruction de libération pour une connexion de capteur d'une première application à libérer (S101) ; à libérer la connexion de capteur correspondant à la première application en fonction de l'instruction de libération (S102) ; à obtenir une connexion de capteur correspondant à une seconde application associée à la première application (S103) ; et à libérer la connexion de capteur correspondant à la seconde application (S104). Le procédé peut réduire de manière efficace la consommation d'énergie d'un terminal mobile.
PCT/CN2017/086478 2016-05-31 2017-05-29 Procédé et appareil permettant de traiter des applications associées, support de stockage et dispositif électronique WO2017206881A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610379942.4 2016-05-31
CN201610379942.4A CN106020427B (zh) 2016-05-31 2016-05-31 一种关联应用的处理方法、装置及移动终端

Publications (1)

Publication Number Publication Date
WO2017206881A1 true WO2017206881A1 (fr) 2017-12-07

Family

ID=57092078

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/086478 WO2017206881A1 (fr) 2016-05-31 2017-05-29 Procédé et appareil permettant de traiter des applications associées, support de stockage et dispositif électronique

Country Status (2)

Country Link
CN (1) CN106020427B (fr)
WO (1) WO2017206881A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020427B (zh) * 2016-05-31 2018-09-21 广东欧珀移动通信有限公司 一种关联应用的处理方法、装置及移动终端
CN106603872A (zh) * 2017-01-23 2017-04-26 努比亚技术有限公司 一种根据关联策略启动应用的方法、装置和移动终端
CN110109528B (zh) * 2019-03-29 2021-10-22 努比亚技术有限公司 应用程序的管控方法、移动终端及计算机可读存储介质
CN110401643A (zh) * 2019-07-12 2019-11-01 杭州数跑科技有限公司 登出行为的同步方法、装置、电子设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014168375A1 (fr) * 2013-04-09 2014-10-16 Samsung Electronics Co., Ltd. Procede et appareil pour mettre a jour une application dans un dispositif electronique
CN104503841A (zh) * 2014-12-15 2015-04-08 北京奇虎科技有限公司 进程清理方法及装置
CN104699534A (zh) * 2013-12-10 2015-06-10 深圳富泰宏精密工业有限公司 数据连接与应用程序关联的控制方法
CN105302274A (zh) * 2015-09-22 2016-02-03 广东欧珀移动通信有限公司 一种传感器控制方法及装置
CN106020427A (zh) * 2016-05-31 2016-10-12 广东欧珀移动通信有限公司 一种关联应用的处理方法、装置及移动终端

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014168375A1 (fr) * 2013-04-09 2014-10-16 Samsung Electronics Co., Ltd. Procede et appareil pour mettre a jour une application dans un dispositif electronique
CN104699534A (zh) * 2013-12-10 2015-06-10 深圳富泰宏精密工业有限公司 数据连接与应用程序关联的控制方法
CN104503841A (zh) * 2014-12-15 2015-04-08 北京奇虎科技有限公司 进程清理方法及装置
CN105302274A (zh) * 2015-09-22 2016-02-03 广东欧珀移动通信有限公司 一种传感器控制方法及装置
CN106020427A (zh) * 2016-05-31 2016-10-12 广东欧珀移动通信有限公司 一种关联应用的处理方法、装置及移动终端

Also Published As

Publication number Publication date
CN106020427B (zh) 2018-09-21
CN106020427A (zh) 2016-10-12

Similar Documents

Publication Publication Date Title
WO2018129977A1 (fr) Procédé et appareil de commande de charge, support de stockage et dispositif informatique
WO2018076866A1 (fr) Procédé de traitement de données, dispositif, support de stockage, dispositif électronique, et serveur
WO2016029449A1 (fr) Procédé et appareil pour empêcher un faux toucher d'un écran tactile
WO2017206881A1 (fr) Procédé et appareil permettant de traiter des applications associées, support de stockage et dispositif électronique
WO2018076889A1 (fr) Procédé de sauvegarde de données, dispositif, système, support de stockage et serveur
WO2018076819A1 (fr) Procédé de téléchargement de données, appareil, support de stockage, dispositif électronique et système
WO2017206879A1 (fr) Procédé et appareil de traitement de programme d'application de terminal mobile, support de stockage, et dispositif électronique
WO2015180013A1 (fr) Procédé et appareil d'opération de toucher pour terminal
WO2018076818A1 (fr) Procédé de sauvegarde de données, appareil, dispositif électronique, support de stockage et système
WO2017092498A1 (fr) Procédé de gestion d'informations et terminal utilisateur
WO2018161593A1 (fr) Procédé de traitement de diffusion, dispositif, support de stockage, et dispositif terminal
WO2018161601A1 (fr) Procédé de réglage de rétroéclairage d'écran, support de stockage et dispositif électronique
WO2018171534A1 (fr) Procédé de commande d'alimentation électrique de double appareil photo de terminal mobile, système, et terminal mobile.
WO2018026164A1 (fr) Procédé de traitement d'événements tactiles et dispositif électronique adapté à celui-ci
WO2018076888A1 (fr) Procédé, dispositif et système de synchronisation de données d'un terminal mobile, support de mémoire et terminal mobile
WO2017206870A1 (fr) Procédé et appareil d'arrêt de capteur, support d'informations et dispositif électronique
WO2018145597A1 (fr) Procédé et système de photographie à ajout de lumière d'écran sur la base d'un terminal mobile, et terminal mobile
WO2018076890A1 (fr) Procédé de sauvegarde de données, dispositif, support d'informations, serveur et système
WO2017206892A1 (fr) Procédé et appareil de traitement de capteur d'un terminal mobile, support d'informations et dispositif électronique
WO2018076830A1 (fr) Procédé et dispositif de réglage de cycle de synchronisation de données, dispositif électronique, support d'informations et système
WO2017206865A1 (fr) Procédé et appareil d'arrêt de programme d'application, support d'informations et dispositif électronique
WO2019223600A1 (fr) Procédé et dispositif de transmission audio bluetooth, et support de stockage lisible par ordinateur
WO2018076881A1 (fr) Procédé et dispositif de synchronisation de données, support de stockage et serveur
WO2017206867A1 (fr) Procédé et appareil d'arrêt de capteurs, support d'informations, et dispositif électronique
WO2017206872A1 (fr) Procédé et appareil d'arrêt de fonctions d'appel de capteurs, support d'informations, et dispositif électronique

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

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

Country of ref document: EP

Kind code of ref document: A1