WO2023245344A1 - Dispositif et procédé de traitement d'application, terminal et support de stockage - Google Patents

Dispositif et procédé de traitement d'application, terminal et support de stockage Download PDF

Info

Publication number
WO2023245344A1
WO2023245344A1 PCT/CN2022/099862 CN2022099862W WO2023245344A1 WO 2023245344 A1 WO2023245344 A1 WO 2023245344A1 CN 2022099862 W CN2022099862 W CN 2022099862W WO 2023245344 A1 WO2023245344 A1 WO 2023245344A1
Authority
WO
WIPO (PCT)
Prior art keywords
source code
code
feature
terminal
sub
Prior art date
Application number
PCT/CN2022/099862
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 CN202280004410.6A priority Critical patent/CN117616386A/zh
Priority to PCT/CN2022/099862 priority patent/WO2023245344A1/fr
Publication of WO2023245344A1 publication Critical patent/WO2023245344A1/fr

Links

Images

Definitions

  • the present disclosure relates to the field of terminals, and in particular, to an application processing method, device, terminal and storage medium.
  • Mobile terminals have developed very rapidly in recent years and become a hot industry. It interacts with the human body through information using sensors. It is an intelligent terminal born under a new concept. It has a wide range of application fields and can be continuously upgraded according to user needs.
  • the operating systems of terminals are all in their own way and are not unified. In other words, terminals from different manufacturers generally use different operating systems.
  • the application code can only run on the operating system corresponding to the code, and cannot run on other operating systems, resulting in a poor user experience. If you want to run the above applications on other operating systems, you generally need to rewrite new code, which results in low development efficiency.
  • the present disclosure provides an application processing method, device, terminal and storage medium.
  • an application processing method is provided, applied to a terminal, wherein the application processing method includes:
  • the source code is processed to determine the target code; wherein the target code is used to run the application program in the second operating system.
  • the parser processes the source code and determines the target code, including:
  • the source code is parsed according to the parser to determine source code characteristics; wherein the source code characteristics are code characteristics of the source code;
  • Target code features are code features of the target code
  • the target code is determined based on the target code characteristics.
  • the source code includes at least one sub-source code
  • parsing the source code according to the parser to determine source code characteristics includes:
  • the at least one sub-source code is parsed respectively to determine at least one sub-source code feature; wherein the at least one sub-source code feature corresponds to the at least one sub-source code in a one-to-one correspondence.
  • performing grammatical feature conversion processing on the source code features to determine target code features includes:
  • the configuration information includes a mapping relationship between a first syntax feature and a second syntax feature, the first syntax feature is a syntax feature corresponding to the first operating system, and the second syntax feature is the Describe the grammatical features corresponding to the second operating system;
  • syntax feature conversion processing is performed on the source code features to determine the target code features.
  • the application processing method includes:
  • the application program is run on the second terminal.
  • the source code of the determined application program includes:
  • an application processing device which is applied to a terminal, wherein the application processing device includes a determining module, and the determining module is configured to:
  • the source code is processed to determine the target code; wherein the target code is used to run the application program in the second operating system.
  • the determining module is configured as:
  • the source code is parsed according to the parser to determine source code characteristics; wherein the source code characteristics are code characteristics of the source code;
  • Target code features are code features of the target code
  • the target code is determined based on the target code characteristics.
  • the source code includes at least one sub-source code
  • the determining module is configured to:
  • the at least one sub-source code is parsed respectively to determine at least one sub-source code feature; wherein the at least one sub-source code feature corresponds to the at least one sub-source code in a one-to-one correspondence.
  • the application processing device includes an acquisition module, wherein,
  • the acquisition module is configured to obtain configuration information; wherein the configuration information includes a mapping relationship between a first syntax feature and a second syntax feature, and the first syntax feature is a syntax feature corresponding to the first operating system, The second grammatical feature is a grammatical feature corresponding to the second operating system;
  • the determination module is configured to perform syntax feature conversion processing on the source code features according to the configuration information, and determine the target code features.
  • the application processing device includes an execution module, and the execution module is configured to:
  • the application program is run on the second terminal according to the target code.
  • the determining module is configured as:
  • a terminal wherein the terminal includes:
  • memory for storing instructions executable by the processor
  • the processor is configured to execute the application processing method as described in the first aspect.
  • a non-transitory computer-readable storage medium wherein when instructions in the storage medium are executed by a processor of a terminal, the terminal is enabled to perform the first aspect as The application processing method described.
  • the source code of the application program can enable the application program to run on the first operating system, and the present disclosure can use a parser to process the above source code, thereby determining Object code, so that the application can run on the second operating system through the object code, thereby improving the development efficiency of the application and the user experience.
  • FIG. 1 is a flowchart of an application processing method according to an exemplary embodiment.
  • FIG. 2 is a flowchart of an application processing method according to an exemplary embodiment.
  • Figure 3 is a flowchart of an application processing method according to an exemplary embodiment.
  • FIG. 4 is a block diagram of an application processing device according to an exemplary embodiment.
  • Figure 5 is a block diagram of a terminal according to an exemplary embodiment.
  • an application processing method is provided, which is applied to a terminal.
  • the terminal can be a computer, a mobile phone, a smart wearable terminal, etc., and is not limited to this.
  • the method may include:
  • S110 Determine the source code of the application program; where the source code is used to run the application program on the first operating system;
  • S120 Process the source code according to the parser of the terminal to determine the target code; wherein the target code is used to run the application program on the second operating system of the terminal.
  • the source code of the application program can be determined according to its installation package.
  • the application can run on the first operating system from source code.
  • Source code can include html source code, Javascript source code and CSS source code.
  • html source code can be called hypertext markup language, which can be used to display text, pictures, sounds, videos, buttons, tables, etc.
  • CSS source code is called a cascading style sheet, which describes the style of an element. For example, position, color, border, font, font size, etc.
  • Javascript source code which can be referred to as js source code, is a scripting language that can be used to respond to user operations. For example: change text, change style, request data from the server, etc.
  • the terminal may be provided with a parser.
  • a parser can be a program that runs in a terminal.
  • the operating system of the terminal may be the first operating system, the second operating system, or other operating systems, which is not limited.
  • the parser may be set before the terminal leaves the factory, or may be set after the terminal leaves the factory, and there is no limit to this. In addition, after the parser is set up, it can be modified later to better meet different needs.
  • the source code determined in step S110 can be used as input information and input to the parser.
  • a parser processes source code to output object code. From this, the source code can be processed based on the parser and the target code can be determined. Wherein, the object code can run on the second operating system. As a result, the application program can run on the second operating system through the object code.
  • both the first operating system and the second operating system may be operating systems of the smart wearable terminal, and the first operating system and the second operating system are different.
  • the operating systems of smart wearable terminals can include Apple's WatchOS, Google's wear OS, Samsung's Tizen OS, Huawei's LiteOS, etc., without limitation.
  • the operating system of the terminal may be a second operating system or another operating system, and there is no limitation on this, as long as the terminal can determine the target code based on the source code of the application program.
  • the operating system of the terminal is the second operating system, after the target code is determined, the above application program can be run according to the target code.
  • a parser can be used to process the source code that can run on the first operating system, thereby obtaining the object code that can run on the second operating system, so that the application program corresponding to the source code can run on the third operating system through the object code. Second operating system, thereby improving application development efficiency and user experience.
  • an application processing method is provided, which is applied to a terminal.
  • the source code is processed according to the terminal's parser to determine the target code, which may include:
  • S220 Perform grammatical feature conversion processing on the source code features to determine the target code features; where the target code features are code features of the target code;
  • the parser may include a code parsing program for parsing the source code.
  • the code parser can parse the source code to ensure the code characteristics of the source code, which can be recorded as source code characteristics.
  • the grammatical features of the code running in the first operating system can be recorded as the first grammatical features.
  • the source code characteristics may be determined by coding based on the first syntax characteristics. That is to say, the source code feature is a code feature based on the first syntax feature.
  • the source code includes at least one sub-source code.
  • at least one sub-source code is parsed according to the parser to determine at least one sub-source code feature; wherein at least one sub-source code feature corresponds to at least one sub-source code in a one-to-one correspondence.
  • the source code may include sub-source codes such as html source code, Javascript source code, and Css source code
  • the code parsing program may include three subroutines, and the three subroutines respectively correspond to the above-mentioned html source code, Javascript source code, and Css source code.
  • the three subroutines can be respectively recorded as the first sub-parsing program, the second sub-parsing program and the third sub-parsing program.
  • the first sub-parsing program can correspond to the html source code, and is used to parse the html source code and determine the grammatical features of the html source code. This grammatical feature can be recorded as the first sub-source code feature.
  • the second sub-parsing program can correspond to the Javascript source code, and is used to parse the Javascript source code and determine the grammatical features of the Javascript source code. This grammatical feature can be recorded as the second sub-source code feature.
  • the third sub-parsing program can correspond to the Css source code and is used to parse the Css source code and determine the grammatical features of the Css source code. This grammatical feature can be recorded as the third sub-source code feature.
  • the source code features may include the above-mentioned first sub-source code features, second sub-source code features and third sub-source code features.
  • the syntax feature can be a syntax tree. That is to say, the above-mentioned first sub-source code feature, second sub-source code feature and third sub-source code feature may be in the form of a syntax tree. That is, the first sub-source code feature may be a first sub-source syntax tree, the second sub-source code feature may be a second sub-source syntax tree, and the third sub-source code feature may be a third sub-source syntax tree.
  • the source code feature may be a source syntax tree, and the source syntax tree may include the above-mentioned first sub-source syntax tree, second sub-source syntax tree and third sub-source syntax tree.
  • the parser may include a grammatical feature conversion program for performing grammatical feature conversion.
  • Syntax conversion programs convert source code characteristics to determine target code characteristics.
  • the object code characteristics may be code characteristics of the object code.
  • the object code is used to make the application program run on the second operating system.
  • Syntax features of the code running in the second operating system may be recorded as second syntax features.
  • the target code characteristics refer to code characteristics determined by coding according to the second syntax characteristics. That is, the target code feature is a code feature based on the second syntax feature.
  • the syntax feature conversion program may include a first sub-conversion program, a second sub-conversion program and a third sub-source code feature. Conversion program.
  • the first sub-conversion program is used to convert the first sub-source code feature and determine the first sub-target code feature corresponding to the first sub-source code feature.
  • the second sub-conversion program is used to convert the second sub-source code feature and determine the second sub-target code feature corresponding to the second sub-source code feature.
  • the third sub-conversion program is used to convert the third sub-source code feature and determine the third sub-target code feature corresponding to the third sub-source code feature.
  • the target code features may include the above-mentioned first sub-target code features, second sub-target code features and third sub-target code features.
  • the object code characteristics may be syntax characteristics of the object code.
  • step S230 since the target code feature can be the code feature of the target code, the above target code can be restored based on the target code feature, and then the application program can run on the second operating system based on the target code.
  • the object code when the source code includes at least one sub-source code, the object code may also include at least one sub-object code.
  • the source code may include sub-source codes such as html source code, Javascript source code and Css source code
  • the object code may include sub-object codes such as html object code, Javascript object code and Css object code.
  • the first sub-source code characteristics can be determined based on the html source code, and then the first sub-object code characteristics can be determined based on the first sub-source code characteristics, and then the html target code can be determined based on the first sub-object code characteristics. .
  • the determination method for other sub-target codes is similar and will not be described again.
  • the target code corresponding to the source code is determined based on the grammatical characteristics of the code running on different operating systems, so that the application can run on the second operating system through the target code, thus improving development efficiency and user experience.
  • an application processing method is provided, which is applied to a terminal.
  • grammatical feature conversion processing is performed on the source code features to determine the target code features, which may include:
  • configuration information includes the mapping relationship between the first syntax feature and the second syntax feature, the first syntax feature is the syntax feature corresponding to the first operating system, and the second syntax feature is the syntax corresponding to the second operating system. feature;
  • the syntax features corresponding to the first operating system refer to the syntax features of the code that can be run in the first operating system. That is, the first syntax feature refers to the syntax feature of the code that can be run on the first operating system.
  • the grammatical features corresponding to the second operating system refer to the grammatical features of the code that can be run on the second operating system. That is, the second syntax feature refers to the syntax feature of the code that can be run on the second operating system.
  • the configuration information can be set according to the actual situation, and it can include mapping relationships between syntax features corresponding to multiple different operating systems, which is not limited.
  • the configuration information may be set before the terminal leaves the factory, or may be set after the terminal leaves the factory. There is no limit to this. In addition, after the configuration information is set, it can be modified later to better meet the different needs of users.
  • the configuration information at least includes a mapping relationship between grammatical features corresponding to the first operating system and grammatical features corresponding to the second operating system.
  • the source code feature is a code feature of the source code, that is, the source code feature is a code feature of the code designed based on the first syntax feature, and there is a mapping relationship between the first syntax feature and the second syntax feature.
  • the first syntax feature may be determined first according to the source code feature, and then the mapping relationship between the first syntax feature and the second syntax feature may be determined from the configuration information. This mapping relationship is denoted as a target mapping relationship. Then, based on the above target mapping relationship, the source code features are converted into grammatical features to determine the target code features corresponding to the source code features.
  • the source code characteristics are converted into the target code characteristics according to the configuration information, thereby obtaining the target code that can run on the second operating system, so that the application program corresponding to the source code can run on the second operating system through the target code. , thereby improving application development efficiency and user experience.
  • an application processing device is provided, which is applied to a terminal.
  • the device is used to implement the above application processing method.
  • the device may include a determination module 101.
  • the determination module 101 is configured to:
  • the source code is processed to determine the target code; wherein the target code is used to run the application program on the second operating system.
  • an application processing device is provided, which is applied to a terminal.
  • the determination module 101 is configured as,
  • the source code is parsed according to the parser to determine the source code characteristics; where the source code characteristics are the code characteristics of the source code;
  • Target code features are the code features of the target code
  • an application processing device is provided, which is applied to a terminal.
  • the source code includes at least one sub-source code, wherein the determination module 101 is configured to,
  • At least one sub-source code is parsed respectively to determine at least one sub-source code feature; wherein at least one sub-source code feature corresponds to at least one sub-source code in a one-to-one correspondence.
  • an application processing device is provided, which is applied to a terminal.
  • the device may include an acquisition module 102, wherein,
  • the acquisition module 102 is configured to obtain configuration information; wherein the configuration information includes a mapping relationship between a first syntax feature and a second syntax feature, the first syntax feature is a syntax feature corresponding to the first operating system, and the second syntax feature is a second syntax feature.
  • the determination module 101 is configured to perform grammatical feature conversion processing on the source code features according to the configuration information, and determine the target code features.
  • an application processing device is provided, which is applied to a terminal.
  • the device may include an operation module 103 configured to:
  • an application processing device is provided, which is applied to a terminal.
  • the determination module 101 is configured as,
  • a terminal is provided.
  • the terminal can be a computer, a mobile phone, a smart wearable terminal, etc., and is not limited to this.
  • the terminal 800 may include one or more of the following components: a processing component 802 , a memory 804 , a power component 806 , a multimedia component 808 , an audio component 810 , an input/output (I/O) interface 812 , and a sensor component. 814, and communications component 816.
  • a processing component 802 a memory 804 , a power component 806 , a multimedia component 808 , an audio component 810 , an input/output (I/O) interface 812 , and a sensor component. 814, and communications component 816.
  • Processing component 802 generally controls the overall operations of terminal 800, such as operations associated with display, phone calls, data communications, camera operations, and recording operations.
  • the processing component 802 may include one or more processors 820 to execute instructions to complete all or part of the steps of the above method.
  • processing component 802 may include one or more modules that facilitate interaction between processing component 802 and other components.
  • processing component 802 may include a multimedia module to facilitate interaction between multimedia component 808 and processing component 802.
  • Memory 804 is configured to store various types of data to support operations at device 800 . Examples of such data include instructions for any application or method operating on the terminal 800, contact data, phonebook data, messages, pictures, videos, etc.
  • Memory 804 may be implemented by any type of volatile or non-volatile storage device, or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EEPROM), Programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read-only memory
  • EEPROM erasable programmable read-only memory
  • EPROM Programmable read-only memory
  • PROM programmable read-only memory
  • ROM read-only memory
  • magnetic memory flash memory, magnetic or optical disk.
  • Power supply component 806 provides power to various components of terminal 800.
  • Power component 806 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power to terminal 800.
  • Multimedia component 808 includes a screen that provides an output interface between the terminal 800 and the user.
  • the screen may include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from the user.
  • the touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide action.
  • multimedia component 808 includes a front-facing camera and/or a rear-facing camera.
  • the front camera and/or the rear camera may receive external multimedia data.
  • Each front-facing camera and rear-facing camera can be a fixed optical lens system or have a focal length and optical zoom capabilities.
  • Audio component 810 is configured to output and/or input audio signals.
  • audio component 810 includes a microphone (MIC) configured to receive external audio signals when terminal 800 is in operating modes, such as call mode, recording mode, and voice recognition mode. The received audio signal may be further stored in memory 804 or sent via communication component 816 .
  • audio component 810 also includes a speaker for outputting audio signals.
  • the I/O interface 812 provides an interface between the processing component 802 and a peripheral interface module, which may be a keyboard, a click wheel, a button, etc. These buttons may include, but are not limited to: Home button, Volume buttons, Start button, and Lock button.
  • Sensor component 814 includes one or more sensors that provide various aspects of status assessment for terminal 800 .
  • the sensor component 814 can detect the open/closed state of the device 800, the relative positioning of components, such as the display and keypad of the terminal 800, and the sensor component 814 can also detect the position change of the terminal 800 or a component of the terminal 800. , the presence or absence of user contact with the terminal 800 , the orientation or acceleration/deceleration of the terminal 800 and the temperature change of the terminal 800 .
  • Sensor assembly 814 may include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
  • Sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
  • the sensor component 814 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
  • the communication component 816 is configured to facilitate wired or wireless communication between the terminal 800 and other devices.
  • the terminal 800 can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof.
  • the communication component 816 receives broadcast signals or broadcast related information from an external broadcast management system via a broadcast channel.
  • the communications component 816 also includes a near field communications (NFC) module to facilitate short-range communications.
  • NFC near field communications
  • the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology and other technologies.
  • RFID radio frequency identification
  • IrDA infrared data association
  • UWB ultra-wideband
  • Bluetooth Bluetooth
  • the terminal 800 may be configured by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable Gate array (FPGA), controller, microcontroller, microprocessor or other electronic components are implemented for executing the above application processing method.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGA field programmable Gate array
  • controller microcontroller, microprocessor or other electronic components are implemented for executing the above application processing method.
  • a non-transitory computer-readable storage medium including instructions such as a memory 804 including instructions, which can be executed by the processor 820 of the terminal 800 to complete the above method is also provided.
  • the non-transitory computer-readable storage medium may be ROM, random access memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, etc.
  • a non-transitory computer-readable storage medium which enables the terminal to perform the above application processing method when instructions in the storage medium are executed by a processor of the terminal.
  • the source code of the application program can enable the application program to run on the first operating system.
  • the present disclosure can use a parser to process the above-mentioned source code to determine the target code, so that the application program can run on the second operation through the target code. system, thereby improving application development efficiency and user experience.

