The Android XR SDK has reached Developer Preview 4, and we want your feedback! Try things out, and visit our support page to reach out.

Understand permissions for XR

Applicable XR devices
This guidance helps you build experiences for these types of XR devices.
XR Headsets
Wired XR Glasses
Audio &
Display Glasses

Just like apps on mobile devices and other form factors, some capabilities offered by XR apps require your app to declare permissions in your app's AndroidManifest file. In the case of dangerous permissions, your app may need to request runtime permissions. Read Permissions on Android and permission best practices for more in-depth information.

The following permissions can be used by XR apps. All of the permissions in this section are considered dangerous permissions, so you must declare them in your app manifest and request them at runtime.

android.permission.EYE_TRACKING_COARSE

Representing the user's eye pose, status, and orientation, such as for use with avatars. Use this permission when low-precision eye tracking data is needed.

Jetpack XR SDK

N/A

OpenXR Extensions

Unity Features

android.permission.EYE_TRACKING_FINE

Eye gaze for selection, input, and interactions.

Jetpack XR SDK

N/A

OpenXR Extensions

Unity Features

android.permission.FACE_TRACKING

Tracking and rendering facial expressions.

Jetpack XR SDK

N/A

OpenXR Extensions

Unity Features

android.permission.HAND_TRACKING

Tracking hand joint poses and angular and linear velocities; Using a mesh representation of the user's hands.

android.permission.SCENE_UNDERSTANDING_COARSE

Light estimation; projecting passthrough onto mesh surfaces; performing raycasts against trackables in the environment; plane tracking; object tracking; persistent anchors.

android.permission.SCENE_UNDERSTANDING_FINE

Depth texture.

Jetpack XR SDK

N/A

OpenXR Extensions

Unity Features

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月19日 UTC.