CN112596817B - Application program starting method, device, equipment and storage medium - Google Patents

Application program starting method, device, equipment and storage medium Download PDF

Info

Publication number
CN112596817B
CN112596817B CN202011595261.4A CN202011595261A CN112596817B CN 112596817 B CN112596817 B CN 112596817B CN 202011595261 A CN202011595261 A CN 202011595261A CN 112596817 B CN112596817 B CN 112596817B
Authority
CN
China
Prior art keywords
application program
target application
starting
configuration data
prompt information
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
CN202011595261.4A
Other languages
Chinese (zh)
Other versions
CN112596817A (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.)
Weiyiyun Hangzhou Holding Co ltd
Original Assignee
Weiyiyun Hangzhou Holding 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 Weiyiyun Hangzhou Holding Co ltd filed Critical Weiyiyun Hangzhou Holding Co ltd
Priority to CN202011595261.4A priority Critical patent/CN112596817B/en
Publication of CN112596817A publication Critical patent/CN112596817A/en
Application granted granted Critical
Publication of CN112596817B publication Critical patent/CN112596817B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application provides an application program starting method, device, equipment and storage medium, wherein the application program starting method comprises the following steps: receiving an operation instruction of a target application program, wherein the operation instruction is used for starting the target application program; judging whether a network signal exists or not; when a network signal exists, judging whether the target application program is started for the first time; when the target application program is started for the first time, judging whether configuration data exists locally or not; when configuration data exists locally, outputting prompt information in a corresponding preset form according to the network state and/or the starting times, wherein the prompt information comprises privacy permission statement; and when a determining instruction corresponding to the prompt information is received, starting the target application program based on the determining instruction. The application program safe starting method and device achieve safe starting of the application program.

Description

Application program starting method, device, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an application program starting method, apparatus, device, and storage medium.
Background
With the popularity of smartphones, people increasingly rely on APP (Application) in communication, social, entertainment, etc. activities. In order to avoid that the APP collects personal information of the user in a violation manner, uses the personal information of the user in a violation manner and unreasonably asks for the user permission, a series of privacy policies are formulated by related departments to ensure the information security of the APP user. Therefore, how to ensure the safe and compliant start-up of the application program is a technical problem to be solved.
Disclosure of Invention
An embodiment of the application aims to provide an application program starting method, device, equipment and storage medium, which are used for realizing safe starting of an application program.
An embodiment of the present application provides an application program starting method, including: receiving an operation instruction of a target application program, wherein the operation instruction is used for starting the target application program; judging whether a network signal exists or not; when a network signal exists, judging whether the target application program is started for the first time; when the target application program is started for the first time, judging whether configuration data exists locally or not; when configuration data exists locally, outputting prompt information in a corresponding preset form according to the network state and/or the starting times, wherein the prompt information comprises privacy permission statement; and when a determining instruction corresponding to the prompt information is received, starting the target application program based on the determining instruction.
In one embodiment, the method further comprises: when no network signal exists, judging whether configuration data exists locally; and when the configuration data does not exist locally, downloading the configuration data by the background, and initializing the target application program.
In one embodiment, the method further comprises: when the target application program is not started for the first time, judging whether the privacy right statement is updated or not; and when the privacy right statement is updated, outputting prompt information in a corresponding preset form according to the network state and/or the starting times.
In one embodiment, the method further comprises: and starting the target application program when the privacy right statement is not updated.
In one embodiment, the method further comprises: and when a cancel instruction corresponding to the prompt information is received, executing a preset operation based on the cancel instruction.
In an embodiment, the outputting the prompting message in a corresponding preset form according to the network state and/or the start-up times includes: when no network signal exists, outputting the prompt information in a local html form; when a network signal exists and the target application program is started for the first time, outputting the prompt information in a cloud link mode.
In an embodiment, the opening the target application program based on the determining instruction includes: acquiring a user login state; reporting log information according to the user login state; and displaying the first screen of the target application program.
A second aspect of the embodiments of the present application provides an application program starting apparatus, including: the receiving module is used for receiving an operation instruction of a target application program, wherein the operation instruction is used for starting the target application program; the first judging module is used for judging whether a network signal exists or not; the second judging module is used for judging whether the target application program is started for the first time or not when the network signal exists; the third judging module is used for judging whether the configuration data exists locally or not when the target application program is started for the first time; the prompting module is used for outputting prompting information in a corresponding preset form according to the network state and/or the starting times when the configuration data locally exist, wherein the prompting information comprises privacy permission statement; and the starting module is used for starting the target application program based on the determining instruction when receiving the determining instruction corresponding to the prompt information.
In one embodiment, the method further comprises: the downloading module is used for downloading the configuration data in the background and initializing the target application program when the configuration data does not exist locally; the third judging module is further configured to: when no network signal exists, it is determined whether configuration data exists locally.
In one embodiment, the method further comprises: a fourth judging module, configured to judge whether the privacy right statement is updated when the target application is not started for the first time; the prompting module is further used for: and when the privacy right statement is updated, outputting prompt information in a corresponding preset form according to the network state and/or the starting times.
In an embodiment, the starting module is further configured to: and starting the target application program when the privacy right statement is not updated.
In one embodiment, the method further comprises: and the execution module is used for executing preset operation based on the cancel instruction when receiving the cancel instruction corresponding to the prompt information.
In one embodiment, the prompting module is specifically configured to: when no network signal exists, outputting the prompt information in a local html form; when a network signal exists and the target application program is started for the first time, outputting the prompt information in a cloud link mode.
In one embodiment, the starting module is specifically configured to: acquiring a user login state; reporting log information according to the user login state; and displaying the first screen of the target application program.
A third aspect of the embodiments of the present application provides an electronic device, including: a memory for storing a computer program; a processor configured to perform the method of the first aspect of the embodiments of the present application and any of the embodiments thereof.
A fourth aspect of the present application provides a non-transitory electronic device readable storage medium, comprising: a program which, when run by an electronic device, causes the electronic device to perform the method of the first aspect of the embodiments of the present application and any of the embodiments thereof.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
FIG. 2 is a flowchart of an application program starting method according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an application program starting device according to an embodiment of the present application.
Reference numerals:
100-electronic equipment, 110-bus, 120-processor, 130-memory, 300-application starting device, 310-receiving module, 320-first judging module, 330-second judging module, 340-third judging module, 350-prompting module, 360-starting module, 370-downloading module, 380-fourth judging module, 390-executing module.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
In the description of the present application, the terms "first," "second," and the like are used merely for distinguishing between descriptions, and do not denote a ordinal number, nor are they to be construed as indicating or implying relative importance.
In the description of the present application, the terms "comprises," "comprising," and/or the like, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof.
In the description of the present application, the terms "mounted," "disposed," "provided," "connected," and "configured" are to be construed broadly unless otherwise specifically defined and limited. For example, it may be a fixed connection, a removable connection, or a unitary construction; can be mechanically or electrically connected; either directly or indirectly, through intermediaries, or through internal communication between two devices, elements, or components. The specific meaning of the terms in this application will be understood by those of ordinary skill in the art as the case may be.
Please refer to fig. 1, which is a schematic diagram of an electronic device 100 according to an embodiment of the present application, including at least one processor 120 and a memory 130, and one processor is illustrated in fig. 1. The processor 120 and the memory 130 are connected through the bus 110, and the memory 130 stores instructions executable by the at least one processor 120, the instructions being executed by the at least one processor 120 to cause the at least one processor 120 to perform an application launch method as in the following embodiments.
In one embodiment, processor 120 may be a general-purpose processor including, but not limited to, a central processing unit (Central Processing Unit, CPU), a network processor (Network Processor, NP), etc., a digital signal processor (Digital Signal Processor, DSP), an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), an off-the-shelf programmable gate array (Field Programmable Gate Array, FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, and the processor 120 is a control center of the electronic device 100, connecting various parts of the entire electronic device 100 using various interfaces and lines. The processor 120 may implement or perform the methods, steps, and logic blocks disclosed in embodiments of the present application.
In one embodiment, memory 130 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, including, but not limited to, random access Memory (Random Access Memory, RAM), read Only Memory (ROM), static random access Memory (Static Random Access Memory, SRAM for short), programmable Read Only Memory (Programmable Read-Only Memory, PROM), erasable Read Only Memory (Erasable Programmable Read-Only Memory, EPROM), electrically erasable Read Only Memory (Electric Erasable Programmable Read-Only Memory, EEPROM), and the like.
The structure of the electronic device 100 shown in fig. 1 is merely illustrative, and the electronic device 100 may also include more or fewer components than shown in fig. 1, or have a different configuration than shown in fig. 1. The components shown in fig. 1 may be implemented in hardware, software, or a combination thereof.
In one embodiment, the electronic device 100 may be a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palm computer, a personal digital assistant (Personal Digital Assistant, PDA), a portable media player (Portable Media Player, PMP), a navigation device, a wearable device, a smart bracelet, a pedometer, etc.
Fig. 2 is a flowchart of an application program starting method according to an embodiment of the present application, which may be executed by the electronic device 100 shown in fig. 1 to implement secure compliance starting of an application program. The method comprises the following steps:
step 201: and receiving the running instruction of the target application program.
In the above steps, the running instruction is used to start the target application.
Step 202: it is determined whether a network signal is present.
In the above steps, it is determined whether or not a network signal exists, if so, step 203 is executed, and if not, step 204 is executed.
Step 203: and judging whether the target application program is started for the first time.
In the above step, it is determined whether the target application is started for the first time, if the target application is started for the first time, step 204 is executed, and if the target application is not started for the first time, step 208 is executed. In an embodiment, the first start may also be the first start after the target application data is reset.
Step 204: and judging whether the configuration data exists locally.
In the above step, it is determined whether or not there is configuration data locally, if there is no configuration data locally, step 205 is executed, and if there is configuration data locally, step 206 is executed.
Step 205: and downloading configuration data in the background and initializing the target application program.
In the step, the background is predefined with the configuration data related to the privacy authority statement, the configuration data is downloaded to the local, and the initialization configuration is carried out on the target application program according to the configuration data.
Step 206: and outputting prompt information in a corresponding preset form according to the network state and/or the starting times.
In the above step, a bullet box with prompt information including privacy permission statement may be popped up.
In an embodiment, outputting the prompting message in a corresponding preset form according to the network state and/or the number of starts may include: when no network signal exists, outputting prompt information in the form of local html (Hyper Text Markup Language ); when a network signal exists and a target application program is started for the first time, outputting prompt information in a cloud link mode.
In an embodiment, when there is a network signal and the target application is not started for the first time, if the privacy right statement is updated, a pop-up box with prompt information is popped up, and the prompt information is a cloud connection of the latest privacy right statement.
Step 207: and when a determining instruction corresponding to the prompt information is received, starting the target application program based on the determining instruction.
In the above step, an operation instruction input by the user according to the prompt information is received, and the operation instruction may be a determination instruction or a cancel instruction, and when the determination instruction is received, the target application program is started based on the determination instruction. In one embodiment, the user may input the operation command by operating a mouse, a keyboard, or touching a touch screen.
In one embodiment, the method further comprises: when a cancel instruction corresponding to the prompt information is received, a preset operation is performed based on the cancel instruction. In the above step, the preset operation may be exiting the APP, or popping up a pop-up frame with a prompt message, or jumping to a preset page.
In an embodiment, after receiving a determination instruction input by a user, a high-risk authority application may be performed, where the high-risk authority refers to an authority that may relate to private information of the user. And after receiving the cancel instruction input by the user, no longer popping up the permission application, wherein the preset time can be set according to the service requirement, for example, 24 hours.
In one embodiment, based on the determining instruction, starting the target application may include: acquiring a user login state; reporting log information according to the login state of the user; and displaying the first screen of the target application program.
In the above steps, the login state of the user is obtained, whether the user is logged in is determined, if the user is in the login state, the log information reported to the background may include, but is not limited to, the user ID, the device ID, and the time when the determination instruction is received, and if the user is in the non-login state, the log information reported to the background may include, but is not limited to, the device ID and the time when the determination instruction is received.
Step 208: and judging whether the privacy rights statement is updated or not.
In the above step, it is determined whether the privacy right statement is updated, if the privacy right statement is updated, step 206 is executed, and if the privacy right statement is not updated, step 209 is executed.
Step 209: and starting the target application program.
As shown in fig. 3, a schematic structural diagram of an application program starting apparatus 300 according to an embodiment of the present application, which may be applied to the electronic device 100 shown in fig. 1, includes: the device comprises a receiving module 310, a first judging module 320, a second judging module 330, a third judging module 340, a prompting module 350 and a starting module 360. The principle relation of each module is as follows:
the receiving module 310 is configured to receive an operation instruction of the target application, where the operation instruction is used to start the target application.
A first determining module 320 is configured to determine whether a network signal exists.
The second determining module 330 is configured to determine whether the target application is started for the first time when the network signal exists.
And a third judging module 340, configured to judge whether the configuration data exists locally when the target application is started for the first time.
The prompting module 350 is configured to output, when the configuration data locally exists, prompting information in a corresponding preset form according to the network state and/or the number of starts, where the prompting information includes a privacy permission statement.
The starting module 360 is configured to, when receiving a determining instruction corresponding to the prompt information, start the target application program based on the determining instruction.
In one embodiment, the method further comprises: a downloading module 370, configured to download the configuration data in the background and initialize the target application when the configuration data does not exist locally; the third judging module 340 is further configured to: when no network signal exists, it is determined whether configuration data exists locally.
In one embodiment, the method further comprises: a fourth judging module 380, configured to judge whether the privacy right statement is updated when the target application is not started for the first time; the prompt module 350 is further configured to: when the privacy permission statement is updated, the prompt information is output in a corresponding preset form according to the network state and/or the starting times.
In one embodiment, the start-up module 360 is further configured to: and starting the target application program when the privacy right statement is not updated.
In one embodiment, the method further comprises: the execution module 390 is configured to execute a preset operation based on the cancel instruction when receiving the cancel instruction corresponding to the prompt message.
In one embodiment, the prompting module 350 is specifically configured to: when no network signal exists, outputting prompt information in a local html form; when a network signal exists and a target application program is started for the first time, outputting prompt information in a cloud link mode.
In one embodiment, the starting module 360 is specifically configured to: acquiring a user login state; reporting log information according to the login state of the user; and displaying the first screen of the target application program.
For a detailed description of the application launching device 300, please refer to the description of the related method steps in the above embodiment.
The embodiment of the invention also provides an electronic device readable storage medium, which comprises: a program which, when run on an electronic device, causes the electronic device to perform all or part of the flow of the method in the above-described embodiments. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a Flash Memory (Flash Memory), a Hard Disk (HDD), or a Solid State Drive (SSD), etc. The storage medium may also comprise a combination of memories of the kind described above.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus and method may be implemented in other manners as well. The apparatus embodiments described above are merely illustrative, for example, flow diagrams 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 application. 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).
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, the functional modules in the embodiments of the present application may be integrated together to form a single part, or each module may exist alone, or two or more modules may be integrated to form a single part.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. The foregoing description is only of the preferred embodiments of the present application, and is not intended to limit the scope of the present application. Any modifications, equivalent substitutions, improvements, or the like, which would occur to one skilled in the art, are intended to be included within the spirit and principles of the present application.

Claims (9)

1. An application program starting method, comprising:
receiving an operation instruction of a target application program, wherein the operation instruction is used for starting the target application program;
judging whether a network signal exists or not;
when a network signal exists, judging whether the target application program is started for the first time;
when the target application program is started for the first time, judging whether configuration data exists locally or not; wherein the configuration data is configuration data related to privacy rights declaration;
when no network signal exists, judging whether configuration data exists locally;
when configuration data locally exist, outputting prompt information in a corresponding preset form according to a network state or according to the network state and the starting times, wherein the prompt information comprises privacy permission statement;
and when a determining instruction corresponding to the prompt information is received, starting the target application program based on the determining instruction.
2. The method as recited in claim 1, further comprising:
when the target application program is not started for the first time, judging whether the privacy right statement is updated or not;
and when the privacy right statement is updated, outputting prompt information in a corresponding preset form according to the network state and the starting times.
3. The method as recited in claim 2, further comprising:
and starting the target application program when the privacy right statement is not updated.
4. The method as recited in claim 1, further comprising:
and when a cancel instruction corresponding to the prompt information is received, executing a preset operation based on the cancel instruction.
5. The method according to claim 1, wherein the outputting the prompt message in a corresponding preset form according to the network status or according to the network status and the number of starts includes:
when no network signal exists, outputting the prompt information in a local htm l form;
when a network signal exists and the target application program is started for the first time, outputting the prompt information in a cloud link mode.
6. The method of claim 1, wherein the launching the target application based on the determination instruction comprises:
acquiring a user login state;
reporting log information according to the user login state;
and displaying the first screen of the target application program.
7. An application launch device comprising:
the receiving module is used for receiving an operation instruction of a target application program, wherein the operation instruction is used for starting the target application program;
the first judging module is used for judging whether a network signal exists or not;
the second judging module is used for judging whether the target application program is started for the first time or not when the network signal exists;
the third judging module is used for judging whether the configuration data exists locally or not when the target application program is started for the first time, and judging whether the configuration data exists locally or not when no network signal exists; wherein the configuration data is configuration data related to privacy rights declaration;
the prompting module is used for outputting prompting information in a corresponding preset form according to the network state or according to the network state and the starting times when the configuration data locally exist, wherein the prompting information comprises privacy permission statement;
and the starting module is used for starting the target application program based on the determining instruction when receiving the determining instruction corresponding to the prompt information.
8. An electronic device, comprising:
a memory for storing a computer program;
a processor configured to perform the method of any one of claims 1 to 6.
9. A non-transitory electronic device-readable storage medium, comprising: program which, when run by an electronic device, causes the electronic device to perform the method of any one of claims 1 to 6.
CN202011595261.4A 2020-12-29 2020-12-29 Application program starting method, device, equipment and storage medium Active CN112596817B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011595261.4A CN112596817B (en) 2020-12-29 2020-12-29 Application program starting method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011595261.4A CN112596817B (en) 2020-12-29 2020-12-29 Application program starting method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112596817A CN112596817A (en) 2021-04-02
CN112596817B true CN112596817B (en) 2024-04-12

Family

ID=75203427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011595261.4A Active CN112596817B (en) 2020-12-29 2020-12-29 Application program starting method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112596817B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360195A (en) * 2021-06-07 2021-09-07 挂号网(杭州)科技有限公司 Protocol loading method and device, electronic equipment and storage medium
CN113343304A (en) * 2021-06-29 2021-09-03 挂号网(杭州)科技有限公司 Permission application method and device, electronic equipment and storage medium

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1711772A (en) * 2002-11-15 2005-12-21 皇家飞利浦电子股份有限公司 Usage data collection
US7748026B1 (en) * 2005-03-30 2010-06-29 Sprint Communications Company L.P. Transparent interceptors for privacy policy implementation
CN102447723A (en) * 2010-10-12 2012-05-09 运软网络科技(上海)有限公司 Client-side virtualization framework
CN102768715A (en) * 2011-04-30 2012-11-07 三星电子株式会社 Privacy and trends
CN102937963A (en) * 2011-09-22 2013-02-20 微软公司 Template and server content download using protocol handlers
CN103888540A (en) * 2014-03-31 2014-06-25 百度在线网络技术(北京)有限公司 Login information synchronization method, synchronized network servers and synchronizing network servers
CN104166498A (en) * 2014-07-08 2014-11-26 惠州Tcl移动通信有限公司 Method and mobile terminal for displaying user instruction book
EP2816774A1 (en) * 2013-06-17 2014-12-24 Alcatel Lucent System for enforcing privacy policies in a telecommunication network
CN105245499A (en) * 2015-08-31 2016-01-13 南京邮电大学 Cloud service privacy information exposure evidence obtaining method
EP3557500A1 (en) * 2018-04-20 2019-10-23 Facebook, Inc. Building customized user profiles based on conversational data
CN110865823A (en) * 2019-11-13 2020-03-06 北京小米移动软件有限公司 Pre-installed application control method, pre-installed application control device and storage medium
CN111752656A (en) * 2020-05-29 2020-10-09 维沃移动通信有限公司 Information display method and device, electronic equipment and storage medium
CN112131504A (en) * 2020-08-28 2020-12-25 长沙市到家悠享网络科技有限公司 Webpage editing and displaying method, device, equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003132160A (en) * 2001-10-23 2003-05-09 Nec Corp Personal information management system and device, and personal information management program
US20180330274A1 (en) * 2017-05-09 2018-11-15 Microsoft Technology Licensing, Llc Importing skills to a personal assistant service
US10740120B2 (en) * 2018-04-20 2020-08-11 Dell Products L.P. Dynamic user interface update generation

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1711772A (en) * 2002-11-15 2005-12-21 皇家飞利浦电子股份有限公司 Usage data collection
US7748026B1 (en) * 2005-03-30 2010-06-29 Sprint Communications Company L.P. Transparent interceptors for privacy policy implementation
CN102447723A (en) * 2010-10-12 2012-05-09 运软网络科技(上海)有限公司 Client-side virtualization framework
CN102768715A (en) * 2011-04-30 2012-11-07 三星电子株式会社 Privacy and trends
CN102937963A (en) * 2011-09-22 2013-02-20 微软公司 Template and server content download using protocol handlers
EP2816774A1 (en) * 2013-06-17 2014-12-24 Alcatel Lucent System for enforcing privacy policies in a telecommunication network
CN103888540A (en) * 2014-03-31 2014-06-25 百度在线网络技术(北京)有限公司 Login information synchronization method, synchronized network servers and synchronizing network servers
CN104166498A (en) * 2014-07-08 2014-11-26 惠州Tcl移动通信有限公司 Method and mobile terminal for displaying user instruction book
CN105245499A (en) * 2015-08-31 2016-01-13 南京邮电大学 Cloud service privacy information exposure evidence obtaining method
EP3557500A1 (en) * 2018-04-20 2019-10-23 Facebook, Inc. Building customized user profiles based on conversational data
CN110865823A (en) * 2019-11-13 2020-03-06 北京小米移动软件有限公司 Pre-installed application control method, pre-installed application control device and storage medium
CN111752656A (en) * 2020-05-29 2020-10-09 维沃移动通信有限公司 Information display method and device, electronic equipment and storage medium
CN112131504A (en) * 2020-08-28 2020-12-25 长沙市到家悠享网络科技有限公司 Webpage editing and displaying method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN112596817A (en) 2021-04-02

Similar Documents

Publication Publication Date Title
US9183606B1 (en) Trusted processing location within a graphics processing unit
US8484625B2 (en) Method and apparatus to vet an executable program using a model
US9613208B1 (en) Trusted security zone enhanced with trusted hardware drivers
CN106682497B (en) The system and method for secure execution code under supervisor mode
US9021244B2 (en) Secure boot administration in a Unified Extensible Firmware Interface (UEFI)-compliant computing device
US20130086684A1 (en) Contextual virtual machines for application quarantine and assessment method and system
US9122893B1 (en) Trusted platform module switching
US10599419B2 (en) Secure firmware updates using virtual machines to validate firmware packages
CN112596817B (en) Application program starting method, device, equipment and storage medium
US9710652B1 (en) Verifying boot process of electronic device
US20160205115A1 (en) Managed software remediation
Husted et al. Smartphone security limitations: conflicting traditions
EP3547189A1 (en) Method for runtime mitigation of software and firmware code weaknesses
US9565168B1 (en) System and method of a trusted computing operation mode
US11165780B2 (en) Systems and methods to secure publicly-hosted cloud applications to run only within the context of a trusted client application
EP3084672B1 (en) Protection system including machine learning snapshot evaluation
CN111552973A (en) Method and device for risk assessment of equipment, electronic equipment and medium
US20200372156A1 (en) Bios method to block compromised preboot features
US9830217B2 (en) Selective block-based integrity protection techniques
US10650159B1 (en) Electronic device security through boot cycles
US9535715B2 (en) Booting from a trusted network image
US10853307B2 (en) System and method for a host application to access and verify contents within non-volatile storage of an information handling system
CN106687978B (en) Computing device and method for suppression of stack disruption utilization
CN110192195B (en) System, method and computer storage medium for secure data access
CN110363011B (en) Method and apparatus for verifying security of UEFI-based BIOS

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