Abstract

La présente divulgation se réfère à un procédé et à un dispositif de traitement d'application, à un terminal et à un support de stockage. Le procédé de traitement d'application consiste à : déterminer un code source d'une application, le code source étant utilisé pour exécuter l'application dans un premier système d'exploitation ; et selon un analyseur d'un terminal, traiter le code source pour déterminer un code cible, le code cible étant utilisé pour exécuter l'application dans un second système d'exploitation. Dans la présente divulgation, le code source de l'application peut faire exécuter l'application dans le premier système d'exploitation, et l'analyseur peut être utilisé pour traiter le code source afin de déterminer le code cible, afin que l'application puisse être exécutée dans le second système d'exploitation au moyen du code cible, ce qui améliore l'efficacité de développement de l'application et l'expérience d'un utilisateur.
PCT/CN2022/099862 2022-06-20 2022-06-20 Dispositif et procédé de traitement d'application, terminal et support de stockage WO2023245344A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202280004410.6A CN117616386A (zh) 2022-06-20 2022-06-20 一种应用程序处理方法、装置、终端及存储介质
PCT/CN2022/099862 WO2023245344A1 (fr) 2022-06-20 2022-06-20 Dispositif et procédé de traitement d'application, terminal et support de stockage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2022/099862 WO2023245344A1 (fr) 2022-06-20 2022-06-20 Dispositif et procédé de traitement d'application, terminal et support de stockage

