0

I'm new to android.I have vbscript code that performs a certain task. I want to call this script from my activity. Is it possible to do so? Is it possible to call a shell script from an activity? I know that we can call C/C++ code from android, but can we call methods written in any other languages like PERL,Python from out activity?

1 Answer 1

2

VBScript is a Microsoft language designed to run on Microsoft operating systems with Windows Scripting Host installed, so it won't work.

For your second question about the shell script, depending on what is in the shell script, it may or may not require root privileges.

Sign up to request clarification or add additional context in comments.

2 Comments

Can we use a shell script?
@Anu I added something about it

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.