mirror of
https://github.com/Catfriend1/syncthing-android.git
synced 2025-11-05 13:29:46 +08:00
11 lines
266 B
Batchfile
11 lines
266 B
Batchfile
@echo off
|
|
setlocal enabledelayedexpansion
|
|
::
|
|
SET "SCRIPT_PATH=%~dp0"
|
|
SET "PROJECT_ROOT=%SCRIPT_PATH%..\..\.."
|
|
SET /P PACKAGE_NAME=< "%PROJECT_ROOT%\scripts\debug\package_id.txt"
|
|
::
|
|
adb shell am broadcast -a %PACKAGE_NAME%.action.START -p %PACKAGE_NAME%
|
|
::
|
|
goto :eof
|