Skip to content

Instantly share code, notes, and snippets.

@t4kemyh4nd
Created July 19, 2021 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t4kemyh4nd/ac4b89608e6246690623ad26c9b3760a to your computer and use it in GitHub Desktop.
Save t4kemyh4nd/ac4b89608e6246690623ad26c9b3760a to your computer and use it in GitHub Desktop.
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<!---redacted--->
<data android:scheme="miui-music" android:host="web"/>
<!---redacted--->
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment