Key Points of This Article
- Content suggesting integration with “Android XR” has been discovered in the internal code of the latest version (v9.18) of the Android version of the “Google Translate” app.
- Indicates that the library “androidx.xr”, to support the “Android XR” platform, has been incorporated into the Android version of the “Google Translate” app.
- It appears to be used for projecting the screen of the Android version of the “Google Translate” app on an Android device to an “Android XR” device.
When we talk about noteworthy Google products expected in the latter half of 2025, the cross-reality XR operating system ” Android XR“, jointly developed by Google, Samsung, and Qualcomm, is certainly a major one.
We’d like to introduce content that hints at integration with this “Android XR,” which was found in the internal code of the latest version (v9.18) of the “Google Translate” Android app. For your information, Android version “Google Translate” app v9.18 was just released around Monday, September 22, 2025.
<activity
android:theme="@style/Theme.AppCompat.DayNight"
android:label="@string/request_permission_on_host_activity_label"
android:name="androidx.xr.projected.permissions.RequestPermissionsOnHostActivity"
android:exported="false"/>
<activity
android:theme="@style/Theme.AppCompat.NoActionBar"
android:name="androidx.xr.projected.permissions.GoToHostProjectedActivity"
android:exported="false"/>
<string name="request_permission_on_host_activity_label">Permission Request</string>
<string name="go_to_host_projected_activity_text">Please review the permission request on your host device</string>
<string name="go_to_host_projected_activity_text">ホストデバイスで権限のリクエストをご確認ください</string>
<string name="request_permission_on_host_activity_label">権限のリクエスト</string>
This code indicates that the library “androidx.xr,” designed to support the “Android XR” platform, has been incorporated into the Android version of the “Google Translate” app. Specifically, it appears to be used for projecting the screen of the Android version of the “Google Translate” app on an Android device onto an “Android XR” device. Additionally, permission management functions for this “Android XR” integration have also been added.
Google has already released a demonstration of “Google Translate” operating on “Android XR” upon its announcement, and the integration of this library into the app suggests that development is progressing smoothly. It is anticipated that the Android version of the “Google Translate” app will be fully compatible with “Android XR” concurrently with the release of “Android XR” devices.
Furthermore, it is expected that integration features for “Android XR” will be progressively added to other Google service apps beyond the Android version of the “Google Translate” app in the future.
コメントを残す