Application Platform - OPPO Sensitive Permissions

When I updated the app on the OPPO platform that day, I found that the platform permissions had been upgraded, and sensitive permission verification had been added , and it was still a required field...

Google has classified and adapted permissions since Android 6.0. At a superficial level, permissions are divided into three categories . If普通权限、危险权限(运行时权限、敏感权限) we need to use them 危险权限, in addition to AndroidManifestregistering in (manifest file), we also need to apply for dynamic permissions.

Some people may say that permission classifications should include 普通权限(normal), 运行时权限(dangerous), 签名权限(signature), and 特殊权限(privileged). However, the usage scenarios of the latter two permissions are relatively limited, so we will not introduce them in detail.

Some of the more common dangerous permissions are . It can be said that most of the permissions 电话分类、存储分类、相机分类、定位分类、短信分类等involved are dangerous permissions.用户隐私

Insert image description here

In the early days, dangerous permissions were generally only available after applying for a single permission, and the entire group of permissions was available. However, in my impression, as Android continues to attach importance to user privacy, now after applying for a single permission, the entire group will not be authorized, so When using multiple permissions, you need to apply separately

Back to the beginning, sensitive permissions - access permissions to sensitive information

From the official point of view, we may roughly define which permissions are sensitive permissions. Then we can go to the project to view the scenario classes for applying for dynamic permissions corresponding to the permissions, thereby determining the scenarios for sensitive permissions.
Insert image description here

The OPPO platform will declare 敏感权限the scene by itself, and you can select the corresponding scene by yourself. Some scenes require uploading application screenshots.

Insert image description here

Normal permissions

Insert image description here


Guidelines for filling in sensitive permission descriptions

OPPO platform official documents, mainly divided into creating applications and updating application scenarios

Create application parsing permissions

After you create an application for the first time and upload the installation package, all sensitive permissions and common permissions used by the application will be automatically parsed for you and displayed one by one in the [Sensitive Permission Description] list and [Common Permission Description] list.

Insert image description here

Fill in the permission description

If the application you upload resolves sensitive permissions, please completely fill in the [Sensitive Permissions Description] list.

  1. For each sensitive permission, you need to select the most frequently used purpose of using the permission in the drop-down list, as well as the most frequently used functions related to the purpose of use.

Insert image description here

  1. For camera permissions, microphone permissions, exact location permissions, and approximate location permissions, in addition to making the above selections, you also need to upload a screenshot of the function entrance of the high-frequency function. It supports JPG and PNG formats. The size is 1080*1920. The size of a single picture cannot be More than 1M.
    *Please upload the corresponding function entrance screenshots strictly in accordance with the prescribed size; if there are any non-compliances such as mistransmission or random screenshots, the review will not be passed; *Developers can edit and process the screenshots according to the compliant
    screenshot size before uploading. The final screenshots must ensure that the function entrance logo is easily identifiable and there is no over-stretching or blurring distortion;

Insert image description here
Insert image description here
3. If there is no option that matches your application in the drop-down list, please select "Other" and describe the most frequent purpose and specific function of using the permission in the detailed description, such as calling the camera permission to scan QR codes. Used to add IOT devices.

  1. If your app does not actually use this permission, please select "This permission is not used".

Submit review

After you submit for review, if there are any required fields that are missing, you will be prompted with a red mark. Please follow the prompts to complete them.

Insert image description here

Update application to add new permissions

After you update the app and upload a new installation package, the content you have filled in will be automatically displayed for the same sensitive permissions as the previous version, and you can check and modify them; for new permissions after the app update, the content will be displayed in red. Marked with the word "new", you need to select the high-frequency use purpose and specific functions of the new permission, and fill in the description or upload a screenshot as required.
Insert image description here

other instructions

  1. For applications that have been created before [Sensitive Permission Description] goes online, you need to complete the [Sensitive Permission Description] list according to the prompts during the first application update after the module goes online. For specific operations, refer to the aforementioned guidelines.
  2. Developers are requested to prepare the required content for the [Sensitive Permission Description] in advance to avoid affecting the normal launch or update time of the application.
  3. Please fill in the information strictly in accordance with the purpose of using the sensitive permissions required by the application. If there are irregularities such as evasion of filling in, random writing, etc., in serious cases, the application will be removed from the shelves.

Guess you like

Origin blog.csdn.net/qq_20451879/article/details/133085378