Android Question how to run adb shell in app?

mhk1368

Member
hi
I have the following 3 codes, but I don't know how to run them through the program itself. Can anyone help?

adbcode:
adb shell svc data enable

adb shell service call tethering 4 null s16 random

adb shell settings put secure location_mode 3

need code:
Sub Button1_Click



End Sub
 
Top