Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.5.X, 5.6.X, 2017.1.X, 2017.2.X
Votes
0
Found in
2017.3.0a6
Issue ID
946349
Regression
No
Ephemeral permissions' pop up don't show up on Android O and it is not granted automatically
How to reproduce:
1. Open the attached project
2. You can delete Manifest from Android>Plugins and keep Click.cs and test scene
or
2. You can delete Click.cs and test scene and keep Manifest
3. In both ways it will use camera permissions, which are ephemeral
4. Build and run test scene on Android O device
Actual result: You won't get camera permissions pop up at the startup during clear install. Also one can see that in application settings camera permissions are disabled.
Expected result: It should either ask to allow using camera or grant permission automatically
Note:
Tested some more permissions:
-dangerous|ephemeral "android.permission.READ_PHONE_NUMBERS" works same as camera permissions
-dangerous "android.permission.BODY_SENSORS" pop up appears
-dangerous "android.permission.READ_EXTERNAL_STORAGE" pop up appears
DUT(reproducible):
90, Google Nexus 6p, 8.0.0
DUT(not reproducible):
137, Samsung Galaxy S8 [SM-G950F], 7.0.0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Add comment