CN108509265B - Mobile terminal application APP state processing method and device - Google Patents

Mobile terminal application APP state processing method and device Download PDF

Info

Publication number
CN108509265B
CN108509265B CN201810300758.5A CN201810300758A CN108509265B CN 108509265 B CN108509265 B CN 108509265B CN 201810300758 A CN201810300758 A CN 201810300758A CN 108509265 B CN108509265 B CN 108509265B
Authority
CN
China
Prior art keywords
app
content information
preset position
state content
app state
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.)
Active
Application number
CN201810300758.5A
Other languages
Chinese (zh)
Other versions
CN108509265A (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.)
Qianxin Technology Group Co Ltd
Original Assignee
Qianxin Technology Group 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 Qianxin Technology Group Co Ltd filed Critical Qianxin Technology Group Co Ltd
Priority to CN201810300758.5A priority Critical patent/CN108509265B/en
Publication of CN108509265A publication Critical patent/CN108509265A/en
Application granted granted Critical
Publication of CN108509265B publication Critical patent/CN108509265B/en
Active 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/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • 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/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4418Suspend and resume; Hibernate and awake

Abstract

The embodiment of the invention discloses a method and a device for processing the state of a mobile terminal application APP, wherein the method comprises the following steps: if the operation of opening a new page/new function is detected in the using process of the mobile terminal APP, storing the APP state content information after the operation in a preset position of an operating system; if the operation of closing the opened new page/new function or normally exiting the APP according to the instruction input by the user is detected, deleting the APP state content information stored in the preset position; when the APP is reused, judging whether the preset position stores APP state content information or not; and if the APP state content information is stored in the preset position, loading the APP state content information stored in the preset position. The embodiment of the invention can achieve the purpose of reserving the page address, the state, the content and the related data before the interruption of the APP, and can quickly restore the APP state scene.

Description

