Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Duplicate provider authority prevents installation #20

Open
RedshirtMB opened this issue Mar 7, 2016 · 3 comments
Open

Duplicate provider authority prevents installation #20

RedshirtMB opened this issue Mar 7, 2016 · 3 comments

Comments

@RedshirtMB
Copy link
Contributor

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.

@LukePulverenti
Copy link
Member

do you know if this is the only place that needs to be changed?

@RedshirtMB
Copy link
Contributor Author

I believe so, any other uses are just referencing the static property in AuthenticatorService.

@LukePulverenti
Copy link
Member

This repository is outdated and archived!
You can find up-to-date client libraries in the new Emby.ApiClient Repository

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants