Application program authorization method and device
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- NANJING COOLPAD SOFTWARE TECH
- Publication Date
- 2020-04-07
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the field of electronic technology, in particular to an application program authorization method and device. Background technique
[0002] Google (Google) started from Android 6.0 (Android system version 6.0) Marshmallow, and introduced the application runtime authorization mechanism, which changed the original application once installed and can access everything within the authority without the user's knowledge. In Android 6.0, the dangerous permissions declared by the application will not be granted at the time of installation. Instead, the app has to ask the user for permission one by one at runtime. The permission query dialog box will not pop up by itself, and the developer must call it by himself. If some functions that the developer wants to call require a certain permission and the user refuses to authorize, the function will throw an exception and directly cause the program to crash. In addition, users can a...