2

In my app i need to edit sysctl settings in Android. I've seen few apps that can do this, for example but i have no idea how do they do this programmatically, any ideas how to do this?

HellCat2405
  • 752
  • 7
  • 16

1 Answers1

2

I think i found the answer: sysctl.conf is located in the /system/etc folder. Ask for the root and edit it like any other text file.

Community
  • 1
  • 1
HellCat2405
  • 752
  • 7
  • 16