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
- Nested object label indentation is incorrect when using the UI Toolkit Inspector
- Crash on tlsf_free when UI Elements are moved to the side by scrolling
- Setting VideoPlayer.time and pausing results in incorrect player.frame values
- Crash on AudioUtil_CUSTOM_HasAudioCallback when entering PlayMode while the GameObject's Properties Inspector window is in Debug mode
- Tilemap Collider 2D is not updating the Collider shapes when removing Tiles on the Tilemap component
Add comment