Skip to content

Instantly share code, notes, and snippets.

@t4kemyh4nd
Created August 27, 2021 05:23
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/f4409d04aed5b2ac6f6594a6a92c2cec to your computer and use it in GitHub Desktop.
Save t4kemyh4nd/f4409d04aed5b2ac6f6594a6a92c2cec 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"/>
<data android:scheme="miui-music" android:host="play"/>
<data android:scheme="miui-music" android:host="view"/>
<data android:scheme="miui-music" android:host="detail"/>
<data android:scheme="miui-music" android:host="home"/>
<data android:scheme="miui-music" android:host="search"/>
<data android:scheme="miui-music" android:host="artist"/>
<data android:scheme="miui-music" android:host="more"/>
<data android:scheme="miui-music" android:host="web"/>
<data android:scheme="miui-music" android:host="playback"/>
<data android:scheme="miui-music" android:host="settings"/>
<data android:scheme="miui-music" android:host="service"/>
<data android:scheme="http" android:host="app.music.xiaomi.com"/>
<data android:scheme="https" android:host="app.music.xiaomi.com"/>
<data android:scheme="http" android:host="app.fm.duokanbox.com"/>
<data android:scheme="https" android:host="app.fm.duokanbox.com"/>
<data android:scheme="miui-music" android:host="artist_list"/>
<data android:scheme="miui-music" android:host="display"/>
<data android:scheme="miui-music" android:host="global_music"/>
<data android:scheme="miui-music" android:host="hungama_payment"/>
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment