Skip to content
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

I can't install 2 apps using MaterialSearchView on same device !! #7

Closed
hishambakr opened this issue Apr 25, 2016 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@hishambakr
Copy link

Thanks for great work. I face a strange issue that I can't install my app on same device that have your demo app.

After investigation, I found this stack overflow link:
http://stackoverflow.com/questions/16267785/install-shows-error-in-console-install-failed-conflicting-provider

Because your library manifest has provider with:
android:authorities="br.com.mauker.materialsearchview.searchhistorydatabase"

because this value should be unicque, every device will have one app only that uses MaterialSearchView

@Mauker1 Mauker1 added the bug label Apr 25, 2016
@Mauker1
Copy link
Owner

Mauker1 commented Apr 25, 2016

Oh. When I was first writing this lib, I completely forgot about this issue. I believe I can't install more than one provider with the same authority. I guess I'll have to write a new method to access the internal db. Thanks for the report!

@Mauker1 Mauker1 self-assigned this Apr 25, 2016
Mauker1 added a commit that referenced this issue Apr 25, 2016
Testing for the presence of a physical keyboard.
Content Provider will be abandoned because of issue #7.
@Mauker1 Mauker1 added this to the 1.1.0 milestone Apr 25, 2016
@Mauker1 Mauker1 closed this as completed in eb4ed29 May 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants