CN106529270B - Application program authorization method and device - Google Patents

Application program authorization method and device Download PDF

Info

Publication number
CN106529270B
CN106529270B CN201610842245.8A CN201610842245A CN106529270B CN 106529270 B CN106529270 B CN 106529270B CN 201610842245 A CN201610842245 A CN 201610842245A CN 106529270 B CN106529270 B CN 106529270B
Authority
CN
China
Prior art keywords
authorization
dialog box
application program
application
associated 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
CN201610842245.8A
Other languages
Chinese (zh)
Other versions
CN106529270A (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.)
Nanjing Coolpad Software Technology Co Ltd
Original Assignee
Nanjing Coolpad Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Coolpad Software Technology Co Ltd filed Critical Nanjing Coolpad Software Technology Co Ltd
Priority to CN201610842245.8A priority Critical patent/CN106529270B/en
Publication of CN106529270A publication Critical patent/CN106529270A/en
Application granted granted Critical
Publication of CN106529270B publication Critical patent/CN106529270B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Abstract

The method and the device for authorizing the application program determine whether to pop up the authorization dialog box according to the acquired associated information of the use permission and/or the associated information of the application program, if the authorization dialog box is popped up and the user allows authorization, then authorize the use permission, realize that the associated information of the application authorization and the application use permission is associated with the associated information of the application program, dynamically adjust the application authorization logic, and prompt the user to continue using the potential risk of the application through a proper re-popup box, thereby achieving the aim of safely using the application. Through the technical scheme, the invention solves the technical problem that the authorization mechanism of the application program in the prior art can not protect the safe use of the application by a user.

Description

Application program authorization method and device
Technical Field
The invention relates to the technical field of electronics, in particular to an application program authorization method and device.
Background
Google corporation started with Android6.0 (6.0 version of the Android system) marshmallow, introducing an application runtime authorization mechanism, changing everything that could be within the access rights without the user knowing anything once the original application was installed. In android6.0, the application declared hazard rights will not be granted at the time of installation. Instead, the application has to ask the user one at run-time to grant the rights. The permission query dialog box does not pop up by itself, and the developer must call it by itself. If some functions to be called by the developer require some authority and the user refuses authorization, the function will throw exception directly causing the program to crash. In addition, the user can cancel the authorized authority in the setting at any time.
Google adds an application runtime authorization mechanism to enhance application security. However, the application will always have the right as long as the authorization of the application is allowed and thereafter as long as the user does not actively go to the setting to close the corresponding right. In particular, when a general user installs and uses a certain application, the permission granting prompt box is not alerted too much, on the other hand, most applications request the user to grant all available permissions in batch when the application is started for the first time, and the user often just clicks an "accept" button to grant permission. When the application uses the dangerous right later, the application of the right is not needed. Therefore, if the application with the virus or the malicious application applies for the authority in advance, the authority can be used to access the privacy of the user at a critical moment. The conventional Android dynamic application authorization mechanism cannot achieve the purpose of protecting the safe use of the application by a user.
Disclosure of Invention
The invention provides an application program authorization method and device, and solves the technical problem that an application program authorization mechanism in the prior art cannot protect a user to safely use an application.
In order to solve the technical problems, the invention adopts the following technical scheme:
an application authorization method, comprising: when an application program applies for a use right, determining whether to pop up an authorization dialog box according to the acquired associated information of the use right and/or the associated information of the application program; if the authorization dialog box is popped up, receiving an input operation of a user in the authorization dialog box; and if the input operation is an authorization-allowed operation, authorizing the use permission.
Further, before determining whether to pop up an authorization dialog box according to the acquired associated information of the usage right and/or the acquired associated information of the application program, the method further includes: judging whether the use authority is in an authorized state at present; if not, popping up the authorization dialog box; and if so, determining whether to pop up an authorization dialog box according to the acquired associated information of the use permission and/or the associated information of the application program.
Further, the associated information of the usage right includes: the number of applications of the usage rights; the associated information of the application program comprises evaluation information of the application program. Preferably, determining whether to pop up an authorization dialog box according to the acquired application times of the usage right and the evaluation information of the application program includes: matching an authorization dialog box processing strategy corresponding to the evaluation information of the application program according to the evaluation information of the application program and the corresponding relation between the preset evaluation information of the application program and the authorization dialog box processing strategy; the matched authorization dialog box processing policy comprises the following steps: popping up an authorization dialog box every N times;
comparing the application times of the use permission with the matched authorization dialog box processing strategy, if the application times of the use permission do not exceed N times, not popping up an authorization dialog box, and releasing the application program; and if the application times of the use authority exceed N times, popping up an authorization dialog box.
Further, still include: and dynamically acquiring the associated information of the use permission and/or the associated information of the application program.
An application program authorization device is characterized by comprising a determining module, a judging module and a judging module, wherein the determining module is used for determining whether to pop up an authorization dialog box according to the acquired associated information of the use authority and/or the associated information of the application program when the application program applies for the use authority; the display module is used for displaying the authorization dialog box; the receiving module is used for receiving the input operation of a user in the authorization dialog box when the authorization dialog box is popped up; and the authorization module is used for authorizing the use permission when the input operation is the authorization operation.
Further, the above-mentioned application program authorizing device further includes: the judging module is used for judging whether the use permission is in an authorized state at present before the determining module determines whether an authorization dialog box pops up according to the acquired associated information of the use permission and/or the associated information of the application program; the display module is also used for popping up the authorization dialog box if the judgment result of the judgment module is negative; and the determining module is used for entering the step of determining whether to pop up an authorization dialog box according to the acquired associated information of the use permission and/or the associated information of the application program if the judgment result of the judging module is yes.
Further, the associated information of the usage right includes: the number of applications of the usage rights; the associated information of the application program comprises evaluation information of the application program.
Further, determining whether to pop up an authorization dialog box according to the acquired application times of the usage right and the evaluation information of the application program comprises: matching an authorization dialog box processing strategy corresponding to the evaluation information of the application program according to the evaluation information of the application program and the corresponding relation between the preset evaluation information of the application program and the authorization dialog box processing strategy; the matched authorization dialog box processing policy comprises the following steps: popping up an authorization dialog box every N times;
comparing the application times of the use permission with the matched authorization dialog box processing strategy, and if the application times of the use permission do not exceed N times, controlling the display module not to pop up an authorization dialog box and releasing the application program; and if the application times of the use permission exceed N times, controlling the display module to pop up an authorization dialog box.
Further, the above-mentioned application program authorizing device further includes: and the acquisition module is used for dynamically acquiring the associated information of the use permission and/or the associated information of the application program.
The method and the device for authorizing the application program determine whether to pop up the authorization dialog box according to the acquired associated information of the use permission and/or the associated information of the application program, if the authorization dialog box is popped up and the user allows authorization, then authorize the use permission, realize that the associated information of the application authorization and the application use permission is associated with the associated information of the application program, dynamically adjust the application authorization logic, and prompt the user to continue using the potential risk of the application through a proper re-popup box, thereby achieving the aim of safely using the application.
Drawings
Fig. 1 is a flowchart of an application authorization method according to an embodiment of the present invention;
FIG. 2 is a flowchart of an application authorization method according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of an application authorization apparatus according to a third embodiment of the present invention.
Detailed Description
The method is suitable for all terminals using the Android6.0 cotton candy and the systems above, including a PC, a mobile phone, a PAD and the like. The present invention will be described in further detail with reference to the following detailed description and accompanying drawings.
The first embodiment is as follows:
fig. 1 is a flowchart of an application program authorization method according to an embodiment of the present invention, please refer to fig. 1, which includes the following steps:
s101, when the application program applies for the use authority, whether an authorization dialog box pops up is determined according to the acquired associated information of the use authority and/or the associated information of the application program. If not, go to S102; if yes, go to S103.
The application program can apply for the use right which can be a dangerous right or any right. The associated information of the usage right includes: the number of applications of the usage rights; the associated information of the application program includes evaluation information of the application program. The associated information of the use authority and the associated information of the application program can be dynamically acquired.
Further, determining whether to pop up an authorization dialog box according to the acquired associated information of the usage right and/or the associated information of the application program comprises:
matching an authorization dialog box processing strategy corresponding to the evaluation information of the application program according to the evaluation information of the application program and the corresponding relation between the preset evaluation information of the application program and the authorization dialog box processing strategy; the matched authorization dialog box processing policy comprises the following steps: an authorization dialog box pops up once every N applications. The evaluation information of the application program is dynamic and can be obtained from an application store or a third-party application scoring system.
Comparing the application times of the use permission with the matched authorization dialog box processing strategy, if the application times of the use permission do not exceed N times, not popping up an authorization dialog box, and releasing the application program; and if the application times of the use authority exceed N times, popping up an authorization dialog box.
For example, the authorization dialog processing policy may be designed as shown in table 1 below:
evaluation information of application program Authorization dialog processing policy
80-100 Permission application frame for playing 200 times per application
60-80 Permission application frame for shooting 100 times per application
40-60 Permission application frame for 10 bombs per application
20-40 Permission application frame for 1 bullet each time
0-20 Direct prompt offload of applications
TABLE 1
If the application evaluation information is rated as 90 points, after the user grants an authority for the first time, applying the authority for 199 times again and popping up an authority application frame, namely counting whether the authority is applied for 200 times, and enabling the user to select whether to continue granting the authority or not; after the user selects to continue to grant the authority, the authority application box pops up again after applying for the authority for 200 times again, and the user selects whether to continue to grant the authority or not. If the application score is reduced from 90 to 70, the permission application box pops up after the permission is applied for 100 times again, and the user is allowed to select whether to continue to grant permission. If the application score is 20 points, the application can be considered as a malicious application, and when the user starts the application and applies for the use right, the user is directly prompted to uninstall the application.
S102, operating according to the setting of the user before the use authority.
And if the fact that the authorization dialog box is not popped up is determined according to the acquired associated information of the use permission and/or the associated information of the application program, the fact that the use permission of the application program is set by the user before is shown, and the application program operates according to the setting of the user before the use permission. If the authorization authority is set before, authorizing the use authority of the application program again; if the application program is set as the refusal authority, the use authority of the application program is refused to be authorized again.
Further, if the authorization dialog processing policy in S101 is adopted, and if the authorization dialog is set to grant the authorization before, when the usage authorization of the application program is granted again, although the authorization dialog is not popped up, the number of times of application of the application program to the usage authorization needs to be counted, that is, the number of times of application of the original usage authorization is added once.
S103, popping up an authorization dialog box, and receiving the input operation of the user in the authorization dialog box.
An authorization dialog box is popped up, and the user performs input operation in the authorization dialog box. Generally, the authorization dialog box asks the user whether the application is allowed to obtain the use right or is prohibited from obtaining the use right, and the user can select and receive the input operation of the user in the authorization dialog box.
Further, if the evaluation information of the application program is too low and the application is considered to be a malicious application, a prompt box can be popped up to prompt the user that the application is the malicious application and advise the user to uninstall the application.
S104, if the user input operation is the authorization operation, the use authority is authorized.
If the user selects permission of authorization in the authorization dialog box, namely the user input operation is permission of authorization operation, the application obtains the use permission, and the application program can normally run or apply for the next permission.
S105, if the user input operation is an authorization refusing operation, refusing authorization to the use authority.
If the user selects forbidding authorization in the authorization dialog box, namely the user input operation is forbidding authorization operation, the authorization of the authority is refused, and the application cannot use the authority. The application may continue to run or apply for the next privilege.
The embodiment associates the logic of whether to pop up the permission application box with the associated information of the use permission and the associated information of the application program, and prompts the user to continue using the application for potential risks through appropriate re-popping of the box when the evaluation information of the application or the associated information of the use permission changes, thereby achieving the aim of safely using the application.
Example two:
fig. 2 is a flowchart of an application program authorization method according to a second embodiment of the present invention, please refer to fig. 2, which includes the following steps:
s201, the application program applies for the use authority.
When the application program is started, the application program applies for the use authority which is required to be granted by the user. The application program can apply for the use right which can be a dangerous right or any right.
S202, judging whether the use authority is in an authorized state at present.
And judging whether the use right applied by the application program is in an authorized state, namely whether the use right is authorized by a user. If not, go to S203; if yes, go to S204.
S203, popping up an authorization dialog box of the use authority, and receiving the input operation of the user in the authorization dialog box.
If the application program applies for the use right is not authorized, an authorization dialog box needs to be popped up to inquire whether the user is authorized. And then proceeds to step 207.
S204, judging whether an authorization dialog box pops up. If not, go to S205; if yes, go to S206.
And judging whether to pop up an authorization dialog box or not according to the acquired associated information of the use permission and/or the associated information of the application program. The associated information of the usage right includes: the number of applications of the usage rights; the associated information of the application program includes evaluation information of the application program.
Further, determining whether to pop up an authorization dialog box according to the acquired associated information of the usage right and/or the associated information of the application program includes:
matching an authorization dialog box processing strategy corresponding to the evaluation information of the application program according to the evaluation information of the application program and the corresponding relation between the preset evaluation information of the application program and the authorization dialog box processing strategy; the matched authorization dialog box processing policy comprises the following steps: an authorization dialog box pops up once every N applications. The evaluation information of the application program is dynamic and can be obtained from an application store or a third-party application scoring system.
Comparing the application times of the use permission with the matched authorization dialog box processing strategy, if the application times of the use permission do not exceed N times, not popping up an authorization dialog box, and releasing the application program; and if the application times of the use authority exceed N times, popping up an authorization dialog box.
S205, an authorization dialog box is not popped up, and the application times of the use authority are counted.
And judging whether to pop up an authorization dialog box or not according to the acquired associated information of the use permission and/or the associated information of the application program. And after the user grants the use permission, the application times of the use permission do not exceed the preset N times, the application program is released, and the application times of the application on the use permission are counted, namely, the application times of the original use permission are added once.
S206, popping up an authorization dialog box, and receiving the input operation of the user in the authorization dialog box.
An authorization dialog box is popped up, and the user performs input operation in the authorization dialog box. Generally, the authorization dialog box asks the user whether the application is allowed to obtain the use right or is forbidden from obtaining the use right, and the user can select and receive the input operation of the user in the authorization dialog box.
S207, it is determined whether the input operation by the user is an authorization-permitted operation. If yes, go to S208; if not, go to S209.
If the input operation of the user is the permission authorization operation, the user agrees to grant the authority to the application. And if the input operation of the user is the refusal authorization operation, the user refuses to grant the authority to the application.
S208, authorizing the use authority.
And when the user agrees to grant the use permission to the application, and the input operation is the permission authorization operation, authorizing the use permission. The application runs normally.
S209, refusing authorization and starting application operation.
And when the user refuses to grant the use permission to the application, and the input operation is a refusal authorization operation, limiting the application to use the use permission. The application starts running.
The embodiment associates the logic of whether to pop up the permission application box with the associated information of the use permission and the associated information of the application program, further limits whether to authorize or not on the basis of the existing authorization or not, and prompts the user to continue using the potential risk of the application through appropriate re-popping up the box, thereby achieving the aim of safely using the application.
Example three:
fig. 3 is a schematic diagram of a display device with a flexible screen according to a third embodiment of the present invention, and as shown in fig. 3, the application authorization device 3 includes:
a determining module 31 for determining whether to pop up an authorization dialog box according to the obtained associated information of the usage right and/or the associated information of the application program when the application program applies for the usage right; a display module 32 for displaying an authorization dialog; a receiving module 33 for receiving an input operation of the user in the authorization dialog box when the authorization dialog box is popped up; and an authorization module 34 for authorizing the usage right when the input operation is an allow authorization operation.
The application program can apply for the use right which can be a dangerous right or any right. The associated information of the usage right includes: the number of applications of the usage rights; the associated information of the application program includes evaluation information of the application program. The associated information of the use authority and the associated information of the application program can be dynamically acquired.
Further, the application authorizing apparatus 3 further includes a determining module 35, configured to determine whether the usage right is currently in an authorized state before determining whether to pop up the authorization dialog box according to the acquired associated information of the usage right and/or the associated information of the application.
The display module 32 is further configured to pop up an authorization dialog box if the determination result of the determining module 35 is negative;
the determining module 31 is configured to, if the determination result of the determining module 35 is yes, enter a step of determining whether to pop up an authorization dialog box according to the obtained associated information of the usage right and/or the associated information of the application program.
Further, the determining module 31 determining whether to pop up the authorization dialog box according to the acquired associated information of the usage right and/or the associated information of the application includes:
matching an authorization dialog box processing strategy corresponding to the evaluation information of the application program according to the evaluation information of the application program and the corresponding relation between the preset evaluation information of the application program and the authorization dialog box processing strategy; the matched authorization dialog box processing policy comprises the following steps: an authorization dialog box pops up once every N applications. The evaluation information of the application program is dynamic and can be obtained from an application store or a third-party application scoring system.
Comparing the application times of the use permission with the matched authorization dialog box processing strategy, if the application times of the use permission do not exceed N times, not popping up an authorization dialog box, and releasing the application program; and if the application times of the use authority exceed N times, popping up an authorization dialog box.
Further, the application authorizing apparatus 3 further includes: an obtaining module 36 for dynamically obtaining the associated information of the usage right and/or the associated information of the application program.
The method and the device for authorizing the application program enable the associated information of the authorization and the use permission of the application program to be associated with the associated information of the application program, and further limit whether the authorization is carried out or not on the basis of the existing authorization or not. When the evaluation information of the application or the associated information of the use authority changes, the user is prompted to continue using the potential risk of the application through a proper re-popup box, so that the aim of safely using the application is fulfilled.
The foregoing is a more detailed description of the present invention that is presented in conjunction with specific embodiments, and the practice of the invention is not to be considered limited to those descriptions. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (6)

1. An application program authorization method, comprising:
when an application program applies for a use right, determining whether to pop up an authorization dialog box according to the acquired associated information of the use right and the associated information of the application program, wherein the associated information of the use right comprises: the number of applications of the usage rights; the associated information of the application program comprises: evaluation information of the application program;
the determining whether to pop up an authorization dialog box according to the acquired associated information of the use permission and the associated information of the application program comprises: matching an authorization dialog box processing strategy corresponding to the evaluation information of the application program according to the evaluation information of the application program and the corresponding relation between the preset evaluation information of the application program and the authorization dialog box processing strategy; the matched authorization dialog box processing policy comprises the following steps: popping up an authorization dialog box every N times; comparing the application times of the use permission with the matched authorization dialog box processing strategy, if the application times of the use permission do not exceed N times, not popping up an authorization dialog box, and releasing the application program; if the application times of the use permission exceed N times, popping up an authorization dialog box;
if the authorization dialog box is popped up, receiving an input operation of a user in the authorization dialog box;
and if the input operation is an authorization-allowed operation, authorizing the use permission.
2. The method for authorizing an application program according to claim 1, wherein before determining whether to pop up an authorization dialog box according to the obtained associated information of the usage right and the associated information of the application program, the method further comprises:
judging whether the use authority is in an authorized state at present;
if not, popping up the authorization dialog box;
and if so, determining whether to pop up an authorization dialog box according to the acquired associated information of the use permission and the associated information of the application program.
3. The application authorization method according to any of claims 1-2, further comprising: and dynamically acquiring the associated information of the use permission and/or the associated information of the application program.
4. An application authorization apparatus, comprising:
a determining module, configured to determine whether to pop up an authorization dialog box according to the obtained associated information of the usage right and the obtained associated information of the application program when the application program applies for the usage right, where the associated information of the usage right includes: the number of applications of the usage rights; the associated information of the application program comprises evaluation information of the application program;
the determination module is further to: matching an authorization dialog box processing strategy corresponding to the evaluation information of the application program according to the evaluation information of the application program and the corresponding relation between the preset evaluation information of the application program and the authorization dialog box processing strategy; the matched authorization dialog box processing policy comprises the following steps: controlling the display module to pop up an authorization dialog box once every N times of application; comparing the application times of the use permission with the matched authorization dialog box processing strategy, and if the application times of the use permission do not exceed N times, controlling the display module not to pop up an authorization dialog box and releasing the application program; if the application times of the use permission exceed N times, controlling the display module to pop up an authorization dialog box;
the display module is used for displaying the authorization dialog box;
the receiving module is used for receiving the input operation of a user in the authorization dialog box when the authorization dialog box is popped up;
and the authorization module is used for authorizing the use permission when the input operation is the authorization operation.
5. The application authorization apparatus according to claim 4, further comprising:
the judging module is used for judging whether the use permission is in an authorized state at present before the determining module determines whether an authorization dialog box pops up according to the acquired associated information of the use permission and the associated information of the application program;
the display module is also used for popping up the authorization dialog box if the judgment result of the judgment module is negative;
and the determining module is used for entering the step of determining whether to pop up an authorization dialog box according to the acquired associated information of the use permission and the associated information of the application program if the judgment result of the judging module is yes.
6. The application authorization apparatus according to any of claims 4 to 5, characterized by further comprising: and the acquisition module is used for dynamically acquiring the associated information of the use permission and/or the associated information of the application program.
CN201610842245.8A 2016-09-22 2016-09-22 Application program authorization method and device Active CN106529270B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610842245.8A CN106529270B (en) 2016-09-22 2016-09-22 Application program authorization method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610842245.8A CN106529270B (en) 2016-09-22 2016-09-22 Application program authorization method and device

Publications (2)

Publication Number Publication Date
CN106529270A CN106529270A (en) 2017-03-22
CN106529270B true CN106529270B (en) 2020-04-07

Family

ID=58344040

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610842245.8A Active CN106529270B (en) 2016-09-22 2016-09-22 Application program authorization method and device

Country Status (1)

Country Link
CN (1) CN106529270B (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107071769B (en) * 2017-04-25 2020-10-27 上海盈联电信科技有限公司 Information synchronization security authentication device and method
US10853490B2 (en) * 2017-10-26 2020-12-01 Futurewei Technologies, Inc. Method and apparatus for managing hardware resource access in an electronic device
CN108647070B (en) * 2018-04-18 2022-02-22 Oppo广东移动通信有限公司 Information reminding method and device, mobile terminal and computer readable medium
CN108710795B (en) * 2018-04-18 2021-01-26 Oppo广东移动通信有限公司 Information prompting method and device, mobile terminal and storage medium
CN109062634B (en) * 2018-10-30 2022-09-13 维沃移动通信有限公司 Application starting method and mobile terminal
CN109492360B (en) * 2018-11-05 2020-11-10 广州小鹏汽车科技有限公司 Permission authorization method and device for trigger operation and electric vehicle
US11868463B2 (en) 2019-01-23 2024-01-09 Huawei Technologies Co., Ltd. Method for managing application permission and electronic device
CN110414215B (en) * 2019-06-21 2021-12-10 北京奇艺世纪科技有限公司 Application privacy permission statement correction method and device and electronic equipment
CN110995928A (en) * 2019-11-29 2020-04-10 乌鲁木齐明华智能电子科技有限公司 Method for self-service information acquisition and authorization by using APP
CN111143089B (en) * 2019-12-23 2023-11-07 飞天诚信科技股份有限公司 Method and device for dynamically improving authority of application program calling third party library
CN114692104A (en) * 2020-12-31 2022-07-01 中兴通讯股份有限公司 Method, system, device and medium for granting advanced permission
CN113296657B (en) * 2021-06-30 2022-03-18 中国平安人寿保险股份有限公司 Dangerous authority management method, device, equipment and storage medium of android system
KR20230071357A (en) * 2021-11-16 2023-05-23 삼성전자주식회사 Electronic device and method for controlling security of camera

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104125335B (en) * 2014-06-24 2017-08-25 小米科技有限责任公司 Right management method, apparatus and system
CN104462980A (en) * 2014-12-30 2015-03-25 北京奇虎科技有限公司 Authority management method, device and system of application programs and mobile terminal
CN105487758B (en) * 2015-12-11 2019-04-30 小米科技有限责任公司 Application software pop-up control method, device and terminal device

Also Published As

Publication number Publication date
CN106529270A (en) 2017-03-22

Similar Documents

Publication Publication Date Title
CN106529270B (en) Application program authorization method and device
US9910990B2 (en) Security controlled multi-processor system
US8631482B2 (en) Method for managing computer resources accessed by a program operating in a restricted environment
US9589139B2 (en) Method and device for altering a unified extensible firmware interface (UEFI) secure boot process in a computing device
US7480655B2 (en) System and method for protecting files on a computer from access by unauthorized applications
US9087188B2 (en) Providing authenticated anti-virus agents a direct access to scan memory
WO2015124018A1 (en) Method and apparatus for application access based on intelligent terminal device
EP3103056A1 (en) Methods and apparatus for protecting operating system data
Stach et al. Design and implementation of the privacy management platform
US9589131B2 (en) Method and computer device to control software file downloads
KR20170044685A (en) Secure interaction method and device
US7890756B2 (en) Verification system and method for accessing resources in a computing environment
EP3688647B1 (en) Enclave handling on an execution platform
CN108604281B (en) Data processing method and terminal thereof
KR102208696B1 (en) Method and Apparatus for Obtaining Sensing Data
KR101561167B1 (en) System and Method for Controlling Application Permission on the Android Mobile Platform
WO2022127025A1 (en) Method and system for application security
CN111417947B (en) Single chip system for vehicle
CN106503493B (en) Application authority management method and system
EP3151154B1 (en) Data access control based on storage validation
US20180121644A1 (en) Device, System, and Method for Securing Executable Operations
EP2839404B1 (en) Method and computer device for handling com objects
CN111027078A (en) Method and system for managing electric energy meter application
KR100857864B1 (en) Method for controlling access of PnP device based secure policy under multi-access condition
WO2023046681A1 (en) Method for managing access by a thread to a slave device

Legal Events

Date Code Title Description
C06 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