Mobile terminal application APP state processing method and device
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a method and a device for processing a mobile terminal application APP state.
Background
With the rapid popularization of intelligent mobile devices and the mass growth of internet users in recent years, various applications APP appear in the mobile devices, and convenience is provided for daily life and work of people.
However, currently, in the process of using APP of existing mobile devices, the following situations are often encountered: (1) the APP has a new version to be upgraded; (2) the APP is jumped out by the new notice in use; (3) the APP leaves the APP after being called by other components in use; (4) the APP is shut down and restarted accidentally due to equipment reasons in use, such as insufficient electric quantity, system updating, accidental wrong key pressing and the like; (5) the APP does not complete the submission form but the process is ended.
In view of this, how to solve the problem that the obtained content may be lost and not be retrievable after the APP in use is broken by force or non-force becomes a technical problem to be solved at present.
Disclosure of Invention
Because the existing method has the above problems, the embodiments of the present invention provide a method and an apparatus for processing a mobile side application APP state.
In a first aspect, an embodiment of the present invention provides a method for processing an APP state of a mobile terminal, including:
in the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, storing the APP state content information after the operation in a preset position of an operating system;
if the operation of closing the opened new page/new function according to the instruction input by the user or the normal APP quitting operation according to the instruction input by the user is detected, deleting the APP state content information stored in the preset position;
when the APP is reused, checking whether the preset position stores APP state content information or not;
and if the APP state content information is stored in the preset position, loading the APP state content information stored in the preset position.
Optionally, the storing the APP state content information after the operation in a preset position of an operating system includes:
and when the APP state content information stored last time is stored in the preset position, deleting the APP state content information stored last time in the preset position, and storing the APP state content information after the operation in the preset position of the operating system.
Optionally, the storing the APP state content information after the operation in a preset position in an operating system includes:
and storing the APP state content information after the operation in a preset position of the operating system through a public general interface API provided by an operating system manufacturer.
Optionally, the APP state content information after the operation is executed includes: location and address within the APP that the operation loads.
In a second aspect, an embodiment of the present invention further provides a device for processing an APP state of a mobile end, including:
the storage module is used for storing APP state content information after the operation is executed in a preset position of an operating system if the operation of opening a new page/new function is detected in the using process of the mobile terminal APP;
the deleting module is used for deleting the APP state content information stored in the preset position if the operation of closing the opened new page/new function according to the instruction input by the user or the normal APP quitting operation according to the instruction input by the user is detected;
the checking module is used for checking whether the preset position stores APP state content information or not when the APP is reused;
and the loading module is used for loading the APP state content information stored in the preset position if the APP state content information is stored in the preset position.
Optionally, the memory module is specifically for
In the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, when the APP state content information stored at the last time is stored at the preset position, the APP state content information stored at the last time at the preset position is deleted, and the APP state content information after the operation is stored at the preset position of the operating system.
Optionally, the memory module is specifically for
In the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, the APP state content information after the operation is executed is stored in the preset position of the operating system through a public general interface API provided by an operating system manufacturer.
Optionally, the APP state content information after the operation is executed includes: location and address within the APP that the operation loads.
In a third aspect, an embodiment of the present invention further provides an electronic device, including: a processor, a memory, a bus, and a computer program stored on the memory and executable on the processor;
the processor and the memory complete mutual communication through the bus;
the processor, when executing the computer program, implements the method described above.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the above method.
As can be seen from the foregoing technical solutions, in the use process of the mobile terminal APP, the APP state content information after the operation is executed is stored in the preset position of the operating system when the operation of opening a new page/new function is detected, and the APP state content information stored in the preset position is deleted when the operation of closing the opened new page/new function or the operation of normally exiting the APP is detected; when the APP is reused, if the APP state content information is stored in the preset position, the APP state content information stored in the preset position is loaded, so that the problems that the acquired content is lost and can not be found back possibly after the APP in use is forcibly or non-forcibly disconnected can be solved, the purpose of reserving page addresses, states, (forms) content and related data before the APP is interrupted is achieved, and the APP state scene is quickly restored.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flowchart illustrating a method for processing an APP state of a mobile terminal according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a mobile application APP state processing apparatus according to an embodiment of the present invention;
fig. 3 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The following further describes embodiments of the present invention with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
Fig. 1 shows a flowchart of a mobile side application APP state processing method according to an embodiment of the present invention, and as shown in fig. 1, the mobile side application APP state processing method according to the embodiment includes:
s1, in the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, the APP state content information after the operation is executed is stored in the preset position of the operating system.
The APP state content information after the operation is executed may include: location and address within the APP that the operation loads, etc.
Specifically, the APP state content information after the operation is executed may be stored in a preset location of the operating system through a public common interface API provided by an operating system OS vendor.
It is understood that the operating system OS manufacturer provides a public common interface API intended to accept the App to deposit the current functional address or App internal access address, content.
And S2, if the operation of closing the opened new page/new function according to the instruction input by the user or the normal APP quitting operation according to the instruction input by the user is detected, deleting the APP state content information stored in the preset position.
S3, when the APP is reused, whether the APP state content information is stored in the preset position or not is checked.
It can be understood that, if it is known that the APP state content information is stored in the preset location through checking, it may be stated that the APP is interrupted (forcibly or not) when being used last time, that is, there is an interrupted state.
And S4, if the APP state content information is stored in the preset position, loading the APP state content information stored in the preset position.
It can be understood that, since the APP state content information stored in the preset location is deleted in step S2 when detecting that the operation of closing the opened new page/new function according to the instruction input by the user is performed or the operation of normally exiting the APP according to the instruction input by the user is performed, if it is checked and known that the APP state content information is stored in the preset location when the APP is reused, it can be stated that the APP is left after being interrupted (forcibly or not) in the last use (for example, the APP has a new version to be upgraded, the APP is jumped out by a new notification in use, the APP leaves the APP after being called by other components in use, the APP is unexpectedly shut down and restarted in use due to equipment reasons, such as insufficient power, system update, accidental button pressing by mistake, etc., the APP submit form is not completed but the process is ended, etc.), at this time, the APP state content information stored in the preset location is loaded (that is, the APP state content information stored in the execution in step S1 is loaded) The information of the APP state content after the operation) can make the APP in the state when the APP is interrupted and departed last time after the loading is completed, and the purpose of reserving the page address, the state, (the table) content and the related data before the APP is interrupted can be achieved.
In the method for processing the APP state of the mobile terminal application in this embodiment, in the using process of the mobile terminal APP, when an operation of opening a new page/a new function is detected, APP state content information after the operation is executed is stored in a preset position of an operating system, and when an operation of closing the opened new page/the new function is detected or an operation of normally exiting the APP is detected, APP state content information stored in the preset position is deleted; when the APP is reused, if the APP state content information is stored in the preset position, the APP state content information stored in the preset position is loaded, therefore, the problems that after the APP in use is forcibly or non-forcibly disconnected, the obtained content is lost and cannot be found back can be solved, the interface and the content before the APP at the mobile terminal is interrupted are restored as far as possible, the APP state scene is quickly restored, and therefore a user can continue to connect the situation, thinking and the like before the APP in use is interrupted without recollection.
Further, the step S1 of "storing the APP state content information after the operation in the preset location of the operating system" may include:
and when the APP state content information stored last time is stored in the preset position, deleting the APP state content information stored last time in the preset position, and storing the APP state content information after the operation in the preset position of the operating system.
It can be understood that, if the mobile terminal APP performs the operation of opening the new page/new function for the first time, when the operation of opening the new page/new function is detected in step S1 this time, the preset position does not store any information, and the APP state content information after the operation is executed may be directly stored in the preset position of the operating system.
The method for processing the state of the APP at the mobile terminal can solve the problems that the acquired content is lost and cannot be found after the APP in use is forcibly or non-forcibly disconnected, so that the purpose of reserving the page address, the state, the content and the related data before the APP is disconnected is achieved, and the state scene of the APP is quickly restored.
Fig. 2 shows a schematic structural diagram of a mobile side application APP state processing apparatus according to an embodiment of the present invention, and as shown in fig. 2, the mobile side application APP state processing apparatus according to the embodiment includes: a storage module 21, a deletion module 22, a check module 23 and a loading module 24; wherein:
the storage module 21 is configured to, in a use process of the mobile terminal APP, store APP state content information after executing an operation in a preset position of an operating system if the operation of opening a new page/new function is detected;
the deleting module 22 is configured to delete the APP state content information stored in the preset position if an operation of closing the opened new page/new function according to an instruction input by the user is detected or an operation of normally exiting the APP according to the instruction input by the user is detected;
the checking module 23 is configured to check whether APP state content information is stored in the preset position when the APP is reused;
the loading module 24 is configured to load the APP state content information stored in the preset position if the APP state content information is stored in the preset position.
Specifically, in the using process of the mobile application APP, if an operation of opening a new page/new function is detected, the storage module 21 stores the APP state content information after the operation in a preset position of an operating system; if the deleting module 22 detects that the operation of closing the opened new page/new function according to the instruction input by the user or the operation of normally quitting the APP according to the instruction input by the user, deleting the APP state content information stored in the preset position; the checking module 23 checks whether APP state content information is stored in the preset position when the APP is reused; if the APP state content information is stored in the preset position, the loading module 24 loads the APP state content information stored in the preset position.
The APP state content information after the operation is executed may include: location and address within the APP that the operation loads, etc.
In a specific application, in the using process of the mobile application APP, if an operation of opening a new page/new function is detected, the storage module 21 may store the APP state content information after the operation in a preset position of the operating system through a public universal interface API provided by an OS manufacturer of the operating system.
It will be appreciated that the operating system OS vendor provides a public common interface API intended to accept the APP deposit current functional address or APP internal access address, content.
It can be understood that, since the deleting module 22 deletes the APP state content information stored in the preset location when detecting the operation of closing the opened new page/new function according to the instruction input by the user or the operation of normally exiting the APP according to the instruction input by the user, if the loading module 24 checks that the APP state content information stored in the preset location is obtained when the APP is reused, it can be described that the APP is left by being interrupted (forcibly or not), that is, there is an interrupted state, if the loading module 24 checks that the APP state content information stored in the preset location is obtained, by loading the APP state content information stored in the preset location, the APP can be in the state when the APP is left by being interrupted last time after the loading is completed, and the page address, and the page address before the APP is interrupted can be retained, Status, (table) content and the purpose of the associated data.
The mobile terminal application APP state processing device of the embodiment is applied to mobile equipment, and can solve the problem that after an APP in use is forcibly or non-forcibly interrupted, acquired contents are lost and cannot be found back, restore the interface and the contents before the APP in the mobile terminal is interrupted as far as possible, and restore the APP state scene quickly, so that a user can continue to use the situation, thinking and the like before the APP in use is interrupted without recollecting.
Further, the storage module 21 may be specifically used for
In the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, when the APP state content information stored at the last time is stored at the preset position, the APP state content information stored at the last time at the preset position is deleted, and the APP state content information after the operation is stored at the preset position of the operating system.
It can be understood that, if the mobile terminal APP performs the operation of opening the new page/new function for the first time, when the storage module 21 detects the operation of opening the new page/new function this time, the preset position does not store any information, and the APP state content information after the operation is executed can be directly stored in the preset position of the operating system.
The mobile terminal application APP state processing device of the embodiment can solve the problems that after the APP in use is forcibly or non-forcibly disconnected, the obtained content possibly is lost and cannot be found back, achieves the purpose of reserving the page address, the state, the content and the related data before the APP is disconnected, and quickly restores the APP state scene.
The mobile terminal application APP state processing apparatus of this embodiment may be configured to execute the technical solution of the foregoing method embodiment, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 3 is a schematic entity structure diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 3, the electronic device may include: a processor 31, a memory 32, a bus 33, and computer programs stored on the memory 32 and executable on the processor 31;
the processor 31 and the memory 32 complete mutual communication through the bus 33;
when the processor 31 executes the computer program, the method provided by the foregoing method embodiments is implemented, for example, including: in the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, storing the APP state content information after the operation in a preset position of an operating system; if the operation of closing the opened new page/new function according to the instruction input by the user or the normal APP quitting operation according to the instruction input by the user is detected, deleting the APP state content information stored in the preset position; when the APP is reused, checking whether the preset position stores APP state content information or not; and if the APP state content information is stored in the preset position, loading the APP state content information stored in the preset position.
An embodiment of the present invention provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method provided by the foregoing method embodiments, and for example, the method includes: in the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, storing the APP state content information after the operation in a preset position of an operating system; if the operation of closing the opened new page/new function according to the instruction input by the user or the normal APP quitting operation according to the instruction input by the user is detected, deleting the APP state content information stored in the preset position; when the APP is reused, checking whether the preset position stores APP state content information or not; and if the APP state content information is stored in the preset position, loading the APP state content information stored in the preset position.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, apparatus, 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, and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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/systems 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.
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. 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 terms "upper", "lower", and the like, indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience in describing the present invention and simplifying the description, but do not indicate or imply that the referred devices or elements must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention. Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "connected" are intended to be inclusive and mean, for example, that they may be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In the description of the present invention, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description. Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present invention is not limited to any single aspect, nor is it limited to any single embodiment, nor is it limited to any combination and/or permutation of these aspects and/or embodiments. Moreover, each aspect and/or embodiment of the present invention may be utilized alone or in combination with one or more other aspects and/or embodiments thereof.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (8)

1. A method for processing the APP state of a mobile terminal application is characterized by comprising the following steps:
in the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, storing the APP state content information after the operation in a preset position of an operating system; wherein, the executing the APP state content information after the operation includes: a location and address within the APP loaded by the operation;
if the operation of closing the opened new page/new function according to the instruction input by the user or the normal APP quitting operation according to the instruction input by the user is detected, deleting the APP state content information stored in the preset position;
when the APP is reused, checking whether the preset position stores APP state content information or not;
and if the APP state content information is stored in the preset position, loading the APP state content information stored in the preset position.
2. The method of claim 1, wherein storing the APP state content information after the operation is performed in a preset location of an operating system comprises:
and when the APP state content information stored last time is stored in the preset position, deleting the APP state content information stored last time in the preset position, and storing the APP state content information after the operation in the preset position of the operating system.
3. The method of claim 1, wherein storing the APP state content information after the operation is performed in a preset location in an operating system comprises:
and storing the APP state content information after the operation in a preset position of the operating system through a public general interface API provided by an operating system manufacturer.
4. The utility model provides a remove end application APP state processing apparatus which characterized in that includes:
the storage module is used for storing APP state content information after the operation is executed in a preset position of an operating system if the operation of opening a new page/new function is detected in the using process of the mobile terminal APP; wherein, the executing the APP state content information after the operation includes: a location and address within the APP loaded by the operation;
the deleting module is used for deleting the APP state content information stored in the preset position if the operation of closing the opened new page/new function according to the instruction input by the user or the normal APP quitting operation according to the instruction input by the user is detected;
the checking module is used for checking whether the preset position stores APP state content information or not when the APP is reused;
and the loading module is used for loading the APP state content information stored in the preset position if the APP state content information is stored in the preset position.
5. Device according to claim 4, characterized in that said storage means are, in particular, intended for
In the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, when the APP state content information stored at the last time is stored at the preset position, the APP state content information stored at the last time at the preset position is deleted, and the APP state content information after the operation is stored at the preset position of the operating system.
6. Device according to claim 4, characterized in that said storage means are, in particular, intended for
In the using process of the mobile terminal application APP, if the operation of opening a new page/new function is detected, the APP state content information after the operation is executed is stored in the preset position of the operating system through a public general interface API provided by an operating system manufacturer.
7. An electronic device, comprising: a processor, a memory, a bus, and a computer program stored on the memory and executable on the processor;
the processor and the memory complete mutual communication through the bus;
the processor, when executing the computer program, implements the method of any of claims 1-3.
8. A non-transitory computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, implements the method of any one of claims 1-3.
CN201810300758.5A 2018-04-04 2018-04-04 Mobile terminal application APP state processing method and device Active CN108509265B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810300758.5A CN108509265B (en) 2018-04-04 2018-04-04 Mobile terminal application APP state processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810300758.5A CN108509265B (en) 2018-04-04 2018-04-04 Mobile terminal application APP state processing method and device

Publications (2)

Publication Number Publication Date
CN108509265A CN108509265A (en) 2018-09-07
CN108509265B true CN108509265B (en) 2021-01-01

Family

ID=63380882

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810300758.5A Active CN108509265B (en) 2018-04-04 2018-04-04 Mobile terminal application APP state processing method and device

Country Status (1)

Country Link
CN (1) CN108509265B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113034165B (en) * 2019-12-09 2023-10-31 腾讯科技(深圳)有限公司 Data processing method and device, storage medium and electronic device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102830992A (en) * 2012-07-31 2012-12-19 北京奇虎科技有限公司 Plug-in loading method and system
CN104780142A (en) * 2014-01-10 2015-07-15 中国移动通信集团浙江有限公司 Client using scene state processing method, client using scene state processing system and terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102830992A (en) * 2012-07-31 2012-12-19 北京奇虎科技有限公司 Plug-in loading method and system
CN104780142A (en) * 2014-01-10 2015-07-15 中国移动通信集团浙江有限公司 Client using scene state processing method, client using scene state processing system and terminal

Also Published As

Publication number Publication date
CN108509265A (en) 2018-09-07

Similar Documents

Publication Publication Date Title
KR20070034239A (en) Method and system for updating software and computer readable recording medium recording the method
US9804933B2 (en) System differential upgrade method, apparatus, and mobile terminal
US20070055969A1 (en) System and method for updating firmware
KR101781447B1 (en) System reset
JP5873571B2 (en) Method and compute node for processing application data
JP2006252547A (en) Application method of portable software
CN104035842A (en) Method for deleting and recovering built-in application program
CN103365701A (en) Work method of analog card reader and analog communication system
CN108509265B (en) Mobile terminal application APP state processing method and device
CN104503790A (en) Application version management method and system and smart terminal
CN106603125B (en) Method and device for data interaction with Bluetooth equipment
CN105045642A (en) Method and device for loading self-defined classes
CN105045627A (en) Method for realizing online update of network card configuration file by server
CN103995717A (en) Method for upgrading software in embedded device
CN102043634A (en) Embedded system and embedded software upgrading method
WO2013167010A2 (en) Mobile terminal and startup method therefor
CN109522174B (en) Method, device, terminal and storage medium for controlling adb enabling
CN107391639A (en) A kind of automatic method, mobile terminal and storage device for recovering recycle bin file
CN104765631A (en) Restoration method and device for application program of mobile terminal
CN104615387B (en) Mobile unit and its design method based on XPE systems
CN113641640B (en) Data processing method, device, equipment and medium for stream type computing system
CN102752365B (en) The method and apparatus of information processing
CN105630554B (en) A kind of reloading method and user terminal of third-party application
CN113721994A (en) PCIe enumeration method, system, device and storage medium
CN106843951A (en) The installation process method and its mobile terminal of software program

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100088 Building 3 332, 102, 28 Xinjiekouwai Street, Xicheng District, Beijing

Applicant after: Qianxin Technology Group Co.,Ltd.

Address before: 100015 Jiuxianqiao Chaoyang District Beijing Road No. 10, building 15, floor 17, layer 1701-26, 3

Applicant before: Beijing Qi'anxin Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant