简体   繁体   中英

What is the equivalent of batch for windows on android?

I want to make a simple script that starts recording and stops recording and sends the record as an E-mail attachment. Is that possible on Android? If not what language should I choose to create some alternative (for example an app)?

If you downvote follow, or at least tell me what's wrong in the comments.
Thank you in advance.

If you want run shell comand in Android app you can use this code:

Process process = Runtime.getRuntime().exec( " your comand here " );

Anyway there is no something like batch scripts. There is only applications.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM