minor refactoring: RunCommand => RunCommandService

This commit is contained in:
Leonid Pliushch
2020-06-09 15:48:56 +03:00
parent db3ff7b24a
commit 5b32540635
2 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@
android:exported="false" />
<service
android:name=".app.RunCommand"
android:name=".app.RunCommandService"
android:exported="true"
android:permission="com.termux.permission.RUN_COMMAND" >
<intent-filter>