mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
10 lines
264 B
Batchfile
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
|