CN102289633A - Method for managing dynamic permission of application program under Android platform - Google Patents

Method for managing dynamic permission of application program under Android platform Download PDF

Info

Publication number
CN102289633A
CN102289633A CN2011102593972A CN201110259397A CN102289633A CN 102289633 A CN102289633 A CN 102289633A CN 2011102593972 A CN2011102593972 A CN 2011102593972A CN 201110259397 A CN201110259397 A CN 201110259397A CN 102289633 A CN102289633 A CN 102289633A
Authority
CN
China
Prior art keywords
application program
api
user
authority
android platform
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.)
Pending
Application number
CN2011102593972A
Other languages
Chinese (zh)
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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN2011102593972A priority Critical patent/CN102289633A/en
Publication of CN102289633A publication Critical patent/CN102289633A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to a method for managing the dynamic permission of an application program under an Android platform. The method comprises the following steps: a self system permission table is dynamically selected and stored when the application program is installed; after the application program is installed, the system permission table is dynamically selected and modified by a user through a human-computer interface; in the process of accessing an API (Application Program Interface) in need of permission, the Android platform judges whether the API is forbidden or not according to records in the system permission table of the application program; when the API is forbidden, the application program prompts the user whether the permission is modified or not through the human-computer interface; if the user selects to modify the permission, the Android platform allows the application program to access the API; and, or else, the application program exits. According to the permission management method disclosed by the invention, users can modify the permission of the application program at any time according to requirements and personal experiences, therefore, the malicious access resource of the application program and risk behaviours, such as modification and stealing of personal information and the like, can be avoided to a great extent.

Description

Application program dynamic rights management method under the Android platform
Technical field
The present invention relates to terminal software and safety, be specifically related to the application program dynamic rights management method under a kind of Android (Android) platform.
Background technology
Android is based on the title of the mobile phone operating system of increasing income of Linux platform, and this platform is made up of operating system, middleware, user interface and application software.Increasing terminal device carries the Android platform, because the opening of Android platform, attracted a lot of software developers, the developer also provides a large amount of application programs (APK), has some application to be embedded into some illegal act unavoidably: steal personal information, consumption network flow etc.Often these behaviors all are running backgrounds, and the user is in the state of being hoodwinked fully, and this just needs to introduce the effective administrative mechanism of a cover.Though and the Android platform itself has the relatively rights management mechanism of standard of a cover, visit, modification to some critical component, sensitive information and personal information etc., the necessary first to file authority of this class application programming interface (API) of application access has only system to distribute authority just can to visit and revise; Critical component comprises WLAN (wireless local area network) (wifi), bluetooth (bluetooth), safe digital (sd card) etc.; Sensitive information comprises accounts information; Personal information comprises address list (contacts), schedule personal information managers (PIM) such as (calendar).Application program all can be listed the authority of being applied in installation process, also can particularly point out some dangerous authority, but the general user can not be concerned about these authorities, and this just gives chance to some application, implants some hazardous acts.
Summary of the invention
The technical issues that need to address of the present invention are, how the management method of the application program dynamic rights under a kind of Android platform is provided, can more effective management application permission, ensure user's rights and interests and safety.
Technical matters of the present invention solves like this: make up the application program dynamic rights management method under a kind of Android platform, may further comprise the steps:
Application access needs the API of authority;
The Android platform judges whether that according to the record in the System Privileges table of this application program this API is disabled;
When described API was disabled, whether this application program was selected to revise by man-machine interface prompting user;
If the user selects to revise authority, the Android platform allows the described API of this application access, otherwise this application program withdraws from visit.
According to dynamic rights management method provided by the invention, also comprise: when described API was supported, this application program was directly visited described API.
According to dynamic rights management method provided by the invention, further comprising the steps of:
Set up applications;
In installation or the installation process, list the API authority of these all applications of application program and point out the user to select to support or forbidding by man-machine interface;
The Android platform writes down and preserves described user and selects in the System Privileges table of this application program.
According to dynamic rights management method provided by the invention, also comprise: when the user selected acquiescence to select, the Android platform write down and preserves the API authority of described all applications in the System Privileges table of this application program.
According to dynamic rights management method provided by the invention, also comprise: when the user does not select, withdraw from the installation of this application program.
According to dynamic rights management method provided by the invention, further comprising the steps of:
Read the System Privileges table of this application program;
List the API authority of these all applications of application program and point out the user to select to support or forbidding by man-machine interface;
The Android platform writes down and preserves described user and selects in the System Privileges table of this application program.
According to dynamic rights management method provided by the invention, the described API of authority that needs comprises critical component, sensitive information and personal information.
According to dynamic rights management method provided by the invention, this method includes, but are not limited to be applied on the mobile phone.
According to dynamic rights management method provided by the invention, may further comprise the steps:
Dynamic Selection was preserved self System Privileges table when application program was installed;
After this application program was installed, the user revised described System Privileges table by man-machine interface in Dynamic Selection;
This application access needs the API of authority; The Android platform judges whether that according to the record in the System Privileges table of this application program this API is disabled; When described API was disabled, whether this application program was selected to revise by man-machine interface prompting user; If the user selects to revise authority, the Android platform allows the described API of this application access, otherwise this application program withdraws from visit.
According to dynamic rights management method provided by the invention, described Dynamic Selection comprises that the API authority of listing these all applications of application program by man-machine interface selects to support or forbidding for the user.
Application program dynamic rights management method under the Android platform provided by the invention, comprehensive installation administration, the management of installation back and three kinds of mechanism of operational management have formed comprehensive dynamic rights management method.Prior art has following advantage relatively:
1. can carry out rights management when installing
2. also can carry out rights management after the installation
3. in the program operation process, when disabled authority is not used, can point out the user to carry out authority and revise
4. the user can reach personal experience's judgement as required, revises some authority of application program at any time
5. by this management method, can prevent the malice access resources of application program to a great extent, hazardous acts such as modification, steal personal information.
Description of drawings
Further the present invention is described in detail below in conjunction with the drawings and specific embodiments:
Fig. 1 is the installation administration schematic flow sheet in the dynamic rights management method of the present invention;
Fig. 2 for the installation in the dynamic rights management method of the present invention after the management process synoptic diagram;
Fig. 3 is the operational management schematic flow sheet in the dynamic rights management method of the present invention.
Embodiment
At first, basis of the present invention is described:
Rights management mechanism when ㈠ installs: in the process that application program is installed, provide a mechanism, the authority that allows the user select whether to allow the application program of installing to apply for;
Rights management mechanism after ㈡ installs: after the application program installation, provide a kind of mechanism, allow the user that the application program of having installed is carried out authority and revise; The above-mentioned final authority of determining is kept in the system, detects when program run is used in supply and use;
Authority testing mechanism during the ㈢ operation: when certain needed the API of disabled authority when application access, system can be according to the authority of above-mentioned preservation, and judgement and prompting user carry out authority and revise, and revise addressable this API in successful rear.
The second, be described in detail in conjunction with specific embodiments:
As shown in Figure 1, the application program (APK) under the Android platform of the present invention is installed and be may further comprise the steps:
101) begin to install the APK interface;
102) list all authorities that APK applies for;
103) user as required, the authority that selection will be supported or forbid;
104) continue installation process, finish installation;
105) permissions list with above-mentioned modification is saved in system.
As shown in Figure 2, application program (APK) the rights management device under the Android platform of the present invention may further comprise the steps:
201) enter the APK information interface of having installed;
202) list the APK permissions list, comprise support, disabled authority;
203) user revises the authority of supporting or forbidding as required;
204) permissions list with above-mentioned modification is saved in system.
As shown in Figure 3, the operation of the application program (APK) under the Android platform of the present invention may further comprise the steps:
301) run application;
302) visit needs the API of authority;
303) do you judge whether this authority disabled? be to enter next step, otherwise enter step 306);
304) the prompting user need enable this authority;
305) judge whether to revise this authority? be to enter next step, otherwise application program withdraws from skips steps 306) finish;
306) application program continues operation, successfully calls this API.
The above only is preferred embodiment of the present invention, and all equalizations of being done according to claim scope of the present invention change and modify, and all should belong to the covering scope of claim of the present invention.

Claims (10)

1. the application program dynamic rights management method under the Android platform is characterized in that, may further comprise the steps:
Application access needs the API of authority;
The Android platform judges whether that according to the record in the System Privileges table of this application program this API is disabled;
When described API was disabled, whether this application program was selected to revise by man-machine interface prompting user;
If the user selects to revise authority, the Android platform allows the described API of this application access, otherwise this application program withdraws from visit.
2. according to the described dynamic rights management method of claim 1, it is characterized in that, also comprise: when described API was supported, this application program was directly visited described API.
3. according to the described dynamic rights management method of claim 1, it is characterized in that, further comprising the steps of:
Set up applications;
In installation or the installation process, list the API authority of these all applications of application program and point out the user to select to support or forbidding by man-machine interface;
The Android platform writes down and preserves described user and selects in the System Privileges table of this application program.
4. according to the described dynamic rights management method of claim 3, it is characterized in that, also comprise: when the user selected acquiescence to select, the Android platform write down and preserves the API authority of described all applications in the System Privileges table of this application program.
5. according to the described dynamic rights management method of claim 3, it is characterized in that, also comprise: when the user does not select, withdraw from the installation of this application program.
6. according to claim 1 or 3 described dynamic rights management methods, it is characterized in that, further comprising the steps of:
Read the System Privileges table of this application program;
List the API authority of these all applications of application program and point out the user to select to support or forbidding by man-machine interface;
The Android platform writes down and preserves described user and selects in the System Privileges table of this application program.
7. according to the described dynamic rights management method of claim 1, it is characterized in that the described API of authority that needs comprises critical component, sensitive information and personal information.
8. according to the described dynamic rights management method of claim 1, it is characterized in that this method is applied on the mobile phone.
9. according to the described dynamic rights management method of claim 1, it is characterized in that, may further comprise the steps:
Dynamic Selection was preserved self System Privileges table when application program was installed;
After this application program was installed, the user revised described System Privileges table by the man-machine interface Dynamic Selection;
This application access needs the API of authority; The Android platform judges whether that according to the record in the System Privileges table of this application program this API is disabled; When described API was disabled, whether this application program was selected to revise by man-machine interface prompting user; If the user selects to revise authority, the Android platform allows the described API of this application access, otherwise this application program withdraws from visit.
10. according to the described dynamic rights management method of claim 9, it is characterized in that described Dynamic Selection comprises that the API authority of listing these all applications of application program by man-machine interface selects to support or forbidding for the user.
CN2011102593972A 2011-09-02 2011-09-02 Method for managing dynamic permission of application program under Android platform Pending CN102289633A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011102593972A CN102289633A (en) 2011-09-02 2011-09-02 Method for managing dynamic permission of application program under Android platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011102593972A CN102289633A (en) 2011-09-02 2011-09-02 Method for managing dynamic permission of application program under Android platform

Publications (1)

Publication Number Publication Date
CN102289633A true CN102289633A (en) 2011-12-21

Family

ID=45336048

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011102593972A Pending CN102289633A (en) 2011-09-02 2011-09-02 Method for managing dynamic permission of application program under Android platform

Country Status (1)

Country Link
CN (1) CN102289633A (en)

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819715A (en) * 2012-08-15 2012-12-12 腾讯科技(深圳)有限公司 API (application programming interface) monitoring method and device
CN102981835A (en) * 2012-11-02 2013-03-20 福州博远无线网络科技有限公司 Android application program permanent Root permission acquiring method
CN103116716A (en) * 2013-01-25 2013-05-22 复旦大学 Immediate access conferring method aiming at low interference of mobile platform
CN103268451A (en) * 2013-06-08 2013-08-28 上海斐讯数据通信技术有限公司 Dynamic permission management system based on mobile terminal
CN103294940A (en) * 2013-05-23 2013-09-11 广东欧珀移动通信有限公司 Android system authority control method and intelligent mobile terminal
CN103324506A (en) * 2013-06-24 2013-09-25 上海天奕达电子科技有限公司 Method and mobile phone for controlling installation of Android applications
CN103378971A (en) * 2012-04-27 2013-10-30 厦门雅迅网络股份有限公司 Data encryption system and method
CN103514386A (en) * 2012-06-22 2014-01-15 纬创资通股份有限公司 Permission control method of application program, electronic device and computer readable medium
CN103617380A (en) * 2013-11-28 2014-03-05 北京邮电大学 Application program authority dynamic control method and system
CN103617389A (en) * 2013-11-08 2014-03-05 上海天奕达网络科技有限公司 Terminal rights management method and terminal device
CN103714287A (en) * 2013-12-25 2014-04-09 北京奇虎科技有限公司 Method and device for obtaining temporary Root authority
CN103810416A (en) * 2012-11-07 2014-05-21 腾讯科技(深圳)有限公司 Software installation or uninstallation method and device
CN103870306A (en) * 2014-02-21 2014-06-18 北京奇虎科技有限公司 Method and device for installing application program on basis of intelligent terminal equipment
CN103905390A (en) * 2012-12-26 2014-07-02 联想(北京)有限公司 Permission acquisition method, device, electronic equipment and system
CN103927482A (en) * 2014-03-24 2014-07-16 深圳市中兴移动通信有限公司 Mobile terminal and application sensitivity permission management method thereof
CN104156467A (en) * 2014-08-22 2014-11-19 北京智谷睿拓技术服务有限公司 API recommendation method and API recommendation device
CN104462889A (en) * 2013-09-12 2015-03-25 腾讯科技(深圳)有限公司 Application authority management method and device
CN104809390A (en) * 2014-01-26 2015-07-29 中兴通讯股份有限公司 Safe operation method and device of system
CN104850778A (en) * 2015-05-04 2015-08-19 联想(北京)有限公司 Information processing method and electronic device
WO2015124017A1 (en) * 2014-02-21 2015-08-27 北京奇虎科技有限公司 Method and apparatus for application installation based on intelligent terminal device
CN105094996A (en) * 2015-07-21 2015-11-25 电子科技大学 Security-enhancing method and system of Android system based on dynamic authority verification
CN105354485A (en) * 2015-10-13 2016-02-24 四川携创信息技术服务有限公司 Data processing method for portable device
CN105740372A (en) * 2016-01-27 2016-07-06 北京金山安全软件有限公司 Data recovery method and device and electronic equipment
CN105824598A (en) * 2016-02-29 2016-08-03 维沃移动通信有限公司 Sound effect management method and mobile terminal
CN106156605A (en) * 2016-06-14 2016-11-23 百度在线网络技术(北京)有限公司 The processing method and processing device of application permission
WO2016188231A1 (en) * 2015-10-19 2016-12-01 中兴通讯股份有限公司 Verification method and apparatus
CN106228063A (en) * 2016-07-27 2016-12-14 北京金山安全软件有限公司 Auxiliary function permission control method and device and terminal equipment
CN106446614A (en) * 2016-08-31 2017-02-22 维沃移动通信有限公司 Permission management method of application program, and mobile terminal
CN106469053A (en) * 2015-08-21 2017-03-01 宇龙计算机通信科技(深圳)有限公司 A kind of application using method, device and terminal
CN106557687A (en) * 2015-09-30 2017-04-05 北京奇虎科技有限公司 A kind of authority control method and device of application program installation process
CN106557669A (en) * 2015-09-30 2017-04-05 北京奇虎科技有限公司 A kind of authority control method and device of application program installation process
CN106997433A (en) * 2017-03-22 2017-08-01 西安电子科技大学 A kind of Android system authority management method
CN107068150A (en) * 2017-05-03 2017-08-18 安利军 A kind of Android intelligent sounds control method and system
CN107943369A (en) * 2017-11-30 2018-04-20 东软集团股份有限公司 A kind of method, apparatus, medium and the electronic equipment of authority application control management
US9971908B2 (en) 2013-08-28 2018-05-15 Huawei Device (Dongguan) Co., Ltd. Method and apparatus for determining permission of application program
CN108319432A (en) * 2018-01-23 2018-07-24 维沃移动通信有限公司 A kind of application operation method and terminal
CN108376079A (en) * 2012-06-19 2018-08-07 谷歌有限责任公司 Automatic application update
CN108416207A (en) * 2018-03-07 2018-08-17 北京元心科技有限公司 Bluetooth access right discrimination method, device and mobile terminal
CN108595945A (en) * 2018-04-18 2018-09-28 Oppo广东移动通信有限公司 Permission reminding method, device, mobile terminal, server and storage medium
CN110765426A (en) * 2019-10-22 2020-02-07 深圳市康冠智能科技有限公司 Equipment permission setting method, device, equipment and computer storage medium
WO2023060957A1 (en) * 2021-10-14 2023-04-20 北京字节跳动网络技术有限公司 Operating system permission control method and apparatus, electronic device, and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102034059A (en) * 2010-12-02 2011-04-27 东莞宇龙通信科技有限公司 Method and device for managing application program and terminal

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102034059A (en) * 2010-12-02 2011-04-27 东莞宇龙通信科技有限公司 Method and device for managing application program and terminal

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
《HotMobile '11》 20110303 Alastair R. Beresford et al. MockDroid: trading privacy for application functionality on smartphones 1-6 1-10 , *
ALASTAIR R. BERESFORD ET AL.: "MockDroid: trading privacy for application functionality on smartphones", 《HOTMOBILE ’11》 *
YAJIN ZHOU ET AL.: "Taming Information-Stealing Smartphone Applications (on Android)", 《4TH INTERNATIONAL CONFERENCE, TRUST 2011》 *

Cited By (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103378971B (en) * 2012-04-27 2017-10-13 厦门雅迅网络股份有限公司 A kind of data encryption system and method
CN103378971A (en) * 2012-04-27 2013-10-30 厦门雅迅网络股份有限公司 Data encryption system and method
CN108376079A (en) * 2012-06-19 2018-08-07 谷歌有限责任公司 Automatic application update
CN103514386A (en) * 2012-06-22 2014-01-15 纬创资通股份有限公司 Permission control method of application program, electronic device and computer readable medium
CN103514386B (en) * 2012-06-22 2016-07-06 纬创资通股份有限公司 Permission control and management method of application program and electronic device
CN102819715A (en) * 2012-08-15 2012-12-12 腾讯科技(深圳)有限公司 API (application programming interface) monitoring method and device
WO2014026607A1 (en) * 2012-08-15 2014-02-20 Tencent Technology (Shenzhen) Company Limited Api monitoring method and device therefor
CN102981835B (en) * 2012-11-02 2015-06-10 福州博远无线网络科技有限公司 Android application program permanent Root permission acquiring method
CN102981835A (en) * 2012-11-02 2013-03-20 福州博远无线网络科技有限公司 Android application program permanent Root permission acquiring method
CN103810416A (en) * 2012-11-07 2014-05-21 腾讯科技(深圳)有限公司 Software installation or uninstallation method and device
CN103905390B (en) * 2012-12-26 2017-05-24 联想(北京)有限公司 Permission acquisition method, device, electronic equipment and system
CN103905390A (en) * 2012-12-26 2014-07-02 联想(北京)有限公司 Permission acquisition method, device, electronic equipment and system
CN103116716A (en) * 2013-01-25 2013-05-22 复旦大学 Immediate access conferring method aiming at low interference of mobile platform
CN103294940A (en) * 2013-05-23 2013-09-11 广东欧珀移动通信有限公司 Android system authority control method and intelligent mobile terminal
CN103268451A (en) * 2013-06-08 2013-08-28 上海斐讯数据通信技术有限公司 Dynamic permission management system based on mobile terminal
CN103268451B (en) * 2013-06-08 2017-12-05 上海斐讯数据通信技术有限公司 A kind of dynamic permission management system based on mobile terminal
CN103324506A (en) * 2013-06-24 2013-09-25 上海天奕达电子科技有限公司 Method and mobile phone for controlling installation of Android applications
US9971908B2 (en) 2013-08-28 2018-05-15 Huawei Device (Dongguan) Co., Ltd. Method and apparatus for determining permission of application program
CN104462889A (en) * 2013-09-12 2015-03-25 腾讯科技(深圳)有限公司 Application authority management method and device
CN104462889B (en) * 2013-09-12 2019-04-30 腾讯科技(深圳)有限公司 A kind of application rights management method and device
CN103617389A (en) * 2013-11-08 2014-03-05 上海天奕达网络科技有限公司 Terminal rights management method and terminal device
CN103617380B (en) * 2013-11-28 2017-04-19 北京邮电大学 Application program authority dynamic control method and system
CN103617380A (en) * 2013-11-28 2014-03-05 北京邮电大学 Application program authority dynamic control method and system
CN103714287A (en) * 2013-12-25 2014-04-09 北京奇虎科技有限公司 Method and device for obtaining temporary Root authority
CN103714287B (en) * 2013-12-25 2015-07-01 北京奇虎科技有限公司 Method and device for obtaining temporary Root authority
CN104809390A (en) * 2014-01-26 2015-07-29 中兴通讯股份有限公司 Safe operation method and device of system
WO2015109668A1 (en) * 2014-01-26 2015-07-30 中兴通讯股份有限公司 Application program management method, device, terminal, and computer storage medium
CN103870306A (en) * 2014-02-21 2014-06-18 北京奇虎科技有限公司 Method and device for installing application program on basis of intelligent terminal equipment
WO2015124017A1 (en) * 2014-02-21 2015-08-27 北京奇虎科技有限公司 Method and apparatus for application installation based on intelligent terminal device
CN103927482A (en) * 2014-03-24 2014-07-16 深圳市中兴移动通信有限公司 Mobile terminal and application sensitivity permission management method thereof
CN104156467B (en) * 2014-08-22 2018-05-29 北京智谷睿拓技术服务有限公司 API recommends method and API recommendation apparatus
CN104156467A (en) * 2014-08-22 2014-11-19 北京智谷睿拓技术服务有限公司 API recommendation method and API recommendation device
CN104850778B (en) * 2015-05-04 2019-08-27 联想(北京)有限公司 A kind of information processing method and electronic equipment
CN104850778A (en) * 2015-05-04 2015-08-19 联想(北京)有限公司 Information processing method and electronic device
CN105094996A (en) * 2015-07-21 2015-11-25 电子科技大学 Security-enhancing method and system of Android system based on dynamic authority verification
CN106469053A (en) * 2015-08-21 2017-03-01 宇龙计算机通信科技(深圳)有限公司 A kind of application using method, device and terminal
CN106557687A (en) * 2015-09-30 2017-04-05 北京奇虎科技有限公司 A kind of authority control method and device of application program installation process
CN106557669A (en) * 2015-09-30 2017-04-05 北京奇虎科技有限公司 A kind of authority control method and device of application program installation process
CN105354485B (en) * 2015-10-13 2018-02-16 四川携创信息技术服务有限公司 A kind of portable set data processing method
CN105354485A (en) * 2015-10-13 2016-02-24 四川携创信息技术服务有限公司 Data processing method for portable device
WO2016188231A1 (en) * 2015-10-19 2016-12-01 中兴通讯股份有限公司 Verification method and apparatus
CN105740372B (en) * 2016-01-27 2020-11-27 北京金山安全软件有限公司 Data recovery method and device and electronic equipment
CN105740372A (en) * 2016-01-27 2016-07-06 北京金山安全软件有限公司 Data recovery method and device and electronic equipment
CN105824598B (en) * 2016-02-29 2019-06-07 维沃移动通信有限公司 A kind of audio management method and mobile terminal
CN105824598A (en) * 2016-02-29 2016-08-03 维沃移动通信有限公司 Sound effect management method and mobile terminal
CN106156605A (en) * 2016-06-14 2016-11-23 百度在线网络技术(北京)有限公司 The processing method and processing device of application permission
CN106228063A (en) * 2016-07-27 2016-12-14 北京金山安全软件有限公司 Auxiliary function permission control method and device and terminal equipment
CN106446614A (en) * 2016-08-31 2017-02-22 维沃移动通信有限公司 Permission management method of application program, and mobile terminal
CN106446614B (en) * 2016-08-31 2019-09-27 维沃移动通信有限公司 A kind of right management method and mobile terminal of application program
CN106997433A (en) * 2017-03-22 2017-08-01 西安电子科技大学 A kind of Android system authority management method
CN107068150A (en) * 2017-05-03 2017-08-18 安利军 A kind of Android intelligent sounds control method and system
CN107943369B (en) * 2017-11-30 2020-01-21 东软集团股份有限公司 Method, device, medium and electronic equipment for controlling and managing permission application
CN107943369A (en) * 2017-11-30 2018-04-20 东软集团股份有限公司 A kind of method, apparatus, medium and the electronic equipment of authority application control management
CN108319432A (en) * 2018-01-23 2018-07-24 维沃移动通信有限公司 A kind of application operation method and terminal
CN108416207A (en) * 2018-03-07 2018-08-17 北京元心科技有限公司 Bluetooth access right discrimination method, device and mobile terminal
CN108595945A (en) * 2018-04-18 2018-09-28 Oppo广东移动通信有限公司 Permission reminding method, device, mobile terminal, server and storage medium
CN108595945B (en) * 2018-04-18 2021-01-05 Oppo广东移动通信有限公司 Permission prompting method and device, mobile terminal, server and storage medium
CN110765426A (en) * 2019-10-22 2020-02-07 深圳市康冠智能科技有限公司 Equipment permission setting method, device, equipment and computer storage medium
WO2023060957A1 (en) * 2021-10-14 2023-04-20 北京字节跳动网络技术有限公司 Operating system permission control method and apparatus, electronic device, and storage medium

Similar Documents

Publication Publication Date Title
CN102289633A (en) Method for managing dynamic permission of application program under Android platform
EP2885702B1 (en) Method and device for controlling invocation of an application programming interface
US8843122B1 (en) Mobile phone controls preprocessor
US20130055378A1 (en) Method and portable device for controlling permission settings for application
EP2302549B1 (en) Platform security apparatus and method thereof
US20120291138A1 (en) Information processing apparatus and method for preventing unauthorized cooperation of applications
CN102981835B (en) Android application program permanent Root permission acquiring method
US8595489B1 (en) Grouping and ranking of application permissions
US20120246731A1 (en) Secure execution of unsecured apps on a device
EP3089068A1 (en) Application program management method, device, terminal, and computer storage medium
CN109241731B (en) Privacy information protection method and device based on virtual application and storage medium
CN106557669A (en) A kind of authority control method and device of application program installation process
RU2630553C2 (en) Method, instrumentation, and device for adding connected expansion to address book
CN103870306A (en) Method and device for installing application program on basis of intelligent terminal equipment
US20130132528A1 (en) Application distribution system, application distribution method, terminal, and program
CN103379481A (en) Method for achieving safety protection and firewall
WO2019100897A1 (en) Application program starting method and starting apparatus, and computer readable storage medium
CN113360856A (en) Policy setting system and method based on authority control
CN103455520A (en) Method and device for accessing Android database
CN105630518A (en) Method and device for updating resources of Android application software
CN103002342A (en) Method and system for protecting television camera
CN106557687A (en) A kind of authority control method and device of application program installation process
CN102509054A (en) Mobile terminal and application program control method for mobile terminal
CN102426639A (en) Information safety monitoring method and device
Alepis et al. Hey doc, is this normal?: Exploring android permissions in the post marshmallow era

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20111221