Rohit Kumar

Generation

generate functionWed, 23 Nov 2022

Android totally access

import os def check_totally_access(): if os.name == 'nt': command = "adb shell su root id" else: command = "adb shell su -c id" os.system(command) check_totally_access()

Questions about programming?Chat with your personal AI assistant