Search Issue Tracker
In Progress
Votes
0
Found in [Package]
4.3.0
Issue ID
OXPB-160
Regression
No
Bluetooth permission is removed from the AndroidManifest.xml when the Oculus XR Plugin is installed and the Player is built
Reproduction steps:
1. Open the attached “ASDQWE” project
2. Open the Build Settings Window (File > Build Settings)
3. In the Build Settings Window, press the “Build” button
4. Open the built APK with Android Studio APK Analyzer
5. Observe the AndroidManifest.xml file
Expected result: The Android Manifest contains “Bluetooth” permission
Actual result: The Android Manifest does not contain “Bluetooth” permission
Reproducible with: 3.4.1 (2021.3.44f1), 4.3.0 (2022.3.49f1, 6000.0.22f1)
Reproducible on: MacOS 14.6.1 (Intel), Windows 10 (user’s)
Not reproducible on: No other environment tested
Note: The issue occurs regardless of whether the ‘tools:node="remove"’ is added to the AndroidManifest.xml prior to the build process
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Asset icon is not shown on creation unless you confirm the name
- APV Sky occlusion doesn't consider the terrain
- [iOS] "EXC_BAD_ACCESS" Player crash when Script Debugging is enabled
- Cursor skips input fields when tabbing between two sets of input fields
- "Shader error redefinition of 'Varyings'" error appears when selecting the shader
Resolution Note:
Changed build process to keep Bluetooth permissions tag added to the manifest.