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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
Changed build process to keep Bluetooth permissions tag added to the manifest.