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()

Want to kickstart your project?Use the new AI Studio to create your code