CN107203427B - Process control method and device in application multi-open mode and mobile terminal - Google Patents

Process control method and device in application multi-open mode and mobile terminal Download PDF

Info

Publication number
CN107203427B
CN107203427B CN201710366845.6A CN201710366845A CN107203427B CN 107203427 B CN107203427 B CN 107203427B CN 201710366845 A CN201710366845 A CN 201710366845A CN 107203427 B CN107203427 B CN 107203427B
Authority
CN
China
Prior art keywords
application
identifier
sending
sender
receiver
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.)
Expired - Fee Related
Application number
CN201710366845.6A
Other languages
Chinese (zh)
Other versions
CN107203427A (en
Inventor
李彬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qiku Internet Technology Shenzhen Co Ltd
Original Assignee
Qiku Internet Technology Shenzhen 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 Qiku Internet Technology Shenzhen Co Ltd filed Critical Qiku Internet Technology Shenzhen Co Ltd
Priority to CN201710366845.6A priority Critical patent/CN107203427B/en
Publication of CN107203427A publication Critical patent/CN107203427A/en
Application granted granted Critical
Publication of CN107203427B publication Critical patent/CN107203427B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The embodiment of the invention provides a process control method and device in an application multi-open mode and a mobile terminal, and relates to the field of application multi-open, wherein the method comprises the following steps: when a second application of the first application in a running state is started, setting a process identifier for a process of the second application; the first application and the second application are two instances of the same specific application in an application-dependent multi-mode, and process identifiers of the instances in the specific application are different from each other; when the currently scheduled process is a sending process and both a sender and a receiver of the sending process are the specific application, acquiring a process identifier of the sending process; and determining a receiving process according to the process identifier of the sending process, and transmitting the sending content of the sending process to the receiving process. The embodiment of the invention can relieve the broadcast storm problem in the multi-open application mode and improve the processing performance of the system for multi-open application.

Description

Process control method and device in application multi-open mode and mobile terminal
Technical Field
The invention relates to the field of multi-open application programs, in particular to a process control method and device in an application multi-open mode and a mobile terminal.
Background
The application is multiple, that is, one application program is copied into a plurality of application entities the same as the application itself on the Android system, each application entity has a plurality of processes the same as the application itself, for example, the application itself has two processes a and B, and then each copied application entity also has two processes a and B. By applying multiple switches, a user can log in multiple different application accounts through multiple application identities (hereinafter, the application itself is regarded as the first application identity) at the same time.
However, when the main application and the separate application run in the same device, there is process interference between different separate applications, such as: when a plurality of application entities send out the unordered broadcast for self respectively, every unordered broadcast that is sent out all can be received by the receiving process in a plurality of application entities, and under this condition, there can be a large amount of unordered broadcasts simultaneously in the Android system, forms the broadcast storm, and application program's operational environment can be more complicated on the one hand, and on the other hand because system self has the performance bottleneck, can't handle a large amount of unordered broadcasts simultaneously, leads to the handling performance to worsen, and then appears the phenomenon of card pause or crash.
Disclosure of Invention
In view of the above, embodiments of the present invention provide a method and an apparatus for process control in an application multi-open mode, and a mobile terminal, so as to alleviate the problems of more complex application program running environment and poor system processing performance caused by application multi-open.
In order to achieve the above purpose, the embodiment of the present invention adopts the following technical solutions:
in a first aspect, an embodiment of the present invention provides a method for controlling a process in an application multi-open mode, where the method includes:
when a second application of the first application in a running state is started, setting a process identifier for a process of the second application; the first application and the second application are two instances of the same specific application in an application-dependent multi-mode, and process identifiers of the instances in the specific application are different from each other;
when the currently scheduled process is a sending process and both a sender and a receiver of the sending process are the specific application, acquiring a process identifier of the sending process;
and determining a receiving process according to the process identifier of the sending process, and transmitting the sending content of the sending process to the receiving process.
In a preferred embodiment of the present invention, the method further includes: when the instance of the specific application is installed, allocating process identifiers for the instance according to a preset process identifier distinguishing rule, wherein the process identifier distinguishing rule specifies that the process identifiers of the instances of the specific application in the application multi-open mode are different from each other.
In a preferred embodiment of the present invention, the step of setting a process identifier for the process of the second application includes: reading a process identifier corresponding to the second application; and creating a process for the second application, and identifying the created process by the read process identifier.
In a preferred embodiment of the present invention, the step of identifying the created process by the read process identifier includes: and setting a process attribute in a process structure body of the second application, wherein the process attribute comprises the read process identifier.
In a preferred embodiment of the present invention, the step of obtaining the process identifier of the sending process when the currently scheduled process is the sending process and both the sender and the receiver of the sending process are the specific application includes: when the current scheduling process is a sending process, judging whether a sender and a receiver of the sending process are the same; if the process identifier is the same as the process identifier of the sending process, judging whether the sender and the receiver are both the specific application, and if so, acquiring the process identifier of the sending process.
In a preferred embodiment of the present invention, the step of determining whether the sender and the receiver of the sending process are the same includes: analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver; and when the package name of the sender is the same as that of the receiver, determining that the sender and the receiver of the sending process are the same.
In a preferred embodiment of the present invention, the step of determining a receiving process according to the process identifier of the sending process and transmitting the sending content of the sending process to the receiving process includes: searching a receiving process from a cache queue; acquiring a process identifier of the receiving process; and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, if so, transmitting the sending content of the sending process to the receiving process.
In a second aspect, an embodiment of the present invention provides a process control apparatus in an application multi-open mode, including:
the process setting module is used for setting a process identifier for the process of the second application; the first application and the second application are two instances of the same specific application in an application-dependent multi-mode, and process identifiers of the instances in the specific application are different from each other;
and the process identifier acquisition module is used for acquiring the process identifier of the sending process when the currently scheduled process is the sending process and both the sender and the receiver of the sending process are the specific application.
And the process execution module is used for determining a receiving process according to the process identifier of the sending process and transmitting the sending content of the sending process to the receiving process.
In a preferred embodiment of the present invention, the apparatus further comprises: an identifier allocation module, configured to, when an instance of the specific application is installed, allocate a process identifier to the instance according to a preset process identifier differentiation rule, where the process identifier differentiation rule specifies that process identifiers of respective instances of the specific application are different in an application multi-open mode.
In a preferred embodiment of the present invention, the process setting module includes: an identifier reading unit, configured to read a process identifier corresponding to the second application; and the process creating unit is used for creating a process for the second application and identifying the created process by the read process identifier.
In a preferred embodiment of the present invention, the process creating unit is further configured to: and setting a process attribute in a process structure body of the second application, wherein the process attribute comprises the read process identifier.
In a preferred embodiment of the present invention, the process identifier obtaining module is further configured to: when the current scheduling process is a sending process, judging whether a sender and a receiver of the sending process are the same; if the process identifier is the same as the process identifier of the sending process, judging whether the sender and the receiver are both the specific application, and if so, acquiring the process identifier of the sending process.
In a preferred embodiment of the present invention, the process identifier obtaining module is further configured to: analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver; and when the package name of the sender is the same as that of the receiver, determining that the sender and the receiver of the sending process are the same.
In a preferred embodiment of the present invention, the apparatus further comprises: the process execution module is to: searching a receiving process from a cache queue; acquiring a process identifier of the receiving process; and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, if so, transmitting the sending content of the sending process to the receiving process.
In a third aspect, an embodiment of the present invention provides a mobile terminal, where the mobile terminal includes a processor and a memory, where the memory is used to store a program that supports the processor to execute the method in the first aspect, and the processor is configured to execute the program stored in the memory.
In a fourth aspect, an embodiment of the present invention provides a computer storage medium for storing computer software instructions for a process control apparatus in the application multi-open mode, which includes a program designed for executing the above aspects for the process control apparatus in the application multi-open mode.
Compared with the prior art, the process control method, the process control device and the mobile terminal in the application multi-open mode provided by the embodiment of the invention have the advantages that when the first application is in the running state, and another instance (i.e., a second application, which may also be referred to as an application avatar) belonging to the same specific application (e.g., qq application, WeChat, various gaming applications, etc.) in application-multisystem mode as the first application is started, a process identifier is set for the process of the second application, wherein the process identifiers of the respective instances of the particular application are different from each other, and when the currently scheduled process is a sending process, and both the sender and the receiver of the sending process are a particular application (illustrating that both the sender and the receiver are instances of the particular application), the process identifier of the sending process is obtained, and determining a receiving process according to the process identifier of the sending process, and transmitting the sending content of the sending process to the receiving process. According to the method, the process of each application under the same specific application is distinguished in the process identification mode, so that the actual receiving process corresponding to each sending process can be distinguished, unnecessary process interaction between different entities caused by application multi-division is relieved, the running environment of an application program is simplified, and the processing performance of a system for application multi-division is improved.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a schematic operating environment diagram of a process control method in an application multi-open mode according to an embodiment of the present invention;
FIG. 2 is a flowchart of a method for controlling a process in an application multi-open mode according to an embodiment of the present invention;
fig. 3 is a flowchart of a specific implementation method of step S101 in fig. 2 according to an embodiment of the present invention;
fig. 4 is a flowchart of a specific implementation method of step S102 in fig. 2 according to an embodiment of the present invention;
fig. 5 is a schematic diagram illustrating a method for controlling a process in western-style mobile phone according to an embodiment of the present invention;
fig. 6 is a block diagram of a process control apparatus in an application multi-open mode according to an embodiment of the present invention;
fig. 7 is another block diagram of a process control apparatus in an application multi-open mode according to an embodiment of the present invention;
FIG. 8 is a third block diagram of a process control apparatus in the multiple-open mode according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of a mobile terminal according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
The application multi-open technology (also called application multi-open mode) in the embodiment of the invention can be realized by modifying the installation package of the application program (for example, decompiling the installation package, modifying the name of the installation package, and disguising the current installation package into installation packages of different versions), and can also be realized by using third-party double-open application software.
In order to enable process isolation among multiple applications of the same application program, in one embodiment of the present invention, a process control method in an application multi-open mode is provided, where the process control method in the application multi-open mode can be applied to a user terminal, for example, a mobile terminal 100 as shown in fig. 1, a first application 110 and a second application 120 are disposed inside the mobile terminal, the first application 110 and the second application 120 are two instances (for example, two wechat applications) in an application multi-open mode, and one or more processes are respectively provided in the first application 110 and the second application 120. The mobile terminal 100 may be a computer, a smart phone, an e-book reader, a laptop portable computer, a vehicle-mounted computer, a smart wearable device, or the like.
Although fig. 1 illustrates only two icons of the first application 110 and the second application 120, the embodiment of the present invention does not limit the specific application to have two components, and in practical applications, a third application, a fourth application, …, etc. may also be present, and the embodiment of the present invention only refers to that at least one instance of the same specific application is in an operating state based on the application multi-mode, but opens another instance of the specific application, and refers to this instance as the second application, and refers to the instance in the previous operating state as the first application.
As shown in fig. 2, the flowchart of the process control method in the application multi-open mode may be applied to a user terminal having the application multi-open mode, and may include the following steps:
step S101, when a second application of a first application in a running state is started, setting a process identifier for a process of the second application, wherein the first application and the second application are two instances of a same specific application based on an application multi-mode, and the process identifiers of the instances of the specific application are different from each other.
The first application may refer to an application itself, and in an actual application, when an application entity exists in an application program, for convenience of description, the application itself may be regarded as the first application, and the application entity may be regarded as the second application. Of course, the first application and the second application may also both refer to two applications of the same application, which is not limited in this embodiment of the present invention.
In this step, it may be first determined whether the first application and the second application are both in a running state, if the first application and the second application are both in a running state, a broadcast storm may occur between the application entities, and then, in order to avoid mutual interference between the process of the first application and the process of the second application, the embodiment adopts the above process identifier to distinguish.
Step S102, when the current scheduling process is a sending process and both the sender and the receiver of the sending process are the specific applications, acquiring a process identifier of the sending process.
If the sender and the receiver of the sending process are the same, it indicates that both the sender and the receiver are the same application, and for this embodiment, when both the sender and the receiver of the sending process are the specific application, a broadcast storm may be caused, and then the process identifier of the sending process is obtained, and the receiving process is determined based on the process identifier of the sending process.
Step S103, determining a receiving process according to the process identifier of the sending process, and transmitting the sending content of the sending process to the receiving process.
In this embodiment, when any process in the first application needs to transfer the interactive content with another process inside the first application, or any process in the second application needs to transfer the interactive content with another process inside the second application, the process receiving the interactive content can only be the application itself to which the process sending the interactive content belongs, for example, if a process a in the first application needs to send the interactive content to a process b in the first application, only the process b in the first application can receive the interactive content, but the process in the second application cannot receive the interactive content. The same applies to the second application, and will not be described herein.
In the method of this embodiment, when a first application is in a running state and another instance (i.e., a second application, which may also be referred to as an application affiliation) belonging to the same specific application (e.g., qq application, WeChat, various game applications, etc.) in an application multi-mode starts as the first application, a process identifier is set for a process of the second application, where the process identifiers of the instances of the specific application are different from each other, and when a currently scheduled process is a sending process and a sender and a receiver of the sending process are both specific applications, the process identifier of the sending process is obtained, a receiving process is determined according to the process identifier of the sending process, and a sending content of the sending process is transmitted to the receiving process. According to the method, the process of each application under the same specific application is distinguished in the process identification mode, so that the actual receiving process corresponding to each sending process can be distinguished, unnecessary process interaction between different entities caused by application multi-division is relieved, the running environment of an application program is simplified, and the processing performance of a system for application multi-division is improved.
In order to distinguish the processes of the respective applications, in an embodiment of the present invention, before step S101, the method for controlling the processes in the application multi-open mode may further include: when installing an instance of a specific application, allocating a process identifier for the instance according to a preset process identifier distinguishing rule. The process identifier differentiation rule may specify that the process identifiers of the respective instances of the specific application in the application multi-open mode are different from each other, so as to ensure that the process identifiers used by the respective instances of the same application in the application multi-open mode are different.
The method for pre-distributing the process identifier is simple to implement and high in reliability. For example: when installing the first application, allocating a process identifier to the first application according to a process identifier differentiation rule, for example: if the first application has only one process, the first application is assigned a process identifier x1 when it is installed, and when the first application is launched and a process is created, the assigned x1 may be set as the process identifier.
The process identifier distinguishing rule may be set according to actual applications, as long as the process of each application can be distinguished, and the specific content of the rule is not strictly limited in the embodiment of the present invention. For example, the identifiers of the processes within the first application may all be set to 001, and the identifiers of the processes within the second application may all be set to 002. The process identifier and the process ID of the process in this embodiment may be different, each process has a unique process ID, and since there may be multiple processes in each application, each identifier may correspond to multiple process IDs, which may be referred to in table 1 below for ease of understanding.
TABLE 1
Process ID Process identifier Applications by oneself
Process a 001 First application
Process b 001 First application
Process c 001 First application
Process d 002 Second application
Process e 002 Second application
The implementation mode can simply realize that the process identifier of the first application is different from the process identifier of the second application, and ensures the reliability of the process of the first application or the process of the second application which is executed subsequently.
As shown in fig. 3, in the embodiment of the present invention, step S101 may include the following steps.
In step S1011, the process identifier corresponding to the second application is read. In this step, a process identifier assigned to the second application at the time of creation of the second application may be read.
Step S1012 creates a process for the second application, and identifies the created process with the read process identifier.
In this step, the read process identifier may be identified for each created process when the second application creates the process. For example: and setting a process attribute in a process structure body of the second application, wherein the process attribute comprises the read process identifier.
As shown in fig. 4, in the embodiment of the present invention, step S102 may include the following steps.
Step S1021, when the current scheduling process is a sending process, whether the sender and the receiver of the sending process are the same is judged.
Preferably, the step of determining whether the sender and the receiver of the sending process are the same in this embodiment may include: analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver; when the package name of the sender and the package name of the receiver are the same, it is determined that the sender and the receiver of the sending process are the same.
In this embodiment of the present invention, the package name may refer to a package name of the program installation package, and when the process is created, a part of the package name of the program may be used as the process ID, for example, as shown in table 2:
TABLE 2
Application name Name of bag Process ID
XX safety center com.abcabc.XX-Mobile XXMobileToken
mmm com.mmm.ios mmm
Specifically, step S1021 may further include: when the current process is a sending process initiated by the broadcast component of the first application, the sending process is analyzed to obtain the packet name of the sender and the packet name of the receiver. And when the package name of the sender is the same as that of the receiver, and the process identifier of the sending process is the same as that of the receiving process of the receiver, determining that the current process belongs to the internal interactive process of the first application.
Step S1022, if the same, determine whether both the sender and the receiver are the specific application, and if so, obtain the process identifier of the sending process.
Considering that there may be multiple application running application multi-open modes in the system, for example, there is an application multi-open mode for the wechat, and qq also has an application multi-open mode, if the wechat only has one instance running currently, even if the sender and the receiver of the sending process are the same, the existing method can be adopted to process, so the embodiment introduces and judges whether the sender and the receiver are both the specific application, which is the application that opens at least two instances simultaneously in the method.
In the embodiment of the present invention, the sending process may refer to a broadcast message initiated by a broadcast component, and an interactive process initiated by other components such as activity, service, receiver, provider, and the like.
And when the sender is judged to be different from the receiver or one application is not a specific application, normally transmitting the content corresponding to the process to the corresponding other application. The specific transmission manner may refer to related technologies, which are not limited in the embodiments of the present invention.
Further, the step S103 may include: searching a receiving process from a cache queue; acquiring a process identifier of a receiving process; and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, and if so, transmitting the sending content of the sending process to the receiving process. In this way, the content of the delivery process can be reliably delivered, for example: and when the sending process is the sending process of the first application, transmitting the message corresponding to the sending process to the receiving process registered by the first application. For the case that the current process is the process of the second application, the specific process control method is similar to the above method, and is not described herein again.
In another embodiment of the present invention, taking the mobile terminal as an example of how to prepare to install the western-style applications for the mobile terminal, when installing the western-style applications for the mobile terminal (first application), process identifiers are allocated for installing the western-style applications for the mobile terminal according to a preset process identifier differentiation rule, when a user needs to log in the western-style applications for the mobile terminal simultaneously by using two accounts, the western-style applications for the mobile terminal can be copied by using an application multi-division assistant, and the copied western-style applications for the mobile terminal (second application) are installed on the mobile terminal, and when installing the western-style applications for the mobile terminal, the process identifiers are allocated for the western-style applications for the mobile terminal according to the preset process identifier differentiation rule, so that the identifiers of the western-style applications for the mobile terminal and the western-style applications for the mobile terminal can be differentiated.
When a user logs in the western-style mobile application by using one account number and then logs in the western-style mobile application for differentiation, namely when the western-style mobile application is started for differentiation when the western-style mobile application runs, the Android system can read a process identifier corresponding to the western-style mobile application for differentiation, then creates a process for the western-style mobile application for differentiation and creates the process by using the read process identifier, so that the process of the western-style mobile application can be isolated from the process of the western-style mobile application for differentiation.
When the Android system detects that the current process running at the moment is a sending process initiated by a broadcasting component of the western-style application in the greater voice, the sending process is analyzed to obtain the packet name of a sender and the packet name of a receiver; when the packet name of the sender is the same as that of the receiver, and the process identifier of the sending process is also the same as that of the receiving process of the receiver, the Android system determines that the current process belongs to the internal interactive process of the western mobile application, and at this time, the message corresponding to the sending process can be transmitted to the receiving process registered by the western mobile application.
Similarly, when the Android system detects that the current process running at the moment is a sending process initiated by a broadcasting component of the local application of the western-style mobile phone, the sending process is analyzed to obtain the packet name of the sender and the packet name of the receiver; when the packet name of the sender is the same as that of the receiver, and the process identifier of the sending process is also the same as that of the receiving process of the receiver, the Android system determines that the current process belongs to the internal interactive process of the western mobile application in the main, and at this time, the message corresponding to the sending process can be transmitted to the receiving process registered by the western mobile application in the main.
Referring to fig. 5, a schematic diagram of a process control method in the western-mobile voice call, taking the example that a user opens N western-mobile voice calls, the embodiment adds a program corresponding to the method to a process nextbroadcast that processes broadcast. The process identifier used by each process under the application is the serial number of the application, for example, the broadcast receiving process of the western mobile application 1, is marked as the broadcast receiving process 1, the broadcast receiving process of the western mobile application 2, is marked as the broadcast receiving process 2, … …, and so on, the broadcast receiving process of the western mobile application N, is marked as the broadcast receiving process N, and similarly, the sending process is also marked by the method, that is, the sending process 1 corresponds to the sending process 1, the sending process 2 corresponds to the application 2, … …, and the sending process N corresponds to the sending process N; as shown in fig. 5, the current user initiates a sending process N using a broadcast component in the western mobile application N, and the android system determines to transmit the content corresponding to the sending process N to the broadcast receiving process N by the above method, thereby avoiding broadcasting the content corresponding to the sending process N to each broadcast receiving process, and further alleviating the broadcast storm problem caused thereby.
As shown in fig. 6, in another embodiment of the present invention, there is also provided a process control apparatus in an application multi-open mode, including: a process setting module 11, a process identification obtaining module 12 and a process executing module 13;
a process setting module 11, configured to set a process identifier for a process of the second application; the first application and the second application are two instances of the same specific application in the application multi-mode, and the process identifiers of the instances in the specific application are different from each other.
A process identifier obtaining module 12, configured to obtain a process identifier of a sending process when a currently scheduled process is the sending process and both a sender and a receiver of the sending process are the specific applications;
and a process executing module 13, configured to determine a receiving process according to the process identifier of the sending process, and transmit the sending content of the sending process to the receiving process.
The above apparatus of this embodiment, when a first application is in a running state and another instance (i.e. a second application, which may also be referred to as an application affiliation) belonging to the same specific application (e.g. qq application, WeChat, various game applications, etc.) in an application multi-mode starts as the first application, sets a process identifier for a process of the second application, where the process identifiers of the respective instances of the specific application are different from each other, and when a currently scheduled process is a sending process and a sender and a receiver of the sending process are both specific applications, obtains the process identifier of the sending process, determines a receiving process according to the process identifier of the sending process, and transmits a sending content of the sending process to the receiving process. According to the method, the process of each application under the same specific application is distinguished in the process identification mode, so that the actual receiving process corresponding to each sending process can be distinguished, unnecessary process interaction between different entities caused by application multi-division is relieved, the running environment of an application program is simplified, and the processing performance of a system for application multi-division is improved.
Fig. 7 is a block diagram of another structure of a process control device in the multi-open mode, which is based on the device shown in fig. 6, and further includes: an identifier allocating module 10, connected to the process setting module 11, configured to, when an instance of the specific application is installed, allocate a process identifier to the instance according to a preset process identifier distinguishing rule, where the process identifier distinguishing rule specifies that process identifiers of respective instances of the specific application in the application multi-open mode are different from each other.
In another embodiment of the present invention, as shown in fig. 8, which is a third structural block diagram of a process control device in an application multi-open mode, on the basis of the device shown in fig. 7, a process setting module 11 includes: an identifier reading unit 111 and a process creation unit 112;
an identifier reading unit 111, configured to read a process identifier corresponding to the second application;
a process creating unit 112, configured to create a process for the second application, and identify the created process with the read process identifier.
Preferably, the process creating unit 112 is further configured to set a process attribute in the process structure of the second application, where the process attribute includes the read process identifier.
The process identifier obtaining module 12 is further configured to: when the current scheduling process is a sending process, judging whether a sender and a receiver of the sending process are the same; if the process identifier is the same as the process identifier of the sending process, judging whether the sender and the receiver are both the specific application, and if so, acquiring the process identifier of the sending process.
Further, the process identifier obtaining module 12 is further configured to: analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver; when the package name of the sender and the package name of the receiver are the same, it is determined that the sender and the receiver of the sending process are the same.
Preferably, the process execution module 13 is further configured to: searching a receiving process from a cache queue; acquiring a process identifier of a receiving process; and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, and if so, transmitting the sending content of the sending process to the receiving process.
In a further embodiment of the present invention, there is also provided a mobile terminal comprising a processor and a memory, the memory being configured to store a program enabling the processor to execute the process control method in the application multi-open mode as in any of the preceding method embodiments, the processor being configured to execute the program stored in the memory. The mobile terminal may also include a communication interface for communicating with other devices or a communication network. The mobile terminal may be any terminal device including a mobile phone, a tablet computer, a PDA (Personal Digital Assistant), a vehicle-mounted computer, and the like. Fig. 9 is a block diagram of a mobile terminal according to an embodiment of the present invention. Referring to fig. 9, the mobile terminal includes: radio Frequency (RF) circuitry 1510, memory 1520, input unit 1530, display unit 1540, sensor 1550, audio circuitry 1560, wireless fidelity (WiFi) module 1570, processor 1580, and power supply 1590. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 9 is not intended to be limiting of mobile terminals and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The RF circuit 1510 may be configured to receive and transmit signals during information transceiving, and in particular, receive downlink information of a base station and process the received downlink information to the processor 1580; in addition, the data for designing uplink is transmitted to the base station. In general, RF circuit 1510 includes, but is not limited to, an antenna, at least one Amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, RF circuit 1510 may also communicate with networks and other devices via wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to Global System for Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), email, Short Messaging Service (SMS), and the like.
The memory 1520 may be used to store software programs and modules, and the processor 1580 performs various functional applications and data processing of the mobile terminal by operating the software programs and modules stored in the memory 1520. The memory 1520 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 1520 may include high-speed random access memory and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
The input unit 1530 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the input unit 1530 may include a touch panel 1531 and other input devices 1532. The touch panel 1531, also referred to as a touch screen, can collect touch operations of a user (e.g., operations of the user on or near the touch panel 1531 using any suitable object or accessory such as a finger or a stylus) and drive corresponding connection devices according to a preset program. Alternatively, the touch panel 1531 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, and sends the touch point coordinates to the processor 1580, and can receive and execute commands sent by the processor 1580. In addition, the touch panel 1531 may be implemented by various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The input unit 1530 may include other input devices 1532 in addition to the touch panel 1531. In particular, other input devices 1532 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like.
The display unit 1540 may be used to display information input by the user or information provided to the user and various menus of the mobile terminal. The Display unit 1540 may include a Display panel 1541, and optionally, the Display panel 1541 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch panel 1531 may cover the display panel 1541, and when the touch panel 1531 detects a touch operation on or near the touch panel 1531, the touch operation is transmitted to the processor 1580 to determine the type of the touch event, and then the processor 1580 provides a corresponding visual output on the display panel 1541 according to the type of the touch event. Although in fig. 9, the touch panel 1531 and the display panel 1541 are two separate components to implement the input and output functions of the mobile phone, in some embodiments, the touch panel 1531 and the display panel 1541 may be integrated to implement the input and output functions of the mobile phone.
The mobile terminal may also include at least one sensor 1550, such as light sensors, motion sensors, and other sensors. Specifically, the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 1541 according to the brightness of ambient light. Audio circuit 1560, speaker 1561, and microphone 1562 may provide an audio interface between a user and the mobile terminal. The audio circuit 1560 may transmit the electrical signal converted from the received audio data to the speaker 1561, and convert the electrical signal into an audio signal by the speaker 1561 and output the audio signal; on the other hand, the microphone 1562 converts collected sound signals into electrical signals, which are received by the audio circuit 1560 and converted into audio data, which are then processed by the audio data output processor 1580 and then passed through the RF circuit 1510 to be transmitted to, for example, another mobile terminal, or output to the memory 1520 for further processing.
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can provide wireless broadband internet access for a user through a WiFi module 1570. Although fig. 9 shows WiFi module 1570, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The processor 1580 is a control center of the mobile terminal, connects various parts of the entire mobile phone using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 1520 and calling data stored in the memory 1520, thereby integrally monitoring the mobile terminal. Optionally, the processor 1580 may include one or more processing units; preferably, the processor 1580 may incorporate an application processor, which primarily handles operating systems, user interfaces, application programs, and the like. The processor 1580 may or may not incorporate a modem processor, which may or may not be incorporated into the processor 1580.
The mobile terminal also includes a power supply 1590 (e.g., a battery) for powering the various components, which may be logically coupled to the processor 1580 via a power management system for managing charging, discharging, and power consumption management functions via the power management system. Although not shown, the mobile terminal may further include a camera, a bluetooth module, and the like, which will not be described herein.
To sum up, according to the method, the apparatus, and the mobile terminal for controlling a process in an application multi-open mode provided in the embodiments of the present invention, when a first application is in a running state and another instance (i.e., a second application, which may also be referred to as an application affiliation) belonging to the same specific application (e.g., qq application, WeChat, various game applications, etc.) in the application multi-open mode as the first application is started, a process identifier is set for a process of the second application, where the process identifiers of the instances of the specific application are different from each other, and when a currently scheduled process is a sending process and a sender and a receiver of the sending process are both specific applications, the process identifier of the sending process is obtained, a receiving process is determined according to the process identifier of the sending process, and a sending content of the sending process is transmitted to the receiving process. According to the method, the process of each application under the same specific application is distinguished in the process identification mode, so that the actual receiving process corresponding to each sending process can be distinguished, the processes of multiple applications of the same application program are isolated from each other, the running environment of the application program is stabilized, and the processing performance of the system for multiple applications is improved.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other.
The implementation principle and the generated technical effect of the process control device and the mobile terminal applied in the multi-open mode provided by the embodiment of the invention are the same as those of the method embodiment, and for the sake of brief description, corresponding contents in the method embodiment can be referred to where the device embodiment is not mentioned.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, each functional module or unit in each embodiment of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions or without necessarily implying any relative importance. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
The embodiment of the invention also discloses:
A1. a process control method in an application multi-open mode comprises the following steps:
when a second application of the first application in a running state is started, setting a process identifier for a process of the second application; the first application and the second application are two instances of the same specific application in an application-dependent multi-mode, and process identifiers of the instances in the specific application are different from each other;
when the currently scheduled process is a sending process and both a sender and a receiver of the sending process are the specific application, acquiring a process identifier of the sending process;
and determining a receiving process according to the process identifier of the sending process, and transmitting the sending content of the sending process to the receiving process.
A2. The method of a1, the method further comprising:
when the instance of the specific application is installed, allocating process identifiers for the instance according to a preset process identifier distinguishing rule, wherein the process identifier distinguishing rule specifies that the process identifiers of the instances of the specific application in the application multi-open mode are different from each other.
A3. The method of a2, the step of setting a process identifier for the process of the second application, comprising:
reading a process identifier corresponding to the second application;
and creating a process for the second application, and identifying the created process by the read process identifier.
A4. The method according to a3, wherein the step of identifying the created process with the read process identifier includes:
and setting a process attribute in a process structure body of the second application, wherein the process attribute comprises the read process identifier.
A5. The method according to a1, wherein the step of obtaining the process identifier of the sending process when the currently scheduled process is the sending process and both the sender and the receiver of the sending process are the specific application, comprises:
when the current scheduling process is a sending process, judging whether a sender and a receiver of the sending process are the same;
if the process identifier is the same as the process identifier of the sending process, judging whether the sender and the receiver are both the specific application, and if so, acquiring the process identifier of the sending process.
A6. The method of a5, wherein the step of determining whether the sender and the receiver of the sending process are the same comprises:
analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver;
and when the package name of the sender is the same as that of the receiver, determining that the sender and the receiver of the sending process are the same.
A7. The method according to a1, wherein the step of determining a receiving process according to the process identifier of the sending process, and transmitting the sending content of the sending process to the receiving process comprises:
searching a receiving process from a cache queue;
acquiring a process identifier of the receiving process;
and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, if so, transmitting the sending content of the sending process to the receiving process.
B8. A process control apparatus in an application multi-open mode, comprising:
the process setting module is used for setting a process identifier for the process of the second application; the first application and the second application are two instances of the same specific application in an application-dependent multi-mode, and process identifiers of the instances in the specific application are different from each other;
a process identifier obtaining module, configured to obtain a process identifier of a sending process when a currently scheduled process is the sending process and both a sender and a receiver of the sending process are the specific applications;
and the process execution module is used for determining a receiving process according to the process identifier of the sending process and transmitting the sending content of the sending process to the receiving process.
B9. The apparatus of B8, the apparatus further comprising:
an identifier allocation module, configured to, when an instance of the specific application is installed, allocate a process identifier to the instance according to a preset process identifier differentiation rule, where the process identifier differentiation rule specifies that process identifiers of respective instances of the specific application are different in an application multi-open mode.
B10. The apparatus of B9, the process setup module comprising:
an identifier reading unit, configured to read a process identifier corresponding to the second application;
and the process creating unit is used for creating a process for the second application and identifying the created process by the read process identifier.
B11. The apparatus of B10, the process creation unit further to:
and setting a process attribute in a process structure body of the second application, wherein the process attribute comprises the read process identifier.
B12. The apparatus of B8, the process identity acquisition module further configured to:
when the current scheduling process is a sending process, judging whether a sender and a receiver of the sending process are the same; if the process identifier is the same as the process identifier of the sending process, judging whether the sender and the receiver are both the specific application, and if so, acquiring the process identifier of the sending process.
B13. The apparatus of B12, the process identity acquisition module further configured to:
analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver;
and when the package name of the sender is the same as that of the receiver, determining that the sender and the receiver of the sending process are the same.
B14. The apparatus of B8, the process execution module to:
searching a receiving process from a cache queue;
acquiring a process identifier of the receiving process;
and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, if so, transmitting the sending content of the sending process to the receiving process.
C15. A mobile terminal comprising a processor and a memory, the memory for storing a program enabling the processor to perform the method of any one of a1 to a7, the processor being configured to execute the program stored in the memory.

Claims (11)

1. A process control method in an application multi-open mode is characterized by comprising the following steps:
when a second application of the first application in a running state is started, setting a process identifier for a process of the second application; the first application and the second application are two instances of the same specific application in an application-dependent multi-mode, and process identifiers of the instances in the specific application are different from each other;
when the current scheduling process is a sending process, judging whether a sender and a receiver of the sending process are the same;
if the process identifier is the same as the process identifier of the sending process, judging whether the sender and the receiver are both the specific application, if so, acquiring the process identifier of the sending process;
searching a receiving process from a cache queue;
acquiring a process identifier of the receiving process;
and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, if so, transmitting the sending content of the sending process to the receiving process.
2. The method of claim 1, further comprising:
when the instance of the specific application is installed, allocating process identifiers for the instance according to a preset process identifier distinguishing rule, wherein the process identifier distinguishing rule specifies that the process identifiers of the instances of the specific application in the application multi-open mode are different from each other.
3. The method of claim 2, wherein the step of setting a process identifier for the process of the second application comprises:
reading a process identifier corresponding to the second application;
and creating a process for the second application, and identifying the created process by the read process identifier.
4. The method according to claim 3, wherein the step of identifying the created process with the read process identifier comprises:
and setting a process attribute in a process structure body of the second application, wherein the process attribute comprises the read process identifier.
5. The method of claim 1, wherein the step of determining whether the sender and the recipient of the sending process are the same comprises:
analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver;
and when the package name of the sender is the same as that of the receiver, determining that the sender and the receiver of the sending process are the same.
6. A process control apparatus for use in a multiple-open mode, comprising:
the process setting module is used for setting a process identifier for the process of the second application; the first application and the second application are two instances of the same specific application in an application multi-mode, and process identifiers of the instances in the specific application are different from each other;
the process identification acquisition module is used for judging whether a sender and a receiver of the sending process are the same or not when the currently scheduled process is the sending process; if the process identifier is the same as the process identifier of the sending process, judging whether the sender and the receiver are both the specific application, if so, acquiring the process identifier of the sending process;
the process execution module is used for searching the receiving process from the cache queue; acquiring a process identifier of the receiving process; and judging whether the process identifier of the receiving process is consistent with the process identifier of the sending process, if so, transmitting the sending content of the sending process to the receiving process.
7. The apparatus of claim 6, further comprising:
an identifier allocation module, configured to, when an instance of the specific application is installed, allocate a process identifier to the instance according to a preset process identifier differentiation rule, where the process identifier differentiation rule specifies that process identifiers of respective instances of the specific application are different in an application multi-open mode.
8. The apparatus of claim 7, wherein the process setting module comprises:
an identifier reading unit, configured to read a process identifier corresponding to the second application;
and the process creating unit is used for creating a process for the second application and identifying the created process by the read process identifier.
9. The apparatus of claim 8, wherein the process creation unit is further configured to:
and setting a process attribute in a process structure body of the second application, wherein the process attribute comprises the read process identifier.
10. The apparatus of claim 6, wherein the process identity acquisition module is further configured to:
analyzing the sending process to obtain the packet name of the sender and the packet name of the receiver;
and when the package name of the sender is the same as that of the receiver, determining that the sender and the receiver of the sending process are the same.
11. A mobile terminal, characterized in that the mobile terminal comprises a processor and a memory for storing a program enabling the processor to perform the method of any of claims 1 to 5, the processor being configured for executing the program stored in the memory.
CN201710366845.6A 2017-05-23 2017-05-23 Process control method and device in application multi-open mode and mobile terminal Expired - Fee Related CN107203427B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710366845.6A CN107203427B (en) 2017-05-23 2017-05-23 Process control method and device in application multi-open mode and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710366845.6A CN107203427B (en) 2017-05-23 2017-05-23 Process control method and device in application multi-open mode and mobile terminal

Publications (2)

Publication Number Publication Date
CN107203427A CN107203427A (en) 2017-09-26
CN107203427B true CN107203427B (en) 2021-03-26

Family

ID=59905369

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710366845.6A Expired - Fee Related CN107203427B (en) 2017-05-23 2017-05-23 Process control method and device in application multi-open mode and mobile terminal

Country Status (1)

Country Link
CN (1) CN107203427B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766099B (en) * 2017-09-27 2022-01-25 北京小米移动软件有限公司 Application double-opening method and device
CN117093351B (en) * 2023-10-13 2024-02-02 亿咖通(湖北)技术有限公司 Application multi-opening method, device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455380A (en) * 2012-06-05 2013-12-18 上海斐讯数据通信技术有限公司 Multi-process communication system and establishment and communication method thereof
CN106201547A (en) * 2016-07-21 2016-12-07 北京奇虎科技有限公司 Method, device and the mobile terminal that a kind of message based on mobile terminal shows
CN106373017A (en) * 2016-10-10 2017-02-01 广东欧珀移动通信有限公司 Application message processing method, application message processing device and mobile terminal
CN106445647A (en) * 2016-10-10 2017-02-22 广东欧珀移动通信有限公司 Data operation method, device and mobile terminal for multiple open applications
CN106484419A (en) * 2016-10-10 2017-03-08 广东欧珀移动通信有限公司 Information searching method, device and mobile terminal in a kind of application program
CN106648908A (en) * 2016-10-10 2017-05-10 广东欧珀移动通信有限公司 Control method, device of application progress and mobile terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455380A (en) * 2012-06-05 2013-12-18 上海斐讯数据通信技术有限公司 Multi-process communication system and establishment and communication method thereof
CN106201547A (en) * 2016-07-21 2016-12-07 北京奇虎科技有限公司 Method, device and the mobile terminal that a kind of message based on mobile terminal shows
CN106373017A (en) * 2016-10-10 2017-02-01 广东欧珀移动通信有限公司 Application message processing method, application message processing device and mobile terminal
CN106445647A (en) * 2016-10-10 2017-02-22 广东欧珀移动通信有限公司 Data operation method, device and mobile terminal for multiple open applications
CN106484419A (en) * 2016-10-10 2017-03-08 广东欧珀移动通信有限公司 Information searching method, device and mobile terminal in a kind of application program
CN106648908A (en) * 2016-10-10 2017-05-10 广东欧珀移动通信有限公司 Control method, device of application progress and mobile terminal

Also Published As

Publication number Publication date
CN107203427A (en) 2017-09-26

Similar Documents

Publication Publication Date Title
CN107391259B (en) Resource processing method and device, computer readable storage medium and mobile terminal
US9344838B2 (en) Data transmission method and apparatus, and terminal with touch screen
CN104518953B (en) Method for deleting message, instant communication terminal and system
US10304461B2 (en) Remote electronic service requesting and processing method, server, and terminal
CN107231159B (en) Radio frequency interference processing method, device, storage medium and terminal
CN108834132B (en) Data transmission method and equipment and related medium product
WO2018120905A1 (en) Message reminding method for terminal, and terminal
CN104407804A (en) Screen capturing method and screen capturing device as well as electronic device
US20190109767A1 (en) Network bandwidth management method, terminal and computer storage medium
WO2015081880A1 (en) Method, device and system for processing cluster service attribute
CN103177217A (en) File scan method, file scan system, client-side and server
CN108270764B (en) Application login method, server and mobile terminal
CN106209608A (en) The method and device that the difference of a kind of chat message synchronizes
CN106502833B (en) Data backup method and device
WO2017206901A1 (en) Process control method and related device
CN107203427B (en) Process control method and device in application multi-open mode and mobile terminal
CN104133693A (en) Installation state detection method, device and terminal
CN104780234A (en) Method, device and system for inquiring Internet protocol (IP) address location
CN105553718A (en) Method and device for displaying guidance information
CN106899959B (en) Method, device, terminal and system for obtaining SIM card information
CN106649595B (en) Object pool-based webpage starting acceleration method and device and terminal
CN107463395B (en) Component calling method and device
CN104918130A (en) Methods for transmitting and playing multimedia information, devices and system
WO2020010995A1 (en) Icon arrangement method and apparatus, and readable storage medium and mobile terminal
CN112261634B (en) Bluetooth transmission control method and device, terminal equipment and 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
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210326

CF01 Termination of patent right due to non-payment of annual fee