All Oculus Quest developers MUST PASS the concept review prior to gaining publishing access to the Quest Store and additional resources. Submit a concept document for review as early in your Quest application development cycle as possible. For additional information and context, please see Submitting Your App to the Oculus Quest Store.
The app must request the minimum number of permissions required to function.
Required - Yes
The review team will be paying especially close attention to the list of permissions that Google considers dangerous, which includes camera, location, microphone, reading and writing external storage, and others.
For more information about permissions, see https://developer.android.com/guide/topics/permissions/overview.html.
$ aapt dump badging and search the output for for uses-permission.There must be a rationale behind every permission your app requests in the app manifest.