Distribute and grow
Distribute and grow

VRC.Quest.Security.2

Updated: Jul 31, 2024

Criteria

The app must request the minimum number of permissions required to function and may not include permissions that are unsupported.
 Required ✓Recommended +
Immersive apps
✓
 
Panel (2D) apps
✓
 

Additional details

Be sure you know the purpose of every permission declared in the app manifest and remove any that are unnecessary.
A list of prohibited Android permissions, which are never allowed, is available at Prohibited Android Permissions.
A list of review-requiring Android permissions, which are only allowed if necessary for your specific app, is available at Review-Requiring Android Permissions.
To learn how to remove undesired permissions from your app, see Remove Permissions from your Manifest.

Steps to test

  1. Review the permissions declared in the Android manifest. (See Determining Permissions Used By Your App.)
  2. Verify that the app uses every permission it declares.
  3. Verify that none of the declared permissions are prohibited.

Expected result

  • The app has a functional use for every permission declared.
  • The app doesn’t declare any prohibited permissions.

Revisions

  • 2024-12-18: Moved the lists of prohibited and review-required permissions to their own reference pages.
  • 2024-07-31: Removed App Lab from VRC platform requirements.
Did you find this page helpful?