Publications (1)

Publication Number Publication Date
WO2023245344A1 true WO2023245344A1 (fr) 2023-12-28

Family

ID=89378871

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/099862 WO2023245344A1 (fr) 2022-06-20 2022-06-20 Dispositif et procédé de traitement d'application, terminal et support de stockage

Country Status (2)

Country Link
CN (1) CN117616386A (fr)
WO (1) WO2023245344A1 (fr)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015184756A (ja) * 2014-03-20 2015-10-22 東芝テック株式会社 プログラム変換装置及び変換処理プログラム
CN111708539A (zh) * 2020-06-17 2020-09-25 腾讯科技(深圳)有限公司 一种应用程序代码转换方法、装置、电子设备和存储介质
CN111736840A (zh) * 2019-09-19 2020-10-02 北京沃东天骏信息技术有限公司 小程序应用的编译方法、运行方法、存储介质及电子设备
CN113535184A (zh) * 2020-04-14 2021-10-22 华为技术有限公司 一种跨平台的代码转换方法及设备

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015184756A (ja) * 2014-03-20 2015-10-22 東芝テック株式会社 プログラム変換装置及び変換処理プログラム
CN111736840A (zh) * 2019-09-19 2020-10-02 北京沃东天骏信息技术有限公司 小程序应用的编译方法、运行方法、存储介质及电子设备
CN113535184A (zh) * 2020-04-14 2021-10-22 华为技术有限公司 一种跨平台的代码转换方法及设备
CN111708539A (zh) * 2020-06-17 2020-09-25 腾讯科技(深圳)有限公司 一种应用程序代码转换方法、装置、电子设备和存储介质

Also Published As

Publication number Publication date
CN117616386A (zh) 2024-02-27

Similar Documents

Publication Publication Date Title
CN106970754B (zh) 截屏处理的方法及装置
CN109032606B (zh) 原生应用程序的编译处理方法、装置及终端
CN108040360B (zh) 屏幕显示控制的方法和装置
US20170060599A1 (en) Method and apparatus for awakening electronic device
JP6189000B2 (ja) アプリケーションのインストールパッケージの処理方法、装置、プログラム及び記録媒体
US10949490B2 (en) Method and apparatus for displaying webpage content
CN107423106B (zh) 支持多框架语法的方法和装置
WO2017113666A1 (fr) Procédé et dispositif de commutation d'interface d'application
CN106547547B (zh) 数据采集方法及装置
CN109710259B (zh) 一种数据处理方法、装置及存储介质
RU2663709C2 (ru) Способ и устройство для обработки информации
JP6283749B2 (ja) 機器接続を促す方法および装置
WO2017008394A1 (fr) Procédé de mise en œuvre d'une procédure de commande de téléchargement et dispositif l'utilisant
CN109117144B (zh) 页面处理方法、装置、终端及存储介质
CN107911482B (zh) 目标应用打开方法及装置
RU2626089C2 (ru) Способ и устройство для загрузки приложения темы
CN110704053B (zh) 一种样式信息的处理方法及装置
CN109558553B (zh) 样式确定方法及装置
US11210449B2 (en) Page display method and device and storage medium
CN105808304B (zh) 代码部署方法、装置及系统
CN105468606B (zh) 网页保存的方法及装置
CN109491655B (zh) 一种输入事件处理方法及装置
CN108563487B (zh) 用户界面的更新方法及装置
WO2023245344A1 (fr) Dispositif et procédé de traitement d'application, terminal et support de stockage
CN111667827B (zh) 应用程序的语音控制方法、装置及存储介质

Legal Events

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

Ref document number: 22947125

Country of ref document: EP

Kind code of ref document: A1