Key Points of This Article
- Our investigation of the Android “Androidify” app v1.3.0’s code has revealed a mention of support for “android.software.xr.api.spatial,” the spatial audio API for Google’s XR platform, “Android XR.”
- This means, for example, that sounds from the “Android bot” within the “Androidify” app will (in the future) be heard spatially on the “Android XR” platform.
- However, since the “Android XR” spatial audio API “android.software.xr.api.spatial” is not mandatory, the app will still function normally on devices that do not support spatial audio.
“Androidify” is a custom “Android bot” generator app from Google, released on Wednesday, September 3, 2025, that creates original characters from photos or prompts.
The v1.3.0 update for the Android version of the “Androidify” app began rolling out on Tuesday, October 7, 2025. While there were no outwardly noticeable new features, our own investigation of the app’s code has revealed a mention of support for “android.software.xr.api.spatial,” the spatial audio API for Google’s “Android XR” platform.
This means that, for example, sounds from the “Android bot” in the “Androidify” app will, in the future, be heard spatially within the “Android XR” platform. However, since the “android.software.xr.api.spatial” API is not required, it seems the app will still operate normally on devices without spatial audio support.
<uses-feature
android:name="android.software.xr.api.spatial"
android:required="false"/>
コメントを残す