diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-09-05 16:49:34 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | d7ff132903986c959a0489a8741c5fe2d1d82f53 (patch) | |
tree | 1dbd4b33480d7d4772660fcfc852c5e715b1b493 /system.prop | |
parent | 90a0c1bf1ae8f8c4f77b5fb895ccc34f3f366bf4 (diff) |
shinano-common: Set ro.rfkilldisabled = 1 for bluetooth
Change-Id: I5ac186378f9009fde1be1b9db6f2d4e35a0a2798
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 4ded8e6..81ca42b 100644 --- a/system.prop +++ b/system.prop @@ -37,6 +37,9 @@ ro.qti.sensors.tilt_detector=true ro.qti.sensors.dpc=false ro.qti.sensors.wu=false +# BT rfkill +ro.rfkilldisabled=1 + # Assertive Display ro.qcom.ad=1 ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg |