*Two build flavors, which are possible to install at a time in same phone. but showing this alert (Complete action using ("App name")) always on each module wise selection on the app
Asked
Active
Viewed 70 times
1 Answers
0
You will need to change the
<intent-filter>
for one of those two copies of the activity. Right now, both are advertising that they support the same action string. Change one to use a different action string.

theapache64
- 10,926
- 9
- 65
- 108