How can I link to other Android or iOS apps from the SharpTools.io Web Dashboard?
Cross Platform (Android and iOS)
Some of the URLs provided in the iOS section work in both Android and iOS. The special 'intent' format mentioned in the Android section primarily works with 'kiosk' browsers like Fully Kiosk.
When the app uses the same URL format on Android and iOS (often not the case), the more generic app://
type format is preferrable as a single hyperlink will work across various browsers like Safari, Chrome, and Fully Kiosk.
As such, you might try using one of snippets from the iOS section first. Some of the more popular simplified app links include:
spotify://
sonos://
ring://
Android URL examples
In order to link to other applications using Fully Kiosk Browser, be sure to enable "Open URL Schemes in Other Apps" in the Fully Kiosk Browser settings.
Learn how to find the intent URL for any Android app with Fully Kiosk Browser using the steps in this community post
intent:#Intent;launchFlags=0x10000000;component=com.amazon.dee.app/.Launcher;end
intent:#Intent;launchFlags=0x10000000;component=com.netgear.android/com.netgear.android.main.MainActivity;end
Spotify
intent:#Intent;launchFlags=0x10000000;component=com.spotify.music/.MainActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.smartthings.android/.main.MainActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.sonos.acr/.SonosLaunchActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.ringapp/com.ring.launch.LaunchActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.ring.answer/com.ring.answer.presentation.splash.SplashActivity;end
intent:#Intent;launchFlags=0x10000000;component=net.dinglisch.android.taskerm/.Tasker;end
intent:#Intent;launchFlags=0x10000000;component=com.logitech.harmonyhub/.ui.SplashActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.belkin.wemoandroid/com.belkin.activity.MainActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.google.android.calendar/com.android.calendar.AllInOneActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.samsung.android.calendar/com.android.calendar.AllInOneActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.sec.android.app.camera/.Camera;end
intent:#Intent;launchFlags=0x10000000;component=com.google.android.gm/.ConversationListActivityGmail;end
intent:#Intent;launchFlags=0x10000000;component=com.google.android.music/com.android.music.activitymanagement.TopLevelActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.google.android.youtube/.app.honeycomb.Shell%24HomeActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.wunderground.android.weather/.ui.launcher.WeatherHomeActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.aws.android/.app.ui.HomeActivity;end