Files
syncthing-android/scripts/debug/win/restart.cmd
2025-07-14 00:14:54 +02:00

10 lines
264 B
Batchfile

@echo off
setlocal enabledelayedexpansion
::
SET "PACKAGE_NAME=com.github.catfriend1.syncthingandroid.debug"
::
adb shell am force-stop "%PACKAGE_NAME%"
adb shell am start -n "%PACKAGE_NAME%/com.nutomic.syncthingandroid.activities.FirstStartActivity"
::
goto :eof