def set_ip(self, ip):
"""
set and save ip of adb device, return to actions menu when finished
"""
self.settings.set("remote_ip", ip)
sublime.save_settings(SETTINGS_FILE)
self.window.run_command("remote_actions")