termux-tools: fix termux-am class name, so termux-reset will work correctly

This commit is contained in:
Leonid Pliushch 2021-02-10 15:28:29 +02:00
parent 00c96411be
commit dec6715cf2
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.105
TERMUX_PKG_VERSION=0.106
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true

View File

@ -45,6 +45,6 @@ else
/system/bin/killall -9 "$SHELL"
else
export CLASSPATH="@TERMUX_CACHE_DIR@/termux-am/am.apk"
/system/bin/app_process / com.example.termuxam.Am stopservice com.termux/.app.TermuxService
/system/bin/app_process / com.termux.termuxam.Am stopservice com.termux/.app.TermuxService
fi
fi