mengdd / PreferencesProvider

A multiprocess supported replacement of Android SharedPreferences based on ContentProvider.
Apache License 2.0
57 stars 14 forks source link

ContentProvider needs a unique authority #2

Closed mengdd closed 8 years ago

mengdd commented 8 years ago

If the same authority is used for multiple apps, the later app is unable to installed due to authority conflict .

screen shot 2016-11-14 at 5 18 44 pm
mengdd commented 8 years ago

Fixed in PR: https://github.com/mengdd/PreferencesProvider/pull/3 Released in version 0.2.0.