Resolves ENG-2731
Added the comm:// URI scheme to debug AndroidManifest.xml
- Followed the instruction from Setup Android URI scheme and the "Android Guide" linked there.
- Added the <intent-filter> to src/debug/AndroidManifest.xml as suggested above, used Manifest merging to ensure it is applied correctly
- Removed the leftover intent filter from src/main/AndroidManifest.xml - this wasn't fully removed in D1447 and Android Studio was signaling missing "data" attribute. This can be added back when necessary, it doesn't collide with my debug intent filter.