for example, when you click a notification it opens a picker where you can choose the activity to open the note, but it shouldn't happen, because the 2 versions have separate databases. It's because we don't use separate URI for the signal that opens the note. It's similar to the problem that was fixed by using the package name for content providers.
how To Reproduce
install the fdroid AND the play store versions
fill both with notes
set a reminer on a note and wait
click the notification
you get to choose which app should open the note, but the correct one should be chosen automatically!
Describe the bug
for example, when you click a notification it opens a picker where you can choose the activity to open the note, but it shouldn't happen, because the 2 versions have separate databases. It's because we don't use separate URI for the signal that opens the note. It's similar to the problem that was fixed by using the package name for content providers.
how To Reproduce