[Android] Fix uninstall link
This commit is contained in:
parent
45c6d0d157
commit
f8ff6900ef
|
@ -140,7 +140,7 @@ static void watch_uninstall(const char *baseDir)
|
|||
}
|
||||
|
||||
__android_log_print(ANDROID_LOG_INFO, "watch_uninstall", "Launching web browser");
|
||||
execlp("am", "am", "start", "--user", "0", "-a", "android.intent.action.VIEW", "-d", "https://www.pj64-emu.com/android-uninstalled.html", (char *)NULL);
|
||||
execlp("am", "am", "start", "--user", "0", "-a", "android.intent.action.VIEW", "-d", "http://www.pj64-emu.com/android-uninstalled.html", (char *)NULL);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue