diff options
| author | Sanket Khidkikar <sanketk@codeaurora.org> | 2016-02-03 19:47:31 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-06-01 15:19:15 -0700 |
| commit | 36f1cd4400cfc41b6ef250c13b29135e268ee4fd (patch) | |
| tree | 877f6ef82612d093832e288e338c22a1c60fdd62 | |
| parent | db30b7fbd83268b5c73c4b92d12dc9086fcb58b7 (diff) | |
cnd: update cnd class
Move cnd to new class to allow
it to come up along with core apps
when device is encrypted and locked.
Change-Id: Iee397bc22ba28ed0b61418580e75bfbb2b467b09
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0393b74..df2e41f 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -314,7 +314,7 @@ service cnd /system/bin/cnd socket cnd stream 660 root inet service dpmd /system/bin/dpmd - class late_start + class main socket dpmd stream 660 root system service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh |
