We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a033c8c commit 1118723Copy full SHA for 1118723
nitrogen6x/init.rc
@@ -74,7 +74,6 @@ on boot
74
setprop gsm.ril.delay 15
75
setprop ro.ril.wake_lock_timeout 300
76
77
- # No bluetooth hardware present
78
setprop wlan.interface wlan0
79
setprop wifi.interface wlan0
80
@@ -119,9 +118,10 @@ on fs
119
118
120
#shared transport user space mgr service for Bluetooth, FM and GPS
121
service uim /system/bin/uim-sysfs
122
- class core
123
- user bluetooth
124
- group bluetooth net_bt_admin
+ class core
+ user bluetooth
+ group bluetooth net_bt_admin
+ seclabel u:r:hci_attach:s0
125
126
service expose-leds /system/bin/expose-leds
127
oneshot
0 commit comments