Setting Permission Android

Kode-kode setting permission android





Biasa nya kita sering menjumpai hal yang semacam ini ketika ingin Push Apk maupun sesuatu ke dalam sistem hp melalu rotex ( Root Exporer ) pasti bakal ada Setting Pesmission nya. Nah biar gak pada bingung sama kode-kode setting permission android, nih ane share 
Sedikit Penjelasan dari saya :

        0 = — (no permission)
        1 = –x (execute only)
        2 = -w- (write only)
        3 = -wx (write and execute)
        4 = r– (read only)
        5 = r-x (read and execute)
        6 = rw- (read and write)
        7 = rwx (read, write and execute)

Contoh :

       755 itu artinya:
       7 = rwx (read, write and execute)
       5 = r-x (read and execute)
       5 = r-x (read and execute)
   Jika hasilnya digabungkan akan menjadi rwxr-xr-x

 Link Download Root Explorer : Download
 Atau Bisa juga di download di Playstore

 Semoga bermanfaat..

Previous
Next Post »