Skip to content

Instantly share code, notes, and snippets.

@raystatic
Last active July 9, 2022 21:27
Show Gist options
  • Save raystatic/de752b7c9687f40d5f0732ed764b35f6 to your computer and use it in GitHub Desktop.
Save raystatic/de752b7c9687f40d5f0732ed764b35f6 to your computer and use it in GitHub Desktop.
/* Navigate to feature_01 */
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("raystatic://multi.module.app/feat01"))
startActivity(intent)
/* Navigate to feature_02 */
val intentFeat02 = Intent(Intent.ACTION_VIEW, Uri.parse("raystatic://multi.module.app/feat02"))
startActivity(intent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment