I have two applications, let's call them APP-A and APP-B, they share the userid "com.example.app.USER"
, if APP-A is running and I install APP-B, APP-A closes.
Does anyone know if this behavior is intended?
If it is, could you link to any reference in the documentation?
If not, what can I do as a workaround?
EDIT:
Just a note: this happens when APP-B is installed via adb install
, if installed from the device's file browser the proccess is killed then restarted. (This is very frustrating as this bypasses exception handling via try...catch
blocks)