Hi a get INSTALL_FAILED_CONFLICTING_PROVIDER and after trying of uninstall app I get failure (see below)
Installing cz.evolta.winwinjob
DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/cz.evolta.winwinjob"
pkg: /data/local/tmp/cz.evolta.winwinjob
Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
DEVICE SHELL COMMAND: pm uninstall cz.evolta.winwinjob
Unknown failure (Failure)
I read a lot about android:authorities and android:exported but nothing change. And beside that I dont have any ContentProvider in my app (mean in manifest).
But I use GCM to send push, Facebook SDK, Linkedin - is possible that error occurs cause of them?
And this error happens only on olny Nexus (4.3 - API 18) with a lot of apps (is there any way to find where the collision exactly is ?), but in Motorola Moto G (5.1 - 21), LG (6.0) and emulator (4.3 - api 18) it is OK.