# Application privilege

# 1. Apply for dynamic privileges

  • Apply for permissions on an as-needed basis. Do not pre-apply when the user has not used to.
  • It is prohibited to request more privileges than the user needs.
  • Dynamic permission request call ActivityCompat.requestPermissions(this,permissions,PERMISSIONCODE);
  • The Dynamic Permissions screen is shown below:

image

Last Updated: 1/7/2026, 7:24:45 PM