In your Android application, you can use normal Java solution to
execute a Linux command .
For example:
Process process = Runtime.getRuntime().exec("chmod 777 /data/
data/...")
process.waitFor() ;
Not make sure whether it is your question.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---