CN113434847B - Privacy module processing method and device of application program, electronic equipment and medium - Google Patents

Privacy module processing method and device of application program, electronic equipment and medium Download PDF

Info

Publication number
CN113434847B
CN113434847B CN202110711078.4A CN202110711078A CN113434847B CN 113434847 B CN113434847 B CN 113434847B CN 202110711078 A CN202110711078 A CN 202110711078A CN 113434847 B CN113434847 B CN 113434847B
Authority
CN
China
Prior art keywords
target
page
security
privacy module
route
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
CN202110711078.4A
Other languages
Chinese (zh)
Other versions
CN113434847A (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.)
Shenzhen Saiante Technology Service Co Ltd
Original Assignee
Shenzhen Saiante Technology Service 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 Shenzhen Saiante Technology Service Co Ltd filed Critical Shenzhen Saiante Technology Service Co Ltd
Priority to CN202110711078.4A priority Critical patent/CN113434847B/en
Publication of CN113434847A publication Critical patent/CN113434847A/en
Application granted granted Critical
Publication of CN113434847B publication Critical patent/CN113434847B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to the technical field of artificial intelligence, and provides a privacy module processing method and device of an application program, electronic equipment and a medium, wherein the method comprises the following steps: generating a plurality of UI controls according to the page configuration file, and assembling to obtain a target page; assembling the target page in a RecycloView layout, and calling a corresponding page route when the UI control interface of the target privacy module in the RecycloView layout is called; when the target privacy module needs to be checked, determining target security check corresponding to the target privacy module, and executing the target security check; and unlocking the target privacy module after the target security check passes. According to the invention, the security unlocking parameters are set in the routing configuration information of the application program, the page configuration information is rapidly issued through the background configuration system when the page is dynamically configured, and reissue is not needed when security verification is changed or added, so that the issuing efficiency of the application program is improved.

Description

Privacy module processing method and device of application program, electronic equipment and medium
Technical Field
The invention relates to the technical field of artificial intelligence, in particular to a privacy module processing method and device of an application program, electronic equipment and a medium.
Background
Before the privacy module of the application program is accessed, whether the user can enter the access or not needs to be checked by inputting a password, a gesture or a fingerprint through a security unlocking page, and at present, after the traditional application program is released, the security unlocking verification of the privacy module is fixed, and the dynamic configuration of a module entry cannot be supported to increase the security check or cancel the security check, so that the security check efficiency of the privacy module is low.
In addition, the newly added security check needs to redevelop and release the new version application program, and the user needs to redevelop and release the new version application program and then can experience new functions, so that the release efficiency of the application program is low.
Disclosure of Invention
In view of the foregoing, it is necessary to provide a method, an apparatus, an electronic device, and a medium for processing a privacy module of an application program, where by setting a security unlocking parameter in routing configuration information of the application program, when a page is dynamically configured, the page configuration information is rapidly issued through a background configuration system, and when security verification is changed or added, reissue is not required, thereby improving the issuing efficiency of the application program.
A first aspect of the present invention provides a privacy module processing method of an application program, the method including:
Receiving a page configuration file, generating a plurality of UI controls according to the page configuration file, and assembling the plurality of UI controls to obtain a target page;
assembling the target page in a RecyclerView layout, and monitoring whether a UI control interface of a target privacy module in the RecyclerView layout is called or not;
when the UI control interface of the target privacy module in the RecycloerView layout is monitored to be called, calling a corresponding page route through the UI control interface;
judging whether the target privacy module needs security verification according to the route configuration information of the page route;
when the target privacy module needs to be subjected to safety verification, determining target safety verification corresponding to the target privacy module, and executing the target safety verification;
and unlocking the target privacy module after the target security check passes.
Optionally, the determining whether the target privacy module needs security verification according to the routing configuration information of the page route includes:
analyzing the page route to obtain a page identification code;
acquiring preset route configuration information corresponding to the target privacy module according to the page identification code;
Determining a regular expression matched with the preset route configuration information in a preset regular library;
identifying a security unlocking parameter in the route configuration information of the page route by adopting the regular expression;
when the security unlocking parameters are identified in the routing configuration information of the page route, determining that the target privacy module needs security verification; or alternatively
And when the security unlocking parameter is not identified in the routing configuration information of the page route, determining that the target privacy module does not need security verification.
Optionally, the determining the target security check corresponding to the target privacy module includes:
acquiring a security unlocking parameter from configuration information of a page route corresponding to the target privacy module;
selecting at least one security check in a built-in system of an application program according to the security unlocking parameters;
and determining the at least one security check as a target security check corresponding to the target privacy module.
Optionally, the generating a plurality of UI controls according to the page configuration file includes:
identifying a configuration mode interface of the page configuration file;
and calling a corresponding reading strategy through the configuration mode interface, and automatically reading the page configuration file according to the reading strategy to generate a plurality of UI controls, wherein each UI control comprises position coordinates and element attributes.
Optionally, the assembling the plurality of UI controls, obtaining the target page includes:
determining a target control template from control templates built in a system according to the plurality of UI controls;
assembling the plurality of UI controls into a list according to the position coordinate sequence of the plurality of UI controls;
and sequentially calling the rendering flow of each UI control from the queue head of the list, acquiring the HTML code rendered by each UI control, and loading the HTML code of each UI control to the position coordinate corresponding to the target control template to obtain a target page.
Optionally, the assembling the target page in the recurrerView layout includes:
initializing a layout manager and determining the grid number and the longitudinal layout direction of the target page;
acquiring a plurality of UI controls corresponding to the RecycloerView list, and converting the plurality of UI controls into a data list;
sequentially sending each UI control in the data list to a corresponding target adapter, receiving the element attribute of each UI control reported by the target adapter, and rendering the corresponding UI control according to the element attribute of each UI control;
and after the plurality of UI controls in the data list are rendered, the RecyclerView lays out the rendered plurality of UI controls according to the grid number and the longitudinal layout direction of the target page.
Optionally, the method further comprises:
when the security check of the first privacy module needs to be changed, acquiring a changed first security unlocking parameter corresponding to the first privacy module, calling a corresponding page route through a UI control interface corresponding to the first privacy module, and changing the security unlocking parameter in route configuration information of the page route into the first security unlocking parameter; or alternatively
When security verification is required to be added in the second privacy module, a second security unlocking parameter required to be added by the second privacy module is obtained, a corresponding page route is called through a UI control interface corresponding to the second privacy module, and the second security unlocking parameter is added into route configuration information of the page route.
A second aspect of the present invention provides a privacy module processing apparatus of an application program, the apparatus comprising:
the assembly module is used for receiving the page configuration file, generating a plurality of UI controls according to the page configuration file, and assembling the plurality of UI controls to obtain a target page;
the monitoring module is used for assembling the target page in a RecycloerView layout and monitoring whether a UI control interface of a target privacy module in the RecycloerView layout is called or not;
The calling module is used for calling a corresponding page route through the UI control interface when the UI control interface of the target privacy module in the RecycloView layout is monitored to be called;
the judging module is used for judging whether the target privacy module needs safety verification according to the route configuration information of the page route;
the determining module is used for determining target security verification corresponding to the target privacy module and executing the target security verification when the target privacy module needs the security verification;
and the unlocking module is used for unlocking the target privacy module after the target security check passes.
A third aspect of the present invention provides an electronic device comprising a processor and a memory, the processor being configured to implement a privacy module processing method of the application program when executing a computer program stored in the memory.
A fourth aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the privacy module processing method of the application program.
In summary, according to the method, the device, the electronic equipment and the medium for processing the privacy module of the application program, on one hand, when the target privacy module is determined to need security verification according to the route configuration information of the page route, the target security verification corresponding to the target privacy module is determined, and the target security verification is executed, and by setting the security unlocking parameter in the route configuration information of the page route of the application program, the page configuration information can be rapidly issued through a background configuration system when the page is dynamically configured, the security verification is changed or added to the privacy module in the application program, the efficiency of the security verification is improved, and meanwhile, the security verification is changed or added in the application program without reissuing, so that the issuing efficiency of the application program is improved, and the user experience is enhanced. On the other hand, the target page is assembled in the RecycloerView layout, whether the UI control interface of the target privacy module in the RecycloerView layout is called or not is monitored, the UI control interfaces of a plurality of privacy modules of the whole target page can be intuitively displayed by assembling the target page in the RecycloerView layout, the user is assisted in quickly determining the entrance of the privacy module, and the access efficiency of the privacy module is improved; finally, when the security check in the privacy module is changed or added, the security unlocking parameters in the route configuration information in the page route are changed or added by directly calling the page route of the UI control interface corresponding to the first privacy module or the second privacy module, so that a security access guarantee can be added for a new privacy module or an original privacy module at any time, and the security of an application program is improved.
Drawings
Fig. 1 is a flowchart of a method for processing a privacy module of an application according to an embodiment of the present invention.
Fig. 2 is a block diagram of a privacy module processing apparatus for an application according to a second embodiment of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
In order that the above-recited objects, features and advantages of the present invention will be more clearly understood, a more particular description of the invention will be rendered by reference to specific embodiments thereof which are illustrated in the appended drawings. It should be noted that, without conflict, the embodiments of the present invention and features in the embodiments may be combined with each other.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used herein in the description of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
Example 1
Fig. 1 is a flowchart of a method for processing a privacy module of an application according to an embodiment of the present invention.
In this embodiment, the method for processing the privacy module of the application program may be applied to an electronic device, and for an electronic device that needs to perform processing of the privacy module of the application program, the function of processing the privacy module of the application program provided by the method of the present invention may be directly integrated on the electronic device, or may be run in the electronic device in the form of a software development kit (Software Development Kit, SDK).
As shown in fig. 1, the method for processing the privacy module of the application program specifically includes the following steps, and the order of the steps in the flowchart may be changed according to different requirements, and some may be omitted.
S11, receiving a page configuration file, generating a plurality of UI controls according to the page configuration file, and assembling the plurality of UI controls to obtain a target page.
In this embodiment, when processing the privacy module of the application program, the server side issues a page configuration file corresponding to the privacy module to the client side, where the client side is configured to receive the page configuration file, specifically, the server side may be an operation background configuration system, the client side may be a smart phone, an IPAD or other existing smart devices, the page configuration file is a JSON file, and the operation background configuration system may increase the demand of the service on the page or replace the page configuration file corresponding to the original page of the application program, assemble the page configuration file into a target page, and store the target page in the background database.
In this embodiment, the page configuration file includes a format of a page, a position coordinate of each element in the page, and an element attribute of each element, for example, the element attribute may include a size of an element, whether the element belongs to a picture or text, a color of the element, and other attributes.
In an alternative embodiment, the generating the plurality of UI controls from the page profile includes:
identifying a configuration mode interface of the page configuration file;
and calling a corresponding reading strategy through the configuration mode interface, and automatically reading the page configuration file according to the reading strategy to generate a plurality of UI controls, wherein each UI control comprises position coordinates and element attributes.
In this embodiment, each configuration mode interface corresponds to a reading policy, specifically, the reading policy is that a page configuration file in a corresponding format is read, a configuration file of the same page can be read through the configuration mode interface, and multiple UI controls are generated according to the read configuration file.
In an optional embodiment, the assembling the plurality of UI controls, obtaining the target page includes:
determining a target control template from control templates built in a system according to the plurality of UI controls;
assembling the plurality of UI controls into a list according to the position coordinate sequence of the plurality of UI controls;
and sequentially calling the rendering flow of each UI control from the queue head of the list, acquiring the HTML code rendered by each UI control, and loading the HTML code of each UI control to the position coordinate corresponding to the target control template to obtain a target page.
In this embodiment, a preset control template is stored in the system of the application program, where the preset control template may be a control template customized by a user, or may set required data for a UI control, and different display effects may be presented through a free combination of control templates of the UI control.
In this embodiment, the target control template is determined according to the plurality of UI controls, each UI control is sequentially rendered to obtain HTML codes, and the HTML codes of each UI control are loaded into the target control template to obtain a target page.
And S12, assembling the target page in a RecycloerView layout, and monitoring whether a UI control interface of a target privacy module in the RecycloerView layout is called.
In this embodiment, the recurvview is used to display the whole target page, and the target page is assembled in the recurvview layout, so that UI control interfaces of a plurality of privacy modules of the whole target page can be intuitively displayed, the user is assisted in quickly determining the entry of the privacy module, and the access efficiency of the privacy module is improved.
In an alternative embodiment, the assembling the target page within the recurview layout includes:
initializing a layout manager and determining the grid number and the longitudinal layout direction of the target page;
acquiring a plurality of UI controls corresponding to the RecycloerView list, and converting the plurality of UI controls into a data list;
sequentially sending each UI control in the data list to a corresponding target adapter, receiving the element attribute of each UI control reported by the target adapter, and rendering the corresponding UI control according to the element attribute of each UI control;
and after the plurality of UI controls in the data list are rendered, the RecyclerView lays out the rendered plurality of UI controls according to the grid number and the longitudinal layout direction of the target page.
In this embodiment, the layout operation may be performed by the layout manager, specifically, the layout manager is initialized by the recurview, the target page is parsed to obtain layout information of the target page, the grid number and the longitudinal layout direction of the target page are determined according to the layout information, and the recurview performs layout on the rendered plurality of UI controls according to the grid number and the longitudinal layout direction of the target page.
S13, when the UI control interface of the target privacy module in the RecycloView layout is monitored to be called, calling a corresponding page route through the UI control interface.
In this embodiment, the page routes corresponding to the UI control interfaces of different privacy modules are different, and it may be determined whether the privacy modules may need to be accessed by monitoring whether the UI control interfaces of the privacy modules are called, so as to ensure privacy security in the privacy modules in the application program, call the corresponding page routes through the UI control interfaces corresponding to the accessed privacy modules, and determine whether the target privacy modules need security verification according to route configuration information in the page routes, so as to ensure security of the target privacy modules.
S14, judging whether the target privacy module needs security verification according to the route configuration information of the page route.
In this embodiment, the security check is to prevent the data of the privacy module in the application program from being revealed or stolen, set a security unlocking parameter in the privacy module that needs to be checked, determine whether to perform security check on the privacy module according to the determination result by determining whether the routing configuration information corresponding to the privacy module includes the security unlocking parameter.
In an optional embodiment, the determining, according to the routing configuration information of the page route, whether the target privacy module needs security verification includes:
analyzing the page route to obtain a page identification code;
acquiring preset route configuration information corresponding to the target privacy module according to the page identification code;
determining a regular expression matched with the preset route configuration information in a preset regular library;
identifying a security unlocking parameter in the route configuration information of the page route by adopting the regular expression;
when the security unlocking parameters are identified in the routing configuration information of the page route, determining that the target privacy module needs security verification; or alternatively
And when the security unlocking parameter is not identified in the routing configuration information of the page route, determining that the target privacy module does not need security verification.
Further, the method further comprises:
and directly entering the target privacy module when the target privacy module is determined to not need security verification.
In this embodiment, the preset routing configuration information corresponding to different privacy modules is different, so that whether the corresponding privacy module needs to perform security check or not can be quickly determined according to the preset routing configuration information corresponding to the privacy module, and the checking efficiency of the security check is improved.
In this embodiment, the page route includes a page identifier, where the page identifier is used to uniquely identify a privacy module in the page, determine preset route configuration information corresponding to the privacy module according to the page identifier, determine a corresponding regular expression from a preset regular library according to the preset route configuration information, identify a security unlocking parameter in the route configuration information by using the corresponding regular expression, determine whether the privacy module needs to perform security check according to the security unlocking parameter, and perform security check on the privacy module when the security unlocking parameter is included in the route configuration information, thereby improving security check efficiency of the privacy module.
Specifically, the security unlocking parameters may include gesture security operation parameters, face feature parameters, fingerprint feature parameters, voiceprint feature parameters, and the like.
And S15, when the target privacy module needs to be subjected to security verification, determining target security verification corresponding to the target privacy module, and executing the target security verification.
In this embodiment, the target privacy module may correspond to one or more security checks, and the one or more security checks are determined to be the target security check corresponding to the target privacy module.
In this embodiment, before performing the target security check, the method further includes:
and judging whether the target safety check meets the preset safety check requirement.
Specifically, the preset security check requirement may include any one or more of the following combinations: whether to execute security check when selecting to start the application program; or, whether the security check is performed for accessing the privacy module; or whether the preset period is satisfied, and executing the security check, wherein the preset period can be the life period of each access or application program.
In an optional embodiment, the determining the target security check corresponding to the target privacy module includes:
acquiring a security unlocking parameter from configuration information of a page route corresponding to the target privacy module;
selecting at least one security check in a built-in system of an application program according to the security unlocking parameters;
and determining the at least one security check as a target security check corresponding to the target privacy module.
In this embodiment, the security check may include fingerprint check, face recognition, gesture password, voiceprint recognition, and other security checks, where the built-in system of the application program includes a fingerprint system module and a gesture password module, and at least one security check is selected according to the security unlocking parameter, for example, fingerprint check is performed by controlling the fingerprint system module; and selecting and controlling the gesture password module to check the gesture password.
In the embodiment, the security unlocking parameter is set in the route configuration information of the page route of the application program, and the page configuration information can be rapidly issued through the background configuration system when the page is dynamically configured, so that the security verification efficiency is improved by changing or adding the security verification to the privacy module in the application program, and the release efficiency of the application program is improved and the user experience is enhanced by changing or adding the security verification to the application program without reissuing.
S16, unlocking the target privacy module after the target security check passes.
In this embodiment, by executing the target security check, whether to unlock the target privacy module is determined according to an execution result, thereby ensuring the security of the target privacy module.
Further, the method further comprises:
and returning to the home page of the application program when the target security check fails.
In other alternative embodiments, the method further comprises:
when the security check of the first privacy module needs to be changed, a changed first security unlocking parameter corresponding to the first privacy module is obtained, a corresponding page route is called through a UI control interface corresponding to the first privacy module, and the security unlocking parameter in route configuration information of the page route is changed into the first security unlocking parameter.
In other alternative embodiments, the method further comprises:
when security verification is required to be added in the second privacy module, a second security unlocking parameter required to be added by the second privacy module is obtained, a corresponding page route is called through a UI control interface corresponding to the second privacy module, and the second security unlocking parameter is added into route configuration information of the page route.
In this embodiment, by directly calling the page route of the UI control interface corresponding to the first privacy module or the second privacy module, the security unlocking parameter in the route configuration information in the page route is changed or added, so that a security access guarantee can be added for a new privacy module or an original privacy module at any time, and the security of the application program is improved.
In summary, according to the method for processing the privacy module of the application program in the embodiment, on one hand, when it is determined that the target privacy module needs to be checked for security according to the route configuration information of the page route, the target security check corresponding to the target privacy module is determined, and the target security check is executed, and by setting the security unlocking parameter in the route configuration information of the page route of the application program, the page configuration information can be rapidly issued by the background configuration system when the page is dynamically configured, so that the security check is changed or added to the privacy module in the application program, the efficiency of the security check is improved, and meanwhile, the security check is changed or added in the application program without reissuing, the issuing efficiency of the application program is improved, and the user experience is enhanced; on the other hand, the target page is assembled in the RecycloerView layout, whether the UI control interface of the target privacy module in the RecycloerView layout is called or not is monitored, the UI control interfaces of a plurality of privacy modules of the whole target page can be intuitively displayed by assembling the target page in the RecycloerView layout, the user is assisted in quickly determining the entrance of the privacy module, and the access efficiency of the privacy module is improved; finally, when the security check in the privacy module is changed or added, the security unlocking parameters in the route configuration information in the page route are changed or added by directly calling the page route of the UI control interface corresponding to the first privacy module or the second privacy module, so that a security access guarantee can be added for a new privacy module or an original privacy module at any time, and the security of an application program is improved.
Example two
Fig. 2 is a block diagram of a privacy module processing apparatus for an application according to a second embodiment of the present invention.
In some embodiments, the privacy module processing means 20 of the application program may include a plurality of functional modules composed of program code segments. Program code for each program segment in the privacy module processing means 20 of the application program may be stored in a memory of the electronic device and executed by the at least one processor to perform (see fig. 1 for details) the functions of privacy module processing of the application program.
In this embodiment, the privacy module processing means 20 of the application program may be divided into a plurality of functional modules according to the functions performed by the privacy module processing means. The functional module may include: the system comprises an assembly module 201, a monitoring module 202, a calling module 203, a judging module 204, a determining module 205, an unlocking module 206 and a returning module 207. The module referred to herein is a series of computer readable instructions capable of being executed by at least one processor and of performing a fixed function, stored in a memory. In the present embodiment, the functions of the respective modules will be described in detail in the following embodiments.
And the assembly module 201 is configured to receive a page configuration file, generate a plurality of UI controls according to the page configuration file, and assemble the plurality of UI controls to obtain a target page.
In this embodiment, when processing the privacy module of the application program, the server side issues a page configuration file corresponding to the privacy module to the client side, where the client side is configured to receive the page configuration file, specifically, the server side may be an operation background configuration system, the client side may be a smart phone, an IPAD or other existing smart devices, the page configuration file is a JSON file, and the operation background configuration system may increase the demand of the service on the page or replace the page configuration file corresponding to the original page of the application program, assemble the page configuration file into a target page, and store the target page in the background database.
In this embodiment, the page configuration file includes a format of a page, a position coordinate of each element in the page, and an element attribute of each element, for example, the element attribute may include a size of an element, whether the element belongs to a picture or text, a color of the element, and other attributes.
In an alternative embodiment, the assembly module 201 generating a plurality of UI controls from the page profile includes:
Identifying a configuration mode interface of the page configuration file;
and calling a corresponding reading strategy through the configuration mode interface, and automatically reading the page configuration file according to the reading strategy to generate a plurality of UI controls, wherein each UI control comprises position coordinates and element attributes.
In this embodiment, each configuration mode interface corresponds to a reading policy, specifically, the reading policy is that a page configuration file in a corresponding format is read, a configuration file of the same page can be read through the configuration mode interface, and multiple UI controls are generated according to the read configuration file.
In an alternative embodiment, the assembling module 201 assembles the plurality of UI controls to obtain the target page includes:
determining a target control template from control templates built in a system according to the plurality of UI controls;
assembling the plurality of UI controls into a list according to the position coordinate sequence of the plurality of UI controls;
and sequentially calling the rendering flow of each UI control from the queue head of the list, acquiring the HTML code rendered by each UI control, and loading the HTML code of each UI control to the position coordinate corresponding to the target control template to obtain a target page.
In this embodiment, a preset control template is stored in the system of the application program, where the preset control template may be a control template customized by a user, or may set required data for a UI control, and different display effects may be presented through a free combination of control templates of the UI control.
In this embodiment, the target control template is determined according to the plurality of UI controls, each UI control is sequentially rendered to obtain HTML codes, and the HTML codes of each UI control are loaded into the target control template to obtain a target page.
And the monitoring module 202 is used for assembling the target page in the RecycloerView layout and monitoring whether the UI control interface of the target privacy module in the RecycloerView layout is called.
In this embodiment, the recurvview is used to display the whole target page, and the target page is assembled in the recurvview layout, so that UI control interfaces of a plurality of privacy modules of the whole target page can be intuitively displayed, the user is assisted in quickly determining the entry of the privacy module, and the access efficiency of the privacy module is improved.
In an alternative embodiment, the monitor module 202 assembles the target page within a RecyclorView layout comprising:
initializing a layout manager and determining the grid number and the longitudinal layout direction of the target page;
acquiring a plurality of UI controls corresponding to the RecycloerView list, and converting the plurality of UI controls into a data list;
sequentially sending each UI control in the data list to a corresponding target adapter, receiving the element attribute of each UI control reported by the target adapter, and rendering the corresponding UI control according to the element attribute of each UI control;
and after the plurality of UI controls in the data list are rendered, the RecyclerView lays out the rendered plurality of UI controls according to the grid number and the longitudinal layout direction of the target page.
In this embodiment, the layout operation may be performed by the layout manager, specifically, the layout manager is initialized by the recurview, the target page is parsed to obtain layout information of the target page, the grid number and the longitudinal layout direction of the target page are determined according to the layout information, and the recurview performs layout on the rendered plurality of UI controls according to the grid number and the longitudinal layout direction of the target page.
And the calling module 203 is configured to call a corresponding page route through the UI control interface when it is monitored that the UI control interface of the target privacy module in the recurrerpview layout is called.
In this embodiment, the page routes corresponding to the UI control interfaces of different privacy modules are different, and it may be determined whether the privacy modules may need to be accessed by monitoring whether the UI control interfaces of the privacy modules are called, so as to ensure privacy security in the privacy modules in the application program, call the corresponding page routes through the UI control interfaces corresponding to the accessed privacy modules, and determine whether the target privacy modules need security verification according to route configuration information in the page routes, so as to ensure security of the target privacy modules.
And the judging module 204 is configured to judge whether the target privacy module needs security verification according to the route configuration information of the page route.
In this embodiment, the security check is to prevent the data of the privacy module in the application program from being revealed or stolen, set a security unlocking parameter in the privacy module that needs to be checked, determine whether to perform security check on the privacy module according to the determination result by determining whether the routing configuration information corresponding to the privacy module includes the security unlocking parameter.
In an alternative embodiment, the determining module 204 determines whether the target privacy module needs security verification according to the routing configuration information of the page route includes:
analyzing the page route to obtain a page identification code;
acquiring preset route configuration information corresponding to the target privacy module according to the page identification code;
determining a regular expression matched with the preset route configuration information in a preset regular library;
identifying a security unlocking parameter in the route configuration information of the page route by adopting the regular expression;
when the security unlocking parameters are identified in the routing configuration information of the page route, determining that the target privacy module needs security verification; or alternatively
And when the security unlocking parameter is not identified in the routing configuration information of the page route, determining that the target privacy module does not need security verification.
Further, when it is determined that the target privacy module does not require security verification, the target privacy module is directly entered.
In this embodiment, the preset routing configuration information corresponding to different privacy modules is different, so that whether the corresponding privacy module needs to perform security check or not can be quickly determined according to the preset routing configuration information corresponding to the privacy module, and the checking efficiency of the security check is improved.
In this embodiment, the page route includes a page identifier, where the page identifier is used to uniquely identify a privacy module in the page, determine preset route configuration information corresponding to the privacy module according to the page identifier, determine a corresponding regular expression from a preset regular library according to the preset route configuration information, identify a security unlocking parameter in the route configuration information by using the corresponding regular expression, determine whether the privacy module needs to perform security check according to the security unlocking parameter, and perform security check on the privacy module when the security unlocking parameter is included in the route configuration information, thereby improving security check efficiency of the privacy module.
Specifically, the security unlocking parameters may include gesture security operation parameters, face feature parameters, fingerprint feature parameters, voiceprint feature parameters, and the like.
And the determining module 205 is configured to determine, when the target privacy module needs security verification, a target security verification corresponding to the target privacy module, and execute the target security verification.
In this embodiment, the target privacy module may correspond to one or more security checks, and the one or more security checks are determined to be the target security check corresponding to the target privacy module.
In this embodiment, before the target security check is executed, it is determined whether the target security check meets a preset security check requirement.
Specifically, the preset security check requirement may include any one or more of the following combinations: whether to execute security check when selecting to start the application program; or, whether the security check is performed for accessing the privacy module; or whether the preset period is satisfied, and executing the security check, wherein the preset period can be the life period of each access or application program.
In an alternative embodiment, the determining module 205 determines the target security check corresponding to the target privacy module includes:
acquiring a security unlocking parameter from configuration information of a page route corresponding to the target privacy module;
selecting at least one security check in a built-in system of an application program according to the security unlocking parameters;
and determining the at least one security check as a target security check corresponding to the target privacy module.
In this embodiment, the security check may include fingerprint check, face recognition, gesture password, voiceprint recognition, and other security checks, where the built-in system of the application program includes a fingerprint system module and a gesture password module, and at least one security check is selected according to the security unlocking parameter, for example, fingerprint check is performed by controlling the fingerprint system module; and selecting and controlling the gesture password module to check the gesture password.
In the embodiment, the security unlocking parameter is set in the route configuration information of the page route of the application program, and the page configuration information can be rapidly issued through the background configuration system when the page is dynamically configured, so that the security verification efficiency is improved by changing or adding the security verification to the privacy module in the application program, and the release efficiency of the application program is improved and the user experience is enhanced by changing or adding the security verification to the application program without reissuing.
And the unlocking module 206 is used for unlocking the target privacy module after the target security check passes.
In this embodiment, by executing the target security check, whether to unlock the target privacy module is determined according to an execution result, thereby ensuring the security of the target privacy module.
Further, a return module 207 is configured to return to the home page of the application program when the target security check fails.
In other optional embodiments, when the security check of the first privacy module needs to be changed, a changed first security unlocking parameter corresponding to the first privacy module is obtained, a corresponding page route is called through a UI control interface corresponding to the first privacy module, and the security unlocking parameter in the route configuration information of the page route is changed into the first security unlocking parameter.
In other optional embodiments, when a security check needs to be added in the second privacy module, a second security unlocking parameter, which needs to be added in the second privacy module, is acquired, a corresponding page route is called through a UI control interface corresponding to the second privacy module, and the second security unlocking parameter is added in route configuration information of the page route.
In this embodiment, by directly calling the page route of the UI control interface corresponding to the first privacy module or the second privacy module, the security unlocking parameter in the route configuration information in the page route is changed or added, so that a security access guarantee can be added for a new privacy module or an original privacy module at any time, and the security of the application program is improved.
In summary, in the privacy module processing device of an application program according to the embodiment, on one hand, when it is determined that the target privacy module needs to be checked for security according to the route configuration information of the page route, the target security check corresponding to the target privacy module is determined, and the target security check is executed, and by setting the security unlocking parameter in the route configuration information of the page route of the application program, the page configuration information can be quickly issued by the background configuration system when the page is dynamically configured, so that the security check is changed or added to the privacy module in the application program, the efficiency of the security check is improved, and meanwhile, the security check is changed or added in the application program without reissuing, the issuing efficiency of the application program is improved, and the user experience is enhanced; on the other hand, the target page is assembled in the RecycloerView layout, whether the UI control interface of the target privacy module in the RecycloerView layout is called or not is monitored, the UI control interfaces of a plurality of privacy modules of the whole target page can be intuitively displayed by assembling the target page in the RecycloerView layout, the user is assisted in quickly determining the entrance of the privacy module, and the access efficiency of the privacy module is improved; finally, when the security check in the privacy module is changed or added, the security unlocking parameters in the route configuration information in the page route are changed or added by directly calling the page route of the UI control interface corresponding to the first privacy module or the second privacy module, so that a security access guarantee can be added for a new privacy module or an original privacy module at any time, and the security of an application program is improved.
Example III
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention. In the preferred embodiment of the invention, the electronic device 3 comprises a memory 31, at least one processor 32, at least one communication bus 33 and a transceiver 34.
It will be appreciated by those skilled in the art that the configuration of the electronic device shown in fig. 3 is not limiting of the embodiments of the present invention, and that either a bus-type configuration or a star-type configuration is possible, and that the electronic device 3 may also include more or less other hardware or software than that shown, or a different arrangement of components.
In some embodiments, the electronic device 3 is an electronic device capable of automatically performing numerical calculation and/or information processing according to a preset or stored instruction, and its hardware includes, but is not limited to, a microprocessor, an application specific integrated circuit, a programmable gate array, a digital processor, an embedded device, and the like. The electronic device 3 may further include a client device, where the client device includes, but is not limited to, any electronic product that can interact with a client by way of a keyboard, a mouse, a remote control, a touch pad, or a voice control device, such as a personal computer, a tablet computer, a smart phone, a digital camera, etc.
It should be noted that the electronic device 3 is only used as an example, and other electronic products that may be present in the present invention or may be present in the future are also included in the scope of the present invention by way of reference.
In some embodiments, the memory 31 is used to store program codes and various data, such as the privacy module processing means 20 of the application program installed in the electronic device 3, and to implement high-speed, automatic access to the program or data during operation of the electronic device 3. The Memory 31 includes Read-Only Memory (ROM), programmable Read-Only Memory (PROM), erasable programmable Read-Only Memory (EPROM), one-time programmable Read-Only Memory (One-time Programmable Read-Only Memory, OTPROM), electrically erasable rewritable Read-Only Memory (EEPROM), compact disc Read-Only Memory (Compact Disc Read-Only Memory, CD-ROM) or other optical disc Memory, magnetic tape Memory, or any other medium that can be used for computer-readable carrying or storing data.
In some embodiments, the at least one processor 32 may be comprised of an integrated circuit, for example, a single packaged integrated circuit, or may be comprised of multiple integrated circuits packaged with the same or different functions, including one or more central processing units (Central Processing unit, CPU), microprocessors, digital processing chips, graphics processors, combinations of various control chips, and the like. The at least one processor 32 is a Control Unit (Control Unit) of the electronic device 3, connects the respective components of the entire electronic device 3 using various interfaces and lines, and executes various functions of the electronic device 3 and processes data by running or executing programs or modules stored in the memory 31 and calling data stored in the memory 31.
In some embodiments, the at least one communication bus 33 is arranged to enable connected communication between the memory 31 and the at least one processor 32 or the like.
Although not shown, the electronic device 3 may further include a power source (such as a battery) for powering the various components, and optionally, the power source may be logically connected to the at least one processor 32 via a power management device, thereby implementing functions such as managing charging, discharging, and power consumption by the power management device. The power supply may also include one or more of any of a direct current or alternating current power supply, recharging device, power failure detection circuit, power converter or inverter, power status indicator, etc. The electronic device 3 may further include various sensors, bluetooth modules, wi-Fi modules, etc., which will not be described herein.
It should be understood that the embodiments described are for illustrative purposes only and are not limited to this configuration in the scope of the patent application.
The integrated units implemented in the form of software functional modules described above may be stored in a computer readable storage medium. The software functional modules described above are stored in a storage medium and include instructions for causing a computer device (which may be a personal computer, an electronic device, or a network device, etc.) or a processor (processor) to perform portions of the methods described in the various embodiments of the invention.
In a further embodiment, in connection with fig. 2, the at least one processor 32 may execute the operating device of the electronic device 3 and various installed applications (e.g., the privacy module processing device 20 of the application), program code, etc., such as the various modules described above.
The memory 31 has program code stored therein, and the at least one processor 32 can invoke the program code stored in the memory 31 to perform related functions. For example, each of the modules depicted in fig. 2 is a program code stored in the memory 31 and executed by the at least one processor 32 to perform the functions of the respective modules for the purpose of privacy module processing of an application.
Illustratively, the program code may be partitioned into one or more modules/units that are stored in the memory 31 and executed by the processor 32 to perform the present application. The one or more modules/units may be a series of computer readable instruction segments capable of performing the specified functions, which instruction segments describe the execution of the program code in the electronic device 3. For example, the program code may be divided into an assembly module 201, a monitoring module 202, a calling module 203, a judging module 204, a determining module 205, an unlocking module 206, and a returning module 207.
In one embodiment of the application, the memory 31 stores a plurality of computer readable instructions that are executed by the at least one processor 32 to perform the functions of privacy module processing of an application.
Specifically, the specific implementation method of the above instruction by the at least one processor 32 may refer to the description of the relevant steps in the corresponding embodiment of fig. 1, which is not repeated herein.
In the several embodiments provided by the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is merely a logical function division, and there may be other manners of division when actually implemented.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical units, may be located in one place, or may be distributed over multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional module in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units can be realized in a form of hardware or a form of hardware and a form of software functional modules.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it will be obvious that the term "comprising" does not exclude other elements or that the singular does not exclude a plurality. The units or means stated in the invention may also be implemented by one unit or means, either by software or hardware. The terms first, second, etc. are used to denote a name, but not any particular order.
Finally, it should be noted that the above-mentioned embodiments are merely for illustrating the technical solution of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications and equivalents may be made to the technical solution of the present invention without departing from the spirit and scope of the technical solution of the present invention.

Claims (10)

1. A privacy module processing method of an application program, applied to a client, the method comprising:
receiving a page configuration file, generating a plurality of UI controls according to the page configuration file, and assembling the plurality of UI controls to obtain a target page;
assembling the target page in a RecyclerView layout, and monitoring whether a UI control interface of a target privacy module in the RecyclerView layout is called or not;
when the UI control interface of the target privacy module in the RecycloerView layout is monitored to be called, calling a corresponding page route through the UI control interface;
judging whether the target privacy module needs security verification according to the route configuration information of the page route, including judging whether the route configuration information corresponding to the target privacy module contains a security unlocking parameter; when the security unlocking parameters are identified in the route configuration information, determining that the target privacy module needs security verification; or when the security unlocking parameter is not identified in the route configuration information, determining that the target privacy module does not need security verification, wherein the security unlocking parameter at least comprises a gesture security operation parameter, a face characteristic parameter, a fingerprint characteristic parameter and a voiceprint characteristic parameter;
When the target privacy module needs security verification, determining target security verification corresponding to the target privacy module, and executing the target security verification, wherein before executing the target security verification, the method further comprises the steps of: judging whether the target security check meets a preset security check requirement or not, wherein the preset security check requirement at least comprises one or more of the following combinations: whether to execute the security check when selecting to start the application program, or whether to execute the security check when accessing the privacy module, or whether to execute the security check in a preset period, wherein the preset period comprises the life cycle of each access or application program;
and unlocking the target privacy module after the target security check passes.
2. The method for processing a privacy module of an application program according to claim 1, wherein the determining whether the target privacy module needs security check according to the routing configuration information of the page route comprises:
analyzing the page route to obtain a page identification code;
acquiring preset route configuration information corresponding to the target privacy module according to the page identification code;
determining a regular expression matched with the preset route configuration information in a preset regular library;
Identifying a security unlocking parameter in the route configuration information of the page route by adopting the regular expression;
when the security unlocking parameters are identified in the routing configuration information of the page route, determining that the target privacy module needs security verification; or alternatively
And when the security unlocking parameter is not identified in the routing configuration information of the page route, determining that the target privacy module does not need security verification.
3. The method for processing a privacy module of an application program according to claim 1, wherein determining a target security check corresponding to the target privacy module comprises:
acquiring a security unlocking parameter from configuration information of a page route corresponding to the target privacy module;
selecting at least one security check in a built-in system of an application program according to the security unlocking parameters;
and determining the at least one security check as a target security check corresponding to the target privacy module.
4. The method for processing a privacy module of an application program according to claim 1, wherein the generating a plurality of UI controls according to the page profile comprises:
identifying a configuration mode interface of the page configuration file;
And calling a corresponding reading strategy through the configuration mode interface, and automatically reading the page configuration file according to the reading strategy to generate a plurality of UI controls, wherein each UI control comprises position coordinates and element attributes.
5. The method for processing the privacy module of the application program as claimed in claim 4, wherein the assembling the plurality of UI controls to obtain the target page includes:
determining a target control template from control templates built in a system according to the plurality of UI controls;
assembling the plurality of UI controls into a list according to the position coordinate sequence of the plurality of UI controls;
and sequentially calling the rendering flow of each UI control from the queue head of the list, acquiring the HTML code rendered by each UI control, and loading the HTML code of each UI control to the position coordinate corresponding to the target control template to obtain a target page.
6. The method for processing the privacy module of the application program as in claim 1, wherein the assembling the target page in the recurview layout comprises:
initializing a layout manager and determining the grid number and the longitudinal layout direction of the target page;
Acquiring a plurality of UI controls corresponding to the RecycloerView list, and converting the plurality of UI controls into a data list;
sequentially sending each UI control in the data list to a corresponding target adapter, receiving the element attribute of each UI control reported by the target adapter, and rendering the corresponding UI control according to the element attribute of each UI control;
and after the plurality of UI controls in the data list are rendered, the RecyclerView lays out the rendered plurality of UI controls according to the grid number and the longitudinal layout direction of the target page.
7. The method for processing a privacy module of an application program according to claim 1, wherein the method further comprises:
when the security check of the first privacy module needs to be changed, acquiring a changed first security unlocking parameter corresponding to the first privacy module, calling a corresponding page route through a UI control interface corresponding to the first privacy module, and changing the security unlocking parameter in route configuration information of the page route into the first security unlocking parameter; or alternatively
When security verification is required to be added in the second privacy module, a second security unlocking parameter required to be added by the second privacy module is obtained, a corresponding page route is called through a UI control interface corresponding to the second privacy module, and the second security unlocking parameter is added into route configuration information of the page route.
8. A privacy module processing apparatus of an application program, which is executed on a client, the apparatus comprising:
the assembly module is used for receiving the page configuration file, generating a plurality of UI controls according to the page configuration file, and assembling the plurality of UI controls to obtain a target page;
the monitoring module is used for assembling the target page in a RecycloerView layout and monitoring whether a UI control interface of a target privacy module in the RecycloerView layout is called or not;
the calling module is used for calling a corresponding page route through the UI control interface when the UI control interface of the target privacy module in the RecycloView layout is monitored to be called;
the judging module is used for judging whether the target privacy module needs security verification according to the route configuration information of the page route, and comprises judging whether the route configuration information corresponding to the target privacy module contains a security unlocking parameter; when the security unlocking parameters are identified in the route configuration information, determining that the target privacy module needs security verification; or when the security unlocking parameter is not identified in the route configuration information, determining that the target privacy module does not need security verification, wherein the security unlocking parameter at least comprises a gesture security operation parameter, a face characteristic parameter, a fingerprint characteristic parameter and a voiceprint characteristic parameter;
The determining module is configured to determine, when the target privacy module needs security verification, a target security verification corresponding to the target privacy module, and execute the target security verification, where before executing the target security verification, the determining module further includes: judging whether the target security check meets a preset security check requirement or not, wherein the preset security check requirement at least comprises one or more of the following combinations: whether to execute the security check when selecting to start the application program, or whether to execute the security check when accessing the privacy module, or whether to execute the security check in a preset period, wherein the preset period comprises the life cycle of each access or application program;
and the unlocking module is used for unlocking the target privacy module after the target security check passes.
9. An electronic device comprising a processor and a memory, wherein the processor is configured to implement the method for processing a privacy module of an application program according to any one of claims 1 to 7 when executing a computer program stored in the memory.
10. A computer-readable storage medium, on which a computer program is stored, characterized in that the computer program, when executed by a processor, implements a privacy module processing method of an application program according to any one of claims 1 to 7.
CN202110711078.4A 2021-06-25 2021-06-25 Privacy module processing method and device of application program, electronic equipment and medium Active CN113434847B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110711078.4A CN113434847B (en) 2021-06-25 2021-06-25 Privacy module processing method and device of application program, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110711078.4A CN113434847B (en) 2021-06-25 2021-06-25 Privacy module processing method and device of application program, electronic equipment and medium

Publications (2)

Publication Number Publication Date
CN113434847A CN113434847A (en) 2021-09-24
CN113434847B true CN113434847B (en) 2023-10-27

Family

ID=77754371

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110711078.4A Active CN113434847B (en) 2021-06-25 2021-06-25 Privacy module processing method and device of application program, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN113434847B (en)

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103299314A (en) * 2011-12-30 2013-09-11 英特尔公司 Cloud based real time APP privacy dashboard
WO2014194626A1 (en) * 2013-06-03 2014-12-11 Tencent Technology (Shenzhen) Company Limited Method and apparatus for visiting privacy content
CN104657174A (en) * 2015-02-03 2015-05-27 百度在线网络技术(北京)有限公司 Method and device for dynamically realizing application function
JP2016177810A (en) * 2016-04-06 2016-10-06 インテル・コーポレーション Method, apparatus and system for operating electronic device
CN106548072A (en) * 2016-10-21 2017-03-29 维沃移动通信有限公司 A kind of method and mobile terminal of safety detection
CN107133519A (en) * 2017-05-15 2017-09-05 华中科技大学 Privacy compromise detection method and system in a kind of Android application network communication
CN109388453A (en) * 2018-09-07 2019-02-26 Oppo广东移动通信有限公司 Methods of exhibiting, device, storage medium and the electronic equipment of application page
CN109947327A (en) * 2019-03-15 2019-06-28 努比亚技术有限公司 A kind of interface inspection method, wearable device and computer readable storage medium
CN110275727A (en) * 2019-06-27 2019-09-24 江苏满运软件科技有限公司 Mobile terminal application program updating method, system, equipment and storage medium
CN110457888A (en) * 2019-07-29 2019-11-15 维沃移动通信有限公司 A kind of verifying code imput method, device, electronic equipment and storage medium
CN111125770A (en) * 2019-12-27 2020-05-08 维沃移动通信有限公司 Privacy protection method and electronic equipment
CN111680246A (en) * 2020-04-28 2020-09-18 平安国际智慧城市科技股份有限公司 Grouped title top setting method, device and equipment based on recycleview left-right linkage control
CN111767094A (en) * 2020-06-30 2020-10-13 杭州萤石软件有限公司 Route checking method, device, equipment and storage medium
CN111857878A (en) * 2020-07-21 2020-10-30 北京蚂蜂窝网络科技有限公司 Skeleton screen page generation method and device, electronic equipment and storage medium
CN112507263A (en) * 2021-02-05 2021-03-16 平安普惠企业管理有限公司 Page loading updating method and device, electronic equipment and storage medium
WO2021098327A1 (en) * 2019-11-22 2021-05-27 支付宝(杭州)信息技术有限公司 Private data protection-based method and device for abnormal collection behavior recognition

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103299314A (en) * 2011-12-30 2013-09-11 英特尔公司 Cloud based real time APP privacy dashboard
WO2014194626A1 (en) * 2013-06-03 2014-12-11 Tencent Technology (Shenzhen) Company Limited Method and apparatus for visiting privacy content
CN104657174A (en) * 2015-02-03 2015-05-27 百度在线网络技术(北京)有限公司 Method and device for dynamically realizing application function
JP2016177810A (en) * 2016-04-06 2016-10-06 インテル・コーポレーション Method, apparatus and system for operating electronic device
CN106548072A (en) * 2016-10-21 2017-03-29 维沃移动通信有限公司 A kind of method and mobile terminal of safety detection
CN107133519A (en) * 2017-05-15 2017-09-05 华中科技大学 Privacy compromise detection method and system in a kind of Android application network communication
CN109388453A (en) * 2018-09-07 2019-02-26 Oppo广东移动通信有限公司 Methods of exhibiting, device, storage medium and the electronic equipment of application page
CN109947327A (en) * 2019-03-15 2019-06-28 努比亚技术有限公司 A kind of interface inspection method, wearable device and computer readable storage medium
CN110275727A (en) * 2019-06-27 2019-09-24 江苏满运软件科技有限公司 Mobile terminal application program updating method, system, equipment and storage medium
CN110457888A (en) * 2019-07-29 2019-11-15 维沃移动通信有限公司 A kind of verifying code imput method, device, electronic equipment and storage medium
WO2021098327A1 (en) * 2019-11-22 2021-05-27 支付宝(杭州)信息技术有限公司 Private data protection-based method and device for abnormal collection behavior recognition
CN111125770A (en) * 2019-12-27 2020-05-08 维沃移动通信有限公司 Privacy protection method and electronic equipment
CN111680246A (en) * 2020-04-28 2020-09-18 平安国际智慧城市科技股份有限公司 Grouped title top setting method, device and equipment based on recycleview left-right linkage control
CN111767094A (en) * 2020-06-30 2020-10-13 杭州萤石软件有限公司 Route checking method, device, equipment and storage medium
CN111857878A (en) * 2020-07-21 2020-10-30 北京蚂蜂窝网络科技有限公司 Skeleton screen page generation method and device, electronic equipment and storage medium
CN112507263A (en) * 2021-02-05 2021-03-16 平安普惠企业管理有限公司 Page loading updating method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Android手机用户隐私保护系统及其关键技术的研究";刘柳;中国优秀硕士学位论文全文数据库信息科技辑(第2018 年第02期);I138-56 *
"Privacy concerns for mobile app download: An elaboration likelihood model perspective";Gu J等;DECISION SUPPORT SYSTEMS;第94卷;第19-28页 *

Also Published As

Publication number Publication date
CN113434847A (en) 2021-09-24

Similar Documents

Publication Publication Date Title
CN112698971A (en) Rule engine based parameter conversion method, device, equipment and medium
CN111860522B (en) Identity card picture processing method, device, terminal and storage medium
CN111798302A (en) Quota updating method and device based on micro service, electronic equipment and storage medium
CN112948275A (en) Test data generation method, device, equipment and storage medium
CN111754123A (en) Data monitoring method and device, computer equipment and storage medium
CN113256108A (en) Human resource allocation method, device, electronic equipment and storage medium
CN111814181B (en) System authority authorization method and device, electronic equipment and storage medium
CN112258197B (en) Account management method, device, terminal and storage medium based on artificial intelligence
CN113434847B (en) Privacy module processing method and device of application program, electronic equipment and medium
CN111651158A (en) Form page generation method, device, terminal and storage medium
CN114707146B (en) Workflow identification method, system, computer device and readable storage medium
CN114331661A (en) Data verification method and device, electronic equipment and storage medium
CN115061895A (en) Business process arranging method and device, electronic equipment and storage medium
CN114881313A (en) Behavior prediction method and device based on artificial intelligence and related equipment
CN114741260A (en) Interface compatibility detection method and device, electronic equipment and storage medium
CN114239538A (en) Assertion processing method and device, computer equipment and storage medium
CN114548929A (en) On-site inspection monitoring method and system
CN111640007B (en) Bank account opening method, device, terminal and storage medium
CN110348984B (en) Automatic credit card data input method and related equipment under different transaction channels
CN112527668A (en) Applet safety debugging method and device, mobile terminal and storage medium
CN113488128A (en) Block chain-based electronic medical record retrieval method and device and related equipment
CN112631783A (en) Virtual resource allocation method and device, electronic equipment and storage medium
CN111798245A (en) Data monitoring method and device, computer equipment and storage medium
CN115037481B (en) Electronic signature method and device based on artificial intelligence, electronic equipment and medium
CN115063913B (en) Identity information input method and device based on optical character recognition and related equipment

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20211015

Address after: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant after: Shenzhen saiante Technology Service Co.,Ltd.

Address before: 1-34 / F, Qianhai free trade building, 3048 Xinghai Avenue, Mawan, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong 518000

Applicant before: Ping An International Smart City Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant