Search Issue Tracker
Fixed in 2017.2.0f3
Won't Fix in 5.5.X, 5.6.X, 2017.1.X
Fixed in 2017.2.X
Votes
0
Found in
5.6.0f3
Issue ID
915891
Regression
No
[Android] ACCESS_FINE_LOCATION permission is included in the AndroidManifest.xml when it's not supposed to
Steps to reproduce:
1) Download attached project 'GPSAndroidTest56.zip' and open in Unity
2) In Build Settings, make sure Build System is set to ADT (Legacy)
3) Export 'Scene1'
4) Open the 'AndroidManifest.xml' file from the exported android project
You will see that ' <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />' permission is included in the build
Expected result: Using higher value than 500 meters should not require to turn GPS chip on
Actual result: Using higher value than 500 meters requires to turn GPS chip on (check attached image 'bug.png')
Reproduced with:
5.3.7p4, 5.4.5p2, 5.5.3p4, 5.6.1p1, 2017.1.0b7, 2017.2.0a1
--------------------------------------------------
Fixed in: 2017.3.0a1 and 2017.2.0b8
Note: 'Low Accuracy Location' option is added in the Player Settings
Comments (1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
technicat
Nov 24, 2017 20:14
I don't think it was fixed in 2017.2. I see it in 2017.2p1 and 2017.2p2. This poses a problem on the Amazon Appstore where it limits availability to devices with GPS.