mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
minor refactoring: RunCommand => RunCommandService
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user