You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
I couldn't connect to Sphero after upgrading my tablet from Lollipop to Marshmallow. As recommended on another site, adding this line to the Android manifest didn't resolve the issue:
The problem occurs for both Unity 4.3 and 5.
Does something need to change in the plugin code itself to support the new manifest permission ?
The text was updated successfully, but these errors were encountered:
For some reason this forum hides the XML line I'm trying to show which I added to the Android manifest. Removing tag for"uses-permission":
uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I couldn't connect to Sphero after upgrading my tablet from Lollipop to Marshmallow. As recommended on another site, adding this line to the Android manifest didn't resolve the issue:
The problem occurs for both Unity 4.3 and 5.
Does something need to change in the plugin code itself to support the new manifest permission ?
The text was updated successfully, but these errors were encountered: