
Termux:API 0.44 APK
App Info
- 앱 이름Termux:API
- 종류생산성
- 버전0.44
- 요구 사항7.0 이상
- File Size2.35 MB
- Updated2023-10-05
- 앱코드com.termux.api
기술
The Termux:API add-on provides command line access to device API:s:
* Read and send sms messages from your terminal.
* Access device GPS location sensor from scripts.
* Pipe the result of commands into the device text-to-speech engine.
* Vibrate the device when something interesting happens.
* Access the system clipboard from shell scripts.
* List contacts from the system contact list.
Besides installing this app an additional package is required to install inside Termux:
$ apt install termux-api
See the following documentation about available API commands:
https://wiki.termux.com/wiki/Termux:API
NOTE: This is an add-on which requires that the main Termux app is installed to use.
CALL_PHONE | Allows to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed. |
---|---|
Read contacts | Allows to read the user's contacts data. |
Camera | Allows to use the camera device. |
Record audio | Allows to record audio. |
Access coarse location | Allows to access approximate location derived from network location sources such as cell towers and Wi-Fi. |
Access fine location | Allows to access precise location from location sources such as GPS, cell towers and Wi-Fi. |
Set wallpaper | Allows to set the wallpaper. |
Vibrate | Allows access to the vibrator. |
Transmit IR | Allows using the device's IR transmitter, if available. |
Read phone state | Allows read only access to phone state. |
Access network state | Allows to access information about networks. |
Access wifi state | Allows to access information about Wi-Fi networks. |
Change wifi state | Allows to change Wi-Fi connectivity state. |
Write settings | Allows to read or write the system settings. |
android.permission.USE_BIOMETRIC | App customer permission. |
Receive boot completed | Allows to receive the boot completed notification that is broadcast after the system finishes booting. |
android.permission.REQUEST_INSTALL_PACKAGES | App customer permission. |
android.permission.REQUEST_DELETE_PACKAGES | App customer permission. |
android.permission.USE_FINGERPRINT | App customer permission. |