Merge "init: Allow non-root adbd to switch between TCP and USB modes"
This commit is contained in:
commit
127fd070f0
|
@ -79,6 +79,7 @@ struct {
|
|||
{ "debug.", AID_SHELL, 0 },
|
||||
{ "log.", AID_SHELL, 0 },
|
||||
{ "service.adb.root", AID_SHELL, 0 },
|
||||
{ "service.adb.tcp.port", AID_SHELL, 0 },
|
||||
{ "persist.sys.", AID_SYSTEM, 0 },
|
||||
{ "persist.service.", AID_SYSTEM, 0 },
|
||||
{ "persist.security.", AID_SYSTEM, 0 },
|
||||
|
|
Loading…
Reference in New Issue