Is there a way to have same app twice on same device using some simple patch?
- One copy is current version downloaded from the store
- A testing copy is an APK coming out of a CI/CD system (built using React Native)
What I have tried so far:
- Replace app name in the source file
src/main/res/values/strings.xml
; but on one device the copy replaces the original, on another device the install routing reports a general error without further detail.