这是indexloc提供的服务,不要输入任何密码
Skip to content

make TermuxService (com.termux.service_execute) available to other apps #804

@torappinfo

Description

@torappinfo

So, any app can use the TermuxService execute.

Only minor changes in AndroidManifest.xml are needed:
```
< permission android:name="com.termux.app.TermuxService">
< /permission>

  <service android:name="com.termux.app.TermuxService" android:permission="com.termux.app.TermuxService">
      <intent-filter>
        <action android:name="com.termux.service_execute" />
      </intent-filter>
    </service>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions