CN116860162A - Sandbox-based data cleaning method and system, electronic equipment and storage medium - Google Patents

Sandbox-based data cleaning method and system, electronic equipment and storage medium Download PDF

Info

Publication number
CN116860162A
CN116860162A CN202310714681.7A CN202310714681A CN116860162A CN 116860162 A CN116860162 A CN 116860162A CN 202310714681 A CN202310714681 A CN 202310714681A CN 116860162 A CN116860162 A CN 116860162A
Authority
CN
China
Prior art keywords
application program
data
target application
sandbox
storage path
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310714681.7A
Other languages
Chinese (zh)
Inventor
王新元
彭飞
刘孟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing 58 Information Technology Co Ltd
Original Assignee
Beijing 58 Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing 58 Information Technology Co Ltd filed Critical Beijing 58 Information Technology Co Ltd
Priority to CN202310714681.7A priority Critical patent/CN116860162A/en
Publication of CN116860162A publication Critical patent/CN116860162A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0604Improving or facilitating administration, e.g. storage management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/53Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0662Virtualisation aspects
    • G06F3/0667Virtualisation aspects at data level, e.g. file, record or object virtualisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application provides a sandbox-based data cleaning method, a sandbox-based data cleaning system, electronic equipment and a storage medium, and relates to the technical field of computers. The method is applied to a setting application program in a user terminal, the setting application program is in communication connection with a target application program operated by adopting a sandbox mechanism, and the method comprises the following steps: establishing communication connection with a server; receiving a data cleaning instruction sent by a server, wherein the data cleaning instruction comprises an identification of a target application program and data storage paths to be cleaned, and the server sends the data cleaning instruction based on the cache data quantity under each data storage path in a sandbox corresponding to the target application program, which is acquired in real time; and sending a data cleaning instruction to the target application program based on the identification of the target application program so that the target application program cleans the cache data under the data storage path to be cleaned. According to the application, a user does not need to manually initiate a data cleaning instruction, and the cleaning efficiency and accuracy are high.

Description

Sandbox-based data cleaning method and system, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a sandbox-based data cleaning method, system, electronic device, and storage medium.
Background
With the wide application of terminal devices (such as mobile phones, notebook computers, tablet computers, etc.), more and more applications are installed on the terminal devices. Taking a terminal device for installing an IOS system as an example, the IOS system adopts a sandbox mechanism, that is, an application program installed under the IOS system can only read and write files in a file system created for the application program, and can not access other file systems, where such a file system is a sandbox, and all non-code files (such as images, audio, configuration files, text files, etc.) are stored in the sandbox. More visually, each application has its own storage space, and cannot flip over its own wall to access the contents of the storage space of another application. It should be noted that, when an application is installed and executed on a terminal device, data (also referred to as cache data) stored in a sandbox for improving the running rate of the application or helping the application to implement some function is usually generated. If the cache data cannot be cleaned in time, a large amount of storage space in the terminal equipment is occupied, and normal use of the terminal equipment is affected. Therefore, it is important to perform timely and efficient cleaning of the buffered data.
Currently, the method for cleaning up data in sandboxes generally includes: and the user clicks a data cleaning button related to the target application program on the terminal equipment to initiate a cleaning instruction, so that the simple cleaning of the data in the sandbox can be realized.
However, because of the uncertainty in the timing at which the user initiates the data scrubbing operation, the data scrubbing operation typically initiated by the user cannot scrub the cached data.
Disclosure of Invention
The application provides a data cleaning method, a system, electronic equipment and a storage medium based on a sandbox, which have the advantages that a user does not need to manually initiate a data cleaning instruction, and the cleaning efficiency and the cleaning accuracy are high.
The embodiment of the application provides a data cleaning method based on sandboxes, which is applied to a setting application program in a user terminal, wherein the setting application program is in communication connection with a target application program operated by adopting a sandbox mechanism, and the method comprises the following steps: establishing communication connection with a server; receiving a data cleaning instruction sent by the server, wherein the data cleaning instruction comprises an identification of the target application program and a data storage path to be cleaned, and the server sends the data cleaning instruction based on the cache data quantity under each data storage path in a sandbox corresponding to the target application program, which is acquired in real time; and based on the identification of the target application program, sending the data cleaning instruction to the target application program so that the target application program cleans the cache data under the data storage path to be cleaned.
In an alternative embodiment, the setting application and the target application communicate data through a software development kit SDK, where the SDK is integrated in the target application.
In an alternative embodiment, the method further comprises: receiving the cache data amount under each data storage path in the sandbox corresponding to the target application program; wherein the cache data amount under each data storage path in the sandbox is detected by the SDK in real time; and sending the cached data quantity under each data storage path in the sandbox and the identification of the target application program to the server.
In an alternative embodiment, the step of setting up the communication connection between the application program and the target application program includes: receiving a communication identification code sent by the target application program; and if the communication identification code is identified as a preset identification code for establishing communication connection, returning a receipt identification code corresponding to the communication identification code to the target application program so as to establish communication connection between the set application program and the target application program.
In an alternative embodiment, the method further comprises: receiving data cleaning result information sent by the target application program; and sending the data cleaning result information to the server.
The embodiment of the application also provides a data cleaning method based on sandboxes, which is applied to a target application program operated by a sandbox mechanism in a user terminal, wherein the target application program is in communication connection with a set application program in the user terminal, and the method comprises the following steps: receiving a data cleaning instruction sent by the setting application program, wherein the data cleaning instruction comprises an identification of the target application program and a data storage path to be cleaned, and the data cleaning instruction is sent to the setting application program by the server based on the cache data quantity under each data storage path in a sandbox corresponding to the target application program, which is acquired in real time; and cleaning the cache data under the data storage path to be cleaned.
In an alternative embodiment, the setting application and the target application communicate data through a software development kit SDK, where the SDK is integrated in the target application.
In an alternative embodiment, the method further comprises: detecting the cache data quantity under each data storage path in the sandbox corresponding to the target application program in real time through the SDK; and sending the cached data quantity under each data storage path in the sandbox to the setting application program so that the setting application program sends the cached data quantity under each data storage path in the sandbox and the identification of the target application program to the server.
The embodiment of the application also provides a data cleaning method based on the sandbox, which is applied to the server and comprises the following steps: establishing communication connection with a set application program in a user terminal, wherein the user terminal comprises the set application program and a target application program operated by adopting a sandbox mechanism, and the target application program is in communication connection with the set application program; acquiring the cache data quantity under each data storage path in the sandbox corresponding to the target application program in real time; and sending a data cleaning instruction to the setting application program according to the cache data amount under each data storage path in the sandbox corresponding to the target application program, wherein the data cleaning instruction comprises the identification of the target application program and the data storage path to be cleaned, so that the setting application program sends the data cleaning instruction to the target application program, and the target application program cleans the cache data under the data storage path to be cleaned.
In an optional embodiment, the acquiring, in real time, the amount of cache data under each data storage path in the sandbox corresponding to the target application program includes: and receiving the buffer data amount under each data storage path in the sandbox corresponding to the target application program forwarded by the setting application program in real time, wherein the buffer data amount under each data storage path in the sandbox is detected by the software development kit SDK integrated in the target application program in real time, and the setting application program and the target application program perform data communication through the SDK.
The embodiment of the application also provides a data cleaning system based on the sandbox, which comprises: the method comprises the steps that a set application program in a server and a user terminal and a target application program running by adopting a sandbox mechanism are arranged, wherein the set application program is respectively in communication connection with the server and the target application program; the server is used for establishing communication connection with a set application program in a user terminal, acquiring the cache data amount under each data storage path in the sandbox corresponding to the target application program in real time, and sending a data cleaning instruction to the set application program according to the cache data amount under each data storage path in the sandbox corresponding to the target application program; the setting application program is used for receiving the data cleaning instruction sent by the server and sending the data cleaning instruction to the target application program; the target application program is configured to receive a data cleaning instruction sent by the setting application program, and clean the cache data under the data storage path to be cleaned, where the data cleaning instruction includes an identifier of the target application program and the data storage path to be cleaned.
The embodiment of the application also provides electronic equipment, which comprises: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement the sandbox-based data cleansing method described above.
The embodiment of the application also provides a computer readable storage medium, which enables the electronic equipment to execute the sandbox-based data cleaning method when the instructions in the computer readable storage medium are executed by the processor of the electronic equipment.
In the embodiment of the application, the setting application program establishes communication connection with the server, receives the data cleaning instruction sent by the server based on the cache data quantity under each data storage path in the sandbox corresponding to the target application program obtained in real time, and sends the data cleaning instruction to the target application program based on the identification of the target application program, so that the target application program can clean the cache data under the data storage path to be cleaned, namely, the application does not need manual initiation of a user, and the server can automatically clean the cache data according to the cache data quantity under each data storage path in the sandbox corresponding to the target application program obtained in real time, thereby having higher cleaning efficiency and accuracy.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the application and do not constitute a limitation on the application. In the drawings:
FIG. 1 is a flowchart of a sandbox-based data cleaning method according to an embodiment of the present application;
FIG. 2 is a flowchart of another sandbox-based data cleansing method according to an embodiment of the present application;
FIG. 3 is a flowchart of yet another sandbox-based data cleansing method according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a sandbox-based data cleansing system according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be clearly and completely described below with reference to specific embodiments of the present application and corresponding drawings. It will be apparent that the described embodiments are only some, but not all, embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
With the wide application of terminal devices (such as mobile phones, notebook computers, tablet computers, etc.), more and more applications are installed on the terminal devices. Taking a terminal device for installing an IOS system as an example, the IOS system adopts a sandbox mechanism, that is, an application program installed under the IOS system can only read and write files in a file system created for the application program, and can not access other file systems, where such a file system is a sandbox, and all non-code files (such as images, audio, configuration files, text files, etc.) are stored in the sandbox. More visually, each application has its own storage space, and cannot flip over its own wall to access the contents of the storage space of another application. It should be noted that, when an application is installed and executed on a terminal device, data (also referred to as cache data) stored in a sandbox for improving the running rate of the application or helping the application to implement some function is usually generated. If the cache data cannot be cleaned in time, a large amount of storage space in the terminal equipment is occupied, and normal use of the terminal equipment is affected. Therefore, it is important to perform timely and efficient cleaning of the buffered data. Aiming at the problem that the cache data cannot be cleaned by the prior data cleaning operation initiated by a user, the embodiment of the application provides a data cleaning method based on a sandbox.
Fig. 1 is a flowchart of a sandbox-based data cleaning method according to an embodiment of the present application, where the method is applied to a setting application program in a user terminal, and the setting application program is communicatively connected to a target application program running by using a sandbox mechanism, and as shown in fig. 1, the method includes:
step 101, establishing a communication connection with a server.
Step 102, receiving a data cleaning instruction sent by a server, wherein the data cleaning instruction comprises an identification of a target application program and data storage paths to be cleaned, and the server sends the data cleaning instruction based on the cache data quantity under each data storage path in a sandbox corresponding to the target application program, which is acquired in real time.
And step 103, based on the identification of the target application program, sending a data cleaning instruction to the target application program so that the target application program cleans the cache data under the data storage path to be cleaned.
In practical application, because the setting application program in the user terminal and the target application program running by adopting the sandbox mechanism are in communication connection in advance, in order to enable the data cleaning instruction of the subsequent server to be smoothly sent to the target application program, the application establishes communication connection between the setting application program and the server. The setting application may be understood as an application or service running on the user terminal, which is capable of establishing a long link with the server, and receiving and transmitting commands. The target application may be any third party application installed on the user terminal, such as WeChat, QQ, etc., which are not listed herein.
In the implementation process, the server can acquire the cache data amount under each data storage path in the sandbox corresponding to the target application program in real time, and send a data cleaning instruction to the set application program based on the cache data amount under each data storage path in the sandbox, wherein the data cleaning instruction comprises the identification of the target application program and the data storage path to be cleaned. The setting application program determines a target application program based on the identification of the target application program, and sends a data cleaning instruction to the target application program, so that the target application program cleans the cache data under the data storage path to be cleaned.
Here, it should be noted that, since the server may communicate with the setting application through the first data protocol, and the setting application may communicate with the target application through the second data protocol, the first data protocol communication is different from the second data protocol communication, and in this case, if the data cleaning instruction is directly sent to the target application, there may be a case that the target application cannot recognize the data cleaning instruction. In view of this, in the present application, after the application program is set to receive the data cleaning instruction sent by the server, format conversion packaging is performed on the data in the data cleaning instruction, and after the target application program receives the data cleaning instruction, data analysis is performed on the data cleaning instruction after format conversion packaging, so as to obtain the cache data under the data storage path to be cleaned.
In addition, because sandboxes corresponding to the apps are isolated from each other under the IOS system, the sandboxes allocated to the current App by the system cannot be accessed by the outside. In the implementation, the setting application program is matched with the SDK for use, and in particular, because some mechanisms in the SDK can interact with the setting application program, the setting application program can control and clear the sandboxed file of the target application program, namely, the setting application program sends a data clearing instruction to the SDK, and the SDK directly executes the data clearing operation after receiving the data clearing instruction.
In this embodiment, the step of setting the application program to establish a communication connection with the target application program includes: receiving a communication identification code sent by a target application program; if the communication identification code is the preset identification code for establishing communication connection, returning a receipt identification code corresponding to the communication identification code to the target application program so as to establish communication connection between the set application program and the target application program.
In the implementation, the User Datagram Protocol (UDP) ports are set for both the set application program and the target application program. When the user terminal starts the target application, a communication identification code with a unique identification for establishing a communication connection is generated and broadcasted. When the UDP port of the set application program monitors the communication identification code, the set application program can determine that the communication identification code is used for establishing communication connection through the communication identification code with the unique identification, and then the set application program returns a receipt identification code corresponding to the communication identification code to the target application program. At this time, the UDP port of the target application is also in a listening state, and after receiving the receipt identifier, the setting application and the target application establish a communication connection smoothly.
According to the sandbox-based data cleaning method provided by the embodiment of the application, the communication connection between the set application program and the server is established, the data cleaning instruction sent by the server based on the cache data quantity under each data storage path in the sandbox corresponding to the target application program obtained in real time is received, and then the data cleaning instruction is sent to the target application program based on the identification of the target application program, so that the target application program can clean the cache data under the data storage path to be cleaned, namely, a user does not need to manually initiate the data cleaning instruction, the server can automatically clean the cache data according to the cache data quantity under each data storage path in the sandbox corresponding to the target application program obtained in real time, and the cleaning efficiency and accuracy are higher.
In an embodiment of the present application, the method further includes: receiving the cache data quantity under each data storage path in the sandbox corresponding to the target application program; the data storage paths of the sandboxes are used for storing data, wherein the cache data quantity under each data storage path in the sandboxes is detected by the SDK in real time; and sending the cached data quantity under each data storage path in the sandbox and the identification of the target application program to the server.
In practical application, the target application program can acquire the cache data volume under each data storage path in the sandbox at regular time or in real time, and send the cache data volume to the setting application program, and then send the cache data volume to the server through the setting application program for reference by a developer or the server, and then issue more accurate data cleaning instructions through the server.
Specifically, as an implementation manner, after the server receives the amount of cache data under each data storage path in the sandbox sent by the target application program, the amount of cache data under each data storage path may be compared with a preset threshold, and if the amount of cache data under a certain data storage path is greater than the preset threshold, the server directly issues a data cleaning instruction to the set application program, so as to clean the cache data under the data storage path.
As another implementation manner, after the server receives the amount of the buffered data under each data storage path in the sandbox sent by the target application program, the developer may compare the amount of the buffered data under each data storage path with an empirical value or a preset threshold value, and if the amount of the buffered data under a certain data storage path is greater than the empirical value or the preset threshold value, the developer controls the server to issue a data cleaning instruction to the set application program, so as to clean the buffered data under the data storage path.
It should be noted that, the setting application program in the present application may uniformly receive and send commands to a plurality of application programs to implement a multi-application group control scenario. Specifically, for example, the setting application program receives the amount of cache data under each data storage path sent by the plurality of target application programs, and the server may issue different data cleaning instructions to different target application programs through the setting application program according to the amount of cache data under each data storage path of each target application program, where the data cleaning instructions include the identification of the target application program, so that the data cleaning instructions can be accurately sent to each target application program.
In the embodiment of the application, in order to facilitate the developer to accurately know the cleaning result of the target application program, the method further comprises the following steps: receiving data cleaning result information sent by a target application program; and sending the data cleaning result information to a server.
For the data cleaning result information, for example, if the size of the cached data amount under the current data storage path in the sandbox does not reach the threshold value, the data cleaning result information is "not cleaned" and is accompanied by a reason for not cleaning (for example, the size of the cached data amount does not reach the threshold value); if the size of the cached data in the current data storage path in the sandbox exceeds the threshold, the data scrubbing result information is "scrubbed" with the reason for scrubbing attached (e.g., the size of the cached data exceeds the threshold).
In summary, the sandbox-based data cleaning method provided by the embodiment of the application can clean the cache data in the sandbox in real time, has strong instantaneity, can clean the data under the condition of not affecting the function of the target application program, and specifically can clean the cache data corresponding to the unused function according to the current use condition of the target application program by manually checking the cache data in each data storage path in the sandbox. In addition, the application supports unified integration of a plurality of target application programs of the same user terminal, does not need to add an API interface to the target application programs, and improves the working efficiency. By monitoring the cache data volume of a plurality of target application programs in the same user terminal, the purposes of timely cleaning and early warning can be achieved.
Fig. 2 is a schematic diagram of another sandbox-based data cleaning method according to an embodiment of the present application, where the method is applied to a target application running in a user terminal by using a sandbox mechanism, and the target application is communicatively connected to a set application in the user terminal, as shown in fig. 2, and the method includes:
step 201, receiving a data cleaning instruction sent by a setting application program, wherein the data cleaning instruction comprises an identification of a target application program and a data storage path to be cleaned, and the data cleaning instruction is sent to the setting application program by a server based on the cache data amount under each data storage path in a sandbox corresponding to the target application program acquired in real time.
Step 202, cleaning cache data under a data storage path to be cleaned.
The server acquires the cache data amount under each data storage path in the sandbox corresponding to the target application program in real time, and sends a data cleaning instruction to the set application program based on the cache data amount under each data storage path in the sandbox, wherein the data cleaning instruction comprises the identification of the target application program and the data storage path to be cleaned. The setting application program determines a target application program based on the identification of the target application program, and sends a data cleaning instruction to the target application program, so that the target application program cleans the cache data under the data storage path to be cleaned.
Here, it should be noted that, since the server may communicate with the setting application through the first data protocol, and the setting application may communicate with the target application through the second data protocol, the first data protocol communication is different from the second data protocol communication, and in this case, if the data cleaning instruction is directly sent to the target application, there may be a case that the target application cannot recognize the data cleaning instruction. In view of this, in the present application, after the application program is set to receive the data cleaning instruction sent by the server, format conversion packaging is performed on the data in the data cleaning instruction, and after the target application program receives the data cleaning instruction, data analysis is performed on the data cleaning instruction after format conversion packaging, so as to obtain the cache data under the data storage path to be cleaned.
In addition, because sandboxes corresponding to the apps are isolated from each other under the IOS system, the sandboxes allocated to the current App by the system cannot be accessed by the outside. In the implementation, the setting application program is matched with the SDK for use, and in particular, because some mechanisms in the SDK can interact with the setting application program, the setting application program can control and clear the sandboxed file of the target application program, namely, the setting application program sends a data clearing instruction to the SDK, and the SDK directly executes data clearing after receiving the data clearing instruction.
According to the sandbox-based data cleaning method, the data cleaning instruction sent by the setting application program to the setting application program based on the cache data quantity under each data storage path in the sandbox corresponding to the target application program is received by the server, and the cleaning of the cache data under the data storage path to be cleaned can be completed based on the data cleaning instruction.
In the embodiment of the application, the data cleaning method based on the sandboxes further comprises the following steps: detecting the cache data quantity under each data storage path in the sandbox corresponding to the target application program in real time through the SDK; and sending the cached data quantity under each data storage path in the sandbox to the setting application program, so that the setting application program sends the cached data quantity under each data storage path in the sandbox and the identification of the target application program to the server.
In practical application, the target application program can acquire the cache data volume under each data storage path in the sandbox at regular time or in real time, and send the cache data volume to the setting application program, and then send the cache data volume to the server through the setting application program for reference by a developer or the server, so that the server can issue more accurate data cleaning instructions.
Specifically, as an implementation manner, after the server receives the amount of cache data under each data storage path in the sandbox sent by the target application program, the amount of cache data under each data storage path may be compared with a preset threshold, and if the amount of cache data under a certain data storage path is greater than the preset threshold, the server directly issues a data cleaning instruction to the set application program, so as to clean the cache data under the data storage path.
As another implementation manner, after the server receives the amount of the buffered data under each data storage path in the sandbox sent by the target application program, the developer may compare the amount of the buffered data under each data storage path with an empirical value or a preset threshold value, and if the amount of the buffered data under a certain data storage path is greater than the empirical value or the preset threshold value, the developer controls the server to issue a data cleaning instruction to the set application program, so as to clean the buffered data under the data storage path.
Fig. 3 is a schematic diagram of another sandbox-based data cleaning method according to an embodiment of the present application, where the method is applied to a server, and as shown in fig. 3, the method includes:
Step 301, establishing communication connection with a setting application program in a user terminal, wherein the user terminal comprises the setting application program and a target application program running by adopting a sandbox mechanism, and the target application program is in communication connection with the setting application program.
Step 302, obtaining the cache data volume under each data storage path in the sandbox corresponding to the target application program in real time.
Step 303, according to the amount of the cache data in each data storage path in the sandbox corresponding to the target application program, sending a data cleaning instruction to the set application program, where the data cleaning instruction includes the identifier of the target application program and the data storage path to be cleaned, so that the set application program sends the data cleaning instruction to the target application program, and the target application program cleans the cache data in the data storage path to be cleaned.
When the method is implemented, the server firstly establishes communication connection with the set application programs in the user terminal, acquires the cache data amount under each data storage path in the sandbox corresponding to the target application program in real time, and then sends a data cleaning instruction to the set application program based on the cache data amount under each data storage path in the sandbox, wherein the data cleaning instruction comprises the identification of the target application program and the data storage path to be cleaned. The setting application program determines a target application program based on the identification of the target application program, and sends a data cleaning instruction to the target application program, so that the target application program cleans the cache data under the data storage path to be cleaned.
Here, it should be noted that, since the server may communicate with the setting application through the first data protocol, and the setting application may communicate with the target application through the second data protocol, the first data protocol communication is different from the second data protocol communication, and in this case, if the data cleaning instruction is directly sent to the target application, there may be a case that the target application cannot recognize the data cleaning instruction. In view of this, in the present application, after the application program is set to receive the data cleaning instruction sent by the server, format conversion packaging is performed on the data in the data cleaning instruction, and after the target application program receives the data cleaning instruction, data analysis is performed on the data cleaning instruction after format conversion packaging, so as to obtain the cache data under the data storage path to be cleaned.
According to the sandbox-based data cleaning method provided by the embodiment of the application, the communication connection between the set application programs in the user terminal is established, the cache data amount under each data storage path in the sandbox corresponding to the target application program is obtained in real time, and then the data cleaning instruction is sent to the set application program according to the cache data amount under each data storage path in the sandbox corresponding to the target application program, so that the set application program sends the data cleaning instruction to the target application program, and cleaning of cache data under the data storage path to be cleaned by the target application program can be completed based on the data cleaning instruction. The method and the system have the advantages that a user does not need to manually initiate a data cleaning instruction, the server can automatically clean the cache data according to the cache data quantity under each data storage path in the sandbox corresponding to the target application program, and the cleaning efficiency and accuracy are high.
In the embodiment of the application, the method for acquiring the cache data volume under each data storage path in the sandbox corresponding to the target application program in real time comprises the following steps: and receiving the buffer data quantity under each data storage path in the sandbox corresponding to the target application program forwarded by the setting application program in real time, wherein the buffer data quantity under each data storage path in the sandbox is detected by the software development kit SDK integrated in the target application program in real time, and the setting application program and the target application program are in data communication through the SDK.
In practical application, because sandboxes corresponding to apps under the IOS system are isolated from each other, the sandboxes allocated to the current App by the system cannot be accessed by the outside. In the implementation, the setting application program is matched with the SDK for use, and in particular, because some mechanisms in the SDK can interact with the setting application program, the setting application program can control and clear the sandboxed file of the target application program, namely, the setting application program sends a data clearing instruction to the SDK, and the SDK directly executes data clearing after receiving the data clearing instruction.
In the implementation, the target application program can acquire the cached data quantity under each data storage path in the sandbox at regular time or in real time, and send the cached data quantity to the setting application program, and then send the cached data quantity to the server through the setting application program, so that the server receives the cached data quantity under each data storage path in the sandbox corresponding to the target application program forwarded by the setting application program in real time.
After the server receives the cache data volume under each data storage path in the sandbox corresponding to the target application program, a data cleaning instruction can be issued according to the cache data volume.
Specifically, as an implementation manner, after the server receives the amount of cache data under each data storage path in the sandbox sent by the target application program, the amount of cache data under each data storage path may be compared with a preset threshold, and if the amount of cache data under a certain data storage path is greater than the preset threshold, the server directly issues a data cleaning instruction to the set application program, so as to clean the cache data under the data storage path.
As another implementation manner, after the server receives the amount of the buffered data under each data storage path in the sandbox sent by the target application program, the developer may compare the amount of the buffered data under each data storage path with an empirical value or a preset threshold value, and if the amount of the buffered data under a certain data storage path is greater than the empirical value or the preset threshold value, the developer controls the server to issue a data cleaning instruction to the set application program, so as to clean the buffered data under the data storage path.
It should be noted that, the setting application program in the present application may uniformly receive and send commands to a plurality of application programs to implement a multi-application group control scenario. Specifically, for example, the setting application program receives the amount of cache data under each data storage path sent by the plurality of target application programs, and the server may issue different data cleaning instructions to different target application programs through the setting application program according to the amount of cache data under each data storage path of each target application program, where the data cleaning instructions include the identification of the target application program, so that the data cleaning instructions can be accurately sent to each target application program.
Fig. 4 is a schematic structural diagram of a sandbox-based data cleaning system according to an embodiment of the present application, as shown in fig. 4, where the system includes: the setting application 4021 in the server 401 and the user terminal 402, and the target application 4022 running by using the sandbox mechanism, wherein the setting application 4021 is respectively connected to the server 401 and the target application 4022 in a communication manner.
The server 401 is configured to establish a communication connection with the setting application 4021 in the user terminal 402, obtain, in real time, a buffered data amount under each data storage path in the sandbox corresponding to the target application 4022, and send a data cleaning instruction to the setting application 4021 according to the buffered data amount under each data storage path in the sandbox corresponding to the target application 4022.
The setting application 4021 is configured to receive a data cleansing instruction sent by the server 401, and send the data cleansing instruction to the target application 4022.
The target application 4022 is configured to receive a data cleaning instruction sent by the setting application 4021, and clean cache data under a data storage path to be cleaned, where the data cleaning instruction includes an identifier of the target application 4022 and the data storage path to be cleaned.
According to the sandbox-based data cleaning system provided by the embodiment of the application, the setting application 4021 in the server 401 and the user terminal 402 and the target application 4022 running by adopting a sandbox mechanism are set, and the setting application 4021 is respectively in communication connection with the server 401 and the target application 4022. The control server 401 establishes communication connection with the setting application program 4021 in the user terminal 402, acquires the cache data amount under each data storage path in the sandbox corresponding to the target application program 4022 in real time, sends a data cleaning instruction to the setting application program 4021 according to the cache data amount under each data storage path in the sandbox corresponding to the target application program 4022, and after the setting application program 4021 receives the data cleaning instruction sent by the server 401, sends the data cleaning instruction to the target application program 4022, and after the target application program 4022 receives the data cleaning instruction sent by the setting application program 4021, the cache data under the data storage path to be cleaned can be cleaned. That is, the method and the device do not need to be initiated manually by a user, the server 401 can automatically clear the cache data according to the cache data quantity under each data storage path in the sandbox corresponding to the target application 4022 acquired in real time, and the clearing efficiency and accuracy are high.
The embodiment of the application also provides electronic equipment which can be a desktop computer, a notebook computer, a tablet personal computer, a smart phone, a digital assistant, intelligent wearable equipment, a shopping guide terminal, an intelligent television and the like. Fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application, where, as shown in fig. 5, the electronic device includes: a processor 51 and a memory 52 storing a computer program; wherein the processor 51 and the memory 52 may be one or more.
The memory 52 is mainly used for storing computer programs, and the computer programs can be executed by the processor 51, so that the processor 51 controls the electronic device to realize corresponding functions and complete corresponding actions or tasks. In addition to storing computer programs, the memory 52 may also be configured to store various other data to support operations on the electronic device. Examples of such data include instructions for any application or method operating on an electronic device.
The memory 52 may be implemented by any type or combination of volatile or nonvolatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk.
In the embodiment of the present application, the implementation form of the processor 51 is not limited, and may be, for example, but not limited to, a CPU, GPU, MCU, or the like. The processor 51 may be regarded as a control system of the electronic device and may be used to execute computer programs stored in the memory 52 for controlling the electronic device to perform the respective functions, to perform the respective actions or tasks. It should be noted that, depending on the implementation form and the scene of the electronic device, the functions, actions or tasks to be implemented may be different; accordingly, the computer programs stored in the memory 52 may also vary, and execution of the different computer programs by the processor 51 may control the electronic device to perform different functions, perform different actions or tasks.
In some alternative embodiments, as shown in fig. 5, the electronic device may further include: display 53, power supply assembly 54, and communication assembly 55. The illustration of only a portion of the components in fig. 5 is not meant to imply that the electronic device comprises only the components shown in fig. 5, but that the electronic device may also comprise other components for different application needs, e.g. in case of a voice interaction need, as shown in fig. 5, the electronic device may also comprise an audio component 56. The components that the electronic device may include may depend on the product form of the electronic device, and are not limited herein.
The display 53 is used to display a UI (User Interface). The UI may include images, text, icons, video, and any combination thereof. When the display 53 is a touch screen, the display 53 also has the ability to collect touch signals at or above the surface of the display 53. The touch signal may be input as a control signal to the processor 51 for processing. At this time, the display 53 may also be used to provide virtual buttons and/or virtual keyboards, also referred to as soft buttons and/or soft keyboards. In some embodiments, the display 53 may be one, providing a front panel of the electronic device; in other embodiments, the display 53 may be at least two, respectively disposed on different surfaces of the electronic device or in a folded design; in still other embodiments, the display 53 may be a flexible display screen disposed on a curved surface or a folded surface of the electronic device. Even more, the display 53 may be arranged as a non-rectangular irregular image, i.e. a shaped screen. The display 53 may be made of LCD (Liquid Crystal Display ), OLED (Organic Light-Emitting Diode) or other materials.
The power supply assembly 54 is used to power the various components in the electronic device. The power supply assembly 54 may be an alternating current, a direct current, a disposable battery, or a rechargeable battery. When the power supply assembly 54 includes a rechargeable battery, the rechargeable battery may support wired or wireless charging. The rechargeable battery may also be used to support fast charge technology.
The communication component 55 is used to receive and transmit RF (Radio Frequency) signals, also known as electromagnetic signals. The communication component 55 communicates with a communication network and other communication devices via electromagnetic signals. The communication component 55 converts electrical signals to electromagnetic signals for transmission, or converts received electromagnetic signals to electrical signals. Optionally, the communication component 55 includes: antenna systems, RF transceivers, one or more amplifiers, tuners, oscillators, digital signal processors, codec chipsets, subscriber identity module cards, and so forth. The communication component 55 can communicate with other terminals via at least one wireless communication protocol. The wireless communication protocol includes, but is not limited to: metropolitan area networks, various generations of mobile communication networks (2G, 3G, 4G, and 5G), wireless local area networks, and/or WiFi (Wireless Fidelity ) networks. In some embodiments, the radio frequency circuitry 1104 may also include NFC (Near Field Communication, short-range wireless communication) related circuitry, which is not limiting of the application.
The audio component 56 may include a microphone and a speaker. The microphone is used for collecting sound waves of users and environments, converting the sound waves into electric signals, and inputting the electric signals to the processor 51 for processing, or inputting the electric signals to the communication component 55 for voice communication. For the purpose of stereo acquisition or noise reduction, a plurality of microphones may be respectively disposed at different positions of the electronic device. The microphone may also be an array microphone or an omni-directional pickup microphone. The speaker is used to convert electrical signals from the processor 51 or the communication component 55 into sound waves. The speaker may be a conventional thin film speaker or a piezoelectric ceramic speaker. When the speaker is a piezoelectric ceramic speaker, not only the electric signal can be converted into a sound wave audible to humans, but also the electric signal can be converted into a sound wave inaudible to humans for ranging and other purposes. In some embodiments, the audio component 56 may also include a headphone jack.
Accordingly, the present application also provides a computer readable storage medium storing a computer program, where the computer program is executed to implement the steps executable by the electronic device in the above method embodiments.
The communication assembly of the above embodiments is configured to facilitate wired or wireless communication between the device in which the communication assembly is located and other devices. The device where the communication component is located can access a wireless network based on a communication standard, such as a Wi F i,2G, 3G, 4G/LTE, 5G, and other mobile communication networks, or a combination thereof. In one exemplary embodiment, the communication component receives a broadcast signal or broadcast-related information from an external broadcast management system via a broadcast channel. In one exemplary embodiment, the communication component further comprises a Near Field Communication (NFC) module to facilitate short range communications. For example, the NFC module may be implemented based on radio frequency identification (rfid) technology, infrared data association (irda) technology, ultra Wideband (UWB) technology, bluetooth (BT) technology, and other technologies.
The display in the above-described embodiments includes a screen, which 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 a user. The touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor may sense not only the boundary of a touch or slide action, but also the duration and pressure associated with the touch or slide operation.
The power supply assembly in the above embodiment provides power for various components of the device in which the power supply assembly is located. The power components may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for the devices in which the power components are located.
The audio component of the above embodiments may be configured to output and/or input audio signals. For example, the audio component includes a Microphone (MIC) configured to receive external audio signals when the device in which the audio component is located is in an operational mode, such as a call mode, a recording mode, and a speech recognition mode. The received audio signal may be further stored in a memory or transmitted via a communication component. In some embodiments, the audio assembly further comprises a speaker for outputting audio signals.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises the element.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and variations of the present application will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. which come within the spirit and principles of the application are to be included in the scope of the claims of the present application.

Claims (13)

1. A sandbox-based data cleaning method, which is applied to a setting application program in a user terminal, wherein the setting application program is in communication connection with a target application program running by adopting a sandbox mechanism, and the method comprises the following steps:
Establishing communication connection with a server;
receiving a data cleaning instruction sent by the server, wherein the data cleaning instruction comprises an identification of the target application program and a data storage path to be cleaned, and the server sends the data cleaning instruction based on the cache data quantity under each data storage path in a sandbox corresponding to the target application program, which is acquired in real time;
and based on the identification of the target application program, sending the data cleaning instruction to the target application program so that the target application program cleans the cache data under the data storage path to be cleaned.
2. The method of claim 1, wherein the setup application is in data communication with the target application via a software development kit, SDK, wherein the SDK is integrated in the target application.
3. The method according to claim 2, wherein the method further comprises:
receiving the cache data amount under each data storage path in the sandbox corresponding to the target application program, wherein the cache data amount under each data storage path in the sandbox is detected by the SDK in real time;
And sending the cached data quantity under each data storage path in the sandbox and the identification of the target application program to the server.
4. A method according to any one of claims 1 to 3, wherein the step of the setup application establishing a communication connection with the target application comprises:
receiving a communication identification code sent by the target application program;
and if the communication identification code is identified as a preset identification code for establishing communication connection, returning a receipt identification code corresponding to the communication identification code to the target application program so as to establish communication connection between the set application program and the target application program.
5. A method according to any one of claims 1 to 3, further comprising:
receiving data cleaning result information sent by the target application program;
and sending the data cleaning result information to the server.
6. The data cleaning method based on the sandbox is characterized by being applied to a target application program which is operated by adopting a sandbox mechanism in a user terminal, wherein the target application program is in communication connection with a set application program in the user terminal, and the method comprises the following steps:
Receiving a data cleaning instruction sent by the setting application program, wherein the data cleaning instruction comprises an identification of the target application program and a data storage path to be cleaned, and the data cleaning instruction is sent to the setting application program by a server based on the cache data quantity under each data storage path in a sandbox corresponding to the target application program, which is acquired in real time;
and cleaning the cache data under the data storage path to be cleaned.
7. The method of claim 6, wherein the setup application is in data communication with the target application via a software development kit, SDK, wherein the SDK is integrated in the target application.
8. The method of claim 7, wherein the method further comprises:
detecting the cache data quantity under each data storage path in the sandbox corresponding to the target application program in real time through the SDK;
and sending the cached data quantity under each data storage path in the sandbox to the setting application program so that the setting application program sends the cached data quantity under each data storage path in the sandbox and the identification of the target application program to the server.
9. A sandbox-based data cleaning method, characterized by being applied to a server, the method comprising:
establishing communication connection with a set application program in a user terminal, wherein the user terminal comprises the set application program and a target application program operated by adopting a sandbox mechanism, and the target application program is in communication connection with the set application program;
acquiring the cache data quantity under each data storage path in the sandbox corresponding to the target application program in real time;
and sending a data cleaning instruction to the setting application program according to the cache data amount under each data storage path in the sandbox corresponding to the target application program, wherein the data cleaning instruction comprises the identification of the target application program and the data storage path to be cleaned, so that the setting application program sends the data cleaning instruction to the target application program, and the target application program cleans the cache data under the data storage path to be cleaned.
10. The method of claim 9, wherein the obtaining, in real time, the amount of cache data under each data storage path in the sandbox corresponding to the target application program includes:
And receiving the buffer data amount under each data storage path in the sandbox corresponding to the target application program forwarded by the setting application program in real time, wherein the buffer data amount under each data storage path in the sandbox is detected by the software development kit SDK integrated in the target application program in real time, and the setting application program and the target application program perform data communication through the SDK.
11. A sandbox-based data cleaning system, comprising: the method comprises the steps that a set application program in a server and a user terminal and a target application program running by adopting a sandbox mechanism are arranged, wherein the set application program is respectively in communication connection with the server and the target application program;
the server is used for establishing communication connection with a set application program in a user terminal, acquiring the cache data amount under each data storage path in the sandbox corresponding to the target application program in real time, and sending a data cleaning instruction to the set application program according to the cache data amount under each data storage path in the sandbox corresponding to the target application program;
the setting application program is used for receiving the data cleaning instruction sent by the server and sending the data cleaning instruction to the target application program;
The target application program is configured to receive a data cleaning instruction sent by the setting application program, and clean cache data under a data storage path to be cleaned, where the data cleaning instruction includes an identifier of the target application program and the data storage path to be cleaned.
12. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the sandbox-based data cleaning method of any of claims 1-5, or claims 6-9, or claims 9-10.
13. A computer readable storage medium, wherein instructions in the computer readable storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the sandbox-based data cleaning method of any one of claims 1-5, or claims 6-9, or claims 9-10.
CN202310714681.7A 2023-06-15 2023-06-15 Sandbox-based data cleaning method and system, electronic equipment and storage medium Pending CN116860162A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310714681.7A CN116860162A (en) 2023-06-15 2023-06-15 Sandbox-based data cleaning method and system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310714681.7A CN116860162A (en) 2023-06-15 2023-06-15 Sandbox-based data cleaning method and system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116860162A true CN116860162A (en) 2023-10-10

Family

ID=88234925

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310714681.7A Pending CN116860162A (en) 2023-06-15 2023-06-15 Sandbox-based data cleaning method and system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116860162A (en)

Similar Documents

Publication Publication Date Title
US10349176B1 (en) Method for processing signals, terminal device, and non-transitory computer-readable storage medium
US10191717B2 (en) Method and apparatus for triggering execution of operation instruction
KR101571993B1 (en) Method for voice calling method for voice playing, devices, program and storage medium thereof
CN107393548B (en) Method and device for processing voice information collected by multiple voice assistant devices
CN108320744B (en) Voice processing method and device, electronic equipment and computer readable storage medium
CN104219388A (en) Voice control method and device
CN105159672A (en) Remote assistance method and client
CN111371949A (en) Application program switching method and device, storage medium and touch terminal
CN105553688A (en) Equipment working state setting method, device and system
KR20100071146A (en) Method for storing data of video telephony call in mobile terminal and system thereof
CN103916975A (en) Network connection management method and device
JP7461955B2 (en) MEASUREMENT REPORTING METHOD AND DEVICE, TERMINAL DEVICE INFORMATION ACQUISITION METHOD AND DEVICE
CN103957330A (en) Method, device and system for processing calling busying
CN105187639A (en) Method and device for switching talk mode during call and mobile terminal
CN110945467B (en) Disturbance-free method and terminal
CN105094830A (en) Method and device for executing target functions
CN108536415A (en) Using method for controlling volume, device, mobile terminal and computer-readable medium
CN107393528B (en) Voice control method and device
CN105100484A (en) Method, device and system for ending voice call
JP2018503150A (en) Method, apparatus, program and recording medium for processing touch screen point reports
CN105448300A (en) Method and device for calling
CN104881342A (en) Terminal testing method and device
CN108021298B (en) Method and device for pasting information by using shear plate
CN104572230A (en) Script file loading method, script file generating method and script file generating device
US11812386B2 (en) Configuration adjustment methods, apparatuses, electronic device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination