Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 472 Bytes

D.A.O

ToInstall

- Cloner le dépot
- Ajouter son local.properties
- Réouvrir ce projet avec ton IDE avec "app" gradle

Example :

  • Afficher le resultat d'une commande shell: Log.d(TAG, "whoami:" + new BufferedReader(new RootProcess("Whoami").exec("id").getInputStreamReader()).readLine());