Search Issue Tracker
Fixed in 5.4.2
Votes
0
Found in
5.4.0f3
Issue ID
821688
Regression
Yes
[Android] Input.location.isEnabledByUser returning wrong value when location service turned off on the device
Steps to reproduce:
1) Download attached project 'LocationServiceTest.zip' and open in Unity.
2) Open scene 'TestScene'.
3) Make sure location service turned off on the device.
4) Build and run project on a device.
5) When services will ask access to location click on 'Allow'(remember that location service is turned off on the device)
6) In logs check that Input.location.isEnabledByUser returning True instead of False.
Expected result : Since location service is turned off on the device value suppose to be 'False'.
Actual result : location service gives you value of 'True'.
Reproduced with: 5.4.0b21, 5.4.0p1, 5.5.0a5
Not reproduced with: 5.3.6p2
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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Nimdanet
Jun 25, 2019 22:02
Not reproduced with: 20181.9f2
maybe is fixed