This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Description
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.