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 Dec 9, 2023. It is now read-only.
Android does not allow more than one application to use the same authority for providers. The only way to get around this is to uninstall one Emby client to install another.
That authority value is present in the manifest and currently hard-coded in AuthenticatorService.java.
It's easy enough to recompile the library after changing the values manually but that defeats the whole drag-and-drop usage of this library. Also, I'm concerned that users will be confused why they have two clients on the same machine with different accounts writing to the same sync folder yet neither client can see what the other has synced.
The text was updated successfully, but these errors were encountered:
Android does not allow more than one application to use the same authority for providers. The only way to get around this is to uninstall one Emby client to install another.
That authority value is present in the manifest and currently hard-coded in AuthenticatorService.java.
It's easy enough to recompile the library after changing the values manually but that defeats the whole drag-and-drop usage of this library. Also, I'm concerned that users will be confused why they have two clients on the same machine with different accounts writing to the same sync folder yet neither client can see what the other has synced.
The text was updated successfully, but these errors were encountered: