diff --git a/images/android.png b/images/android.png new file mode 100644 index 000000000..f36569f90 Binary files /dev/null and b/images/android.png differ diff --git a/public/images/android.webp b/public/images/android.webp new file mode 100644 index 000000000..b92db1866 Binary files /dev/null and b/public/images/android.webp differ diff --git a/src/pages/home/previews/video_box.tsx b/src/pages/home/previews/video_box.tsx index 9b3215374..cb15dc0c8 100644 --- a/src/pages/home/previews/video_box.tsx +++ b/src/pages/home/previews/video_box.tsx @@ -44,6 +44,12 @@ export const players: { scheme: "vlc://$durl", platforms: ["Windows", "MacOS", "Linux", "Android", "iOS"], }, + { + icon: "android", + name: "Android", + scheme: "intent:$durl#Intent;type=video/*;S.title=$name;end", + platforms: ["Android"], + }, { icon: "nplayer", name: "nPlayer",