-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account access permissions #391
Comments
@Andrewerr Sorry for the delay - I am currently on vacation and I didn't see this earlier. The log entry is written here: Android-SingleSignOn/src/main/java/com/nextcloud/android/sso/AccountImporter.java Line 122 in 8047a9c
As you can see it requires the If that doesn't fix your issue please let me know which device you are testing this on (Brand / OS / etc.) |
Closing due to missing feedback. @Andrewerr please feel free to reopen this or create a new issue in case Davids answer wasn't enough 🙂. |
Sorry for long response. The library works correctly on Android versions from 8.1 to 11, while fails to work on Android 7.1.2, despite the permission <uses-permission android:name="android.permission.GET_ACCOUNTS" /> which is as I mentioned added to manifest. |
Hello.
I am developing NextcloudServices app. Recently one of users have experinced issue with logging-in via SingleSignOn(issue #22) on older Android version. So I have added permissions connected with accounts:
But still in the emulator(AOSP 7.1.1) app shows the error about permissions. In the log following error is displayed whenever authentication is attempted:
The text was updated successfully, but these errors were encountered: