diff options
Diffstat (limited to 'uncrypt/uncrypt.rc')
-rw-r--r-- | uncrypt/uncrypt.rc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/uncrypt/uncrypt.rc b/uncrypt/uncrypt.rc new file mode 100644 index 000000000..b07c1dada --- /dev/null +++ b/uncrypt/uncrypt.rc @@ -0,0 +1,19 @@ +service uncrypt /system/bin/uncrypt + class main + disabled + oneshot + +service pre-recovery /system/bin/uncrypt --reboot + class main + disabled + oneshot + +service setup-bcb /system/bin/uncrypt --setup-bcb + class main + disabled + oneshot + +service clear-bcb /system/bin/uncrypt --clear-bcb + class main + disabled + oneshot
\ No newline at end of file |