Firstly I'm new to Android.
How to execute the following shell command
echo "1" > /sys/devices/enable
in an android app.
I referred many link's but I didn't get the solution.
Is there any permission that I should mention in the manifest file to execute the shell commands in the app???.
Thanks in advance.