OSDN Git Service

Superuser: Add a string for JA translation
[android-x86/external-koush-Superuser.git] / init.superuser.rc
1 # su daemon
2 service su_daemon /system/xbin/su --daemon
3     oneshot
4
5 on property:persist.sys.root_access=0
6     stop su_daemon
7
8 on property:persist.sys.root_access=2
9     stop su_daemon
10
11 on property:persist.sys.root_access=1
12     start su_daemon
13
14 on property:persist.sys.root_access=3
15     start su_daemon