Grant adb always-access to other computers

Viewed 231

how can I grant adb access for my android device to my all computers without connecting to every one and press allow?

1 Answers

every computer when connect to a device via adb writhe a code to the android device so you can copy this code from one device what you connect and paste it to the new device the location for the place where the code was save is

/data/misc/adb/adb_keys